Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-26 | Document the --dbg- prefix in tor.1 | Nick Mathewson | |
2020-03-19 | Merge branch 'maint-0.4.3' | teor | |
2020-03-19 | doc: Fix a manual page typo | teor | |
And consistently talk about extra-info document publishing. Obviously correct documentation changes. | |||
2020-03-19 | Merge branch 'maint-0.4.3' | teor | |
2020-03-19 | doc: Fix a man page typo | teor | |
Obviously correct changes to already-reviewed code. | |||
2020-03-10 | Merge branch 'maint-0.4.3' | David Goulet | |
2020-03-10 | Tweak double-underscore | rl1987 | |
2020-03-10 | Document __OwningControllerProcess torrc option and mention polling interval | rl1987 | |
2020-03-09 | Merge branch 'tor-github/pr/1751' | David Goulet | |
2020-03-09 | Remove the ClientAutoIPv6ORPort option | Neel Chauhan | |
2020-03-05 | Refrain from mentioning nicknames in manpage section for MyFamily. | rl1987 | |
Also, fix a typo. | |||
2020-02-24 | Tweak a couple of URLs in gettingstarted.md | Nick Mathewson | |
2020-02-24 | Merge remote-tracking branch 'tor-github/pr/1761/head' | Nick Mathewson | |
2020-02-24 | Merge remote-tracking branch 'tor-github/pr/1685/head' | Nick Mathewson | |
2020-02-24 | Final touches to #32709 based on Nick's feedback. | George Kadianakis | |
- Fix a bug and add unittest. - Add changes file. - Add man page entry. | |||
2020-02-20 | manpage: fix up toc attribute | Taylor Yu | |
2020-02-20 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-02-20 | Merge remote-tracking branch 'tor-github/pr/1719/head' into maint-0.4.3 | Nick Mathewson | |
2020-02-20 | #33369:Added TOC and hyperlinks for cross-refs | swati | |
2020-02-19 | fix typo from 7920fc35 | Roger Dingledine | |
2020-02-19 | Merge remote-tracking branch 'tor-github/pr/1755/head' | Nick Mathewson | |
2020-02-18 | manpage: Add a missing out-of-order comment | Taylor Yu | |
2020-02-17 | Revised and incorportaed comments from #33275 | swati | |
2020-02-14 | Update tor.1.txt | swati | |
2020-02-12 | Merge remote-tracking branch 'tor-github/pr/1728/head' into maint-0.4.3 | Nick Mathewson | |
2020-02-12 | Moved [[RephistTrackTime]] to General Options. | swati | |
2020-02-12 | Addressed minor changes suggested in the ticket | swati | |
2020-02-11 | Merge branch 'ticket33029_042_01' into ticket33029_043_03 | David Goulet | |
Conflicts: doc/tor.1.txt src/app/config/config.c src/app/config/or_options_st.h src/core/mainloop/connection.h Between 042 and 043, the dirauth options were modularized so this merge commit address this by moving the AuthDirRejectUncompressedRequests to the module along with a series of accessors. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-11 | dirauth: Add option AuthDirRejectRequestsUnderLoad | David Goulet | |
This controls the previous feature added that makes dirauth send back a 503 error code on non relay connections if under bandwidth pressure. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-11 | Alphabetized Server Options and Directory Server Options | swati | |
2020-02-10 | Merge remote-tracking branch 'tor-github/pr/1711' | Nick Mathewson | |
2020-02-07 | Updated introductory text for CIRCUIT TIMEOUT and DORMANT MODE options | swati | |
2020-02-06 | Added a section for Dormant mode options | swati | |
2020-02-05 | Added the NodeFamily option to Node Selection Options section | swati | |
2020-02-05 | Updated the introductory text and titles of Timeout and Node selection options | swati | |
2020-02-03 | go in to fix one typo, end up fixing more | Roger Dingledine | |
2020-02-01 | Added Timeout and Node Sections to the Tor Manual | swati | |
2020-01-23 | update doc/HACKING/ReleasingTor.md | Nick Mathewson | |
2020-01-20 | Merge branch 'tor-github/pr/1675' | David Goulet | |
2020-01-20 | doc: Minor man page fixes | teor | |
Fix a client port list that's missing HTTPTunnelPort. Wrap a long line. | |||
2020-01-20 | doc: Improve port flags in man page | teor | |
Explain that: * most flags default to off * flags that default to on are specified Document PreferIPv6Automap in its "No" form, because it's on by default. Cleanup after 32637. | |||
2020-01-20 | config: Make clients tell dual-stack exits they prefer IPv6 | teor | |
Make Tor clients tell dual-stack exits that they prefer IPv6 connections. This change is equivalent to setting the PreferIPv6 flag on SOCKSPorts (and most other listener ports). Tor Browser has been setting this flag for some time, and we want to remove a client distinguisher at exits. Also update the man page, putting all the IP flags in their non-default forms. Closes ticket 32637. | |||
2020-01-16 | Merge branch 'ticket32487_squashed' into ticket32487_squashed_and_merged | Nick Mathewson | |
Resolved conflicts in src/core/include.am | |||
2020-01-16 | Define a "dircache" module. | Nick Mathewson | |
For now, this module is enabled whenever the relay module is enabled, and disabled whenever the relay module is disabled. Though they are logically separate, the use cases for running one without the other are rare enough that we don't really want to support compiling them independently. | |||
2020-01-13 | Deprecate the ClientAutoIPv6ORPort option | Neel Chauhan | |
2020-01-13 | Merge branch 'pr_1643_squashed' | Nick Mathewson | |
2020-01-13 | manpage: group some SafeSocks-related options | Taylor Yu | |
Move some SafeSocks-related options near each other. Part of ticket 32846. | |||
2020-01-13 | manpge: reorder some padding-related options | Taylor Yu | |
Move ReducedCircuitPadding and ReducedConnectionPadding immediately after the corresponding non-Reduced options. Part of ticket 32846. | |||
2020-01-13 | manpage: GuardfractionFile is authority-only | Taylor Yu | |
Only directory authorities use the GuardfractionFile option, so move it to that section. Part of ticket 32846. | |||
2020-01-13 | manpage: alphabetize client options | Swati Thacker | |
Alphabetize client options in tor.1.txt. Closes ticket32846. |