Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | doc: Move manpages into doc/man/ | David Goulet | |
Closes #40044 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-07-13 | Merge branch 'maint-0.4.4' | Nick Mathewson | |
2020-07-13 | Bug 31812: Change http URL's to https | JeremyRand | |
2020-07-09 | Merge branch 'maint-0.4.4' | Nick Mathewson | |
2020-07-07 | Revert "config: Make clients tell dual-stack exits they prefer IPv6" | David Goulet | |
This reverts commit bf2a399fc0d90df76e091fa3259f7c1b8fb87781. Don't set by default the prefer IPv6 feature on client ports because it breaks the torsocks use case. The SOCKS resolve command is lacking a mechanism to ask for a specific address family (v4 or v6) thus prioritizing IPv6 when an IPv4 address is asked on the resolve SOCKS interface resulting in a failure. Tor Browser explicitly set PreferIPv6 so this should not affect the majority of our users. Closes #33796 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-06-26 | Remove special authority semantics for AssumeReachable. | Nick Mathewson | |
AssumeReachable should only be about whether a relay thinks that it is reachable itself. But previously, we've had it also turn off reachability checking of _other_ relays on authorities. (Technically, reachability tests were still run, but we would ignore the results.) With this patch, there is a new AuthDirTestReachability option (default 1) that controls whether authorities run reachability tests. Making this change allows us to have test networks where authorities set AssumeReachable without disabling their reachability testing entirely. Closes ticket #34445. | |||
2020-06-26 | Merge branch 'assume_reachable_revamp' | Nick Mathewson | |
2020-06-25 | Deprecate the "--dump-config non-builtin" option | Nick Mathewson | |
When it works, "non-builtin" doesn't do anything different from "short". (When it doesn't work, it gives an assertion failure.) Closes ticket #33398. | |||
2020-06-24 | Add an AssumeReachableIPv6 autobool option. | Nick Mathewson | |
This option tells Tor that our IPv6 orport is reachable, and doesn't need to be checked. Closes the rest of 33224. | |||
2020-06-15 | Remove AssumeReachable from TestingTorNetwork. | Nick Mathewson | |
Closes ticket 34446. | |||
2020-06-09 | Merge remote-tracking branch 'tor-github/pr/1888/head' | Nick Mathewson | |
2020-06-01 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-05-23 | Man page: MinUptimeHidServDirectoryV2 defaults to 96 hours | Roger Dingledine | |
Bugfix on 0.2.6.3-alpha; fixes bug 34299. | |||
2020-05-21 | Merge branch 'tor-github/pr/1850' | George Kadianakis | |
2020-05-11 | doc: Some tor features may not work with MiddleNodes | teor | |
And fix a formatting issue in the MiddleNodes man page entry. Part of 33226. | |||
2020-05-08 | Add documentation about %include and seccomp sandbox limitations | Daniel Pinto | |
2020-04-09 | client: Revert setting PreferIPv6 on by default | David Goulet | |
This change broke torsocks that by default is expecting an IPv4 for hostname resolution because it can't ask tor for a specific IP version with the SOCKS5 extension. PreferIPv6 made it that sometimes the IPv6 could be returned to torsocks that was expecting an IPv4. Torsocks is probably a very unique case because the runtime flow is that it hijacks DNS resolution (ex: getaddrinfo()), gets an IP and then sends it back for the connect() to happen. The libc has DNS resolution functions that allows the caller to request a specific INET family but torsocks can't tell tor to resolve the hostname only to an IPv4 or IPv6 and thus by default fallsback to IPv4. Reverting this change into 0.4.3.x series but we'll keep it in the 0.4.4.x series in the hope that we add this SOCKS5 extension to tor for DNS resolution and then change torsocks to use that. Fixes #33804 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-04-08 | fix typos from #32542 | Roger Dingledine | |
2020-04-08 | man: Update tor.1 ExtendedErrors section with latest | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-04-07 | Merge branch 'pr1838_squashed' | teor | |
2020-04-05 | Merge branch 'maint-0.4.3' | teor | |
2020-04-05 | doc: Fix another man page typo | teor | |
The default value of the option is "auto", not "default". | |||
2020-04-05 | Merge branch 'maint-0.4.3' | teor | |
2020-04-05 | doc: Fix a typo in the man page | teor | |
"proceeding" means starting an action. "preceding" means the thing before this thing. In this context, it's a bit ambiguous. | |||
2020-04-03 | Merge branch 'maint-0.4.3' | teor | |
2020-04-03 | doc: Rewrite the approved-routers man page entry | teor | |
Obviously correct documentation changes. | |||
2020-04-01 | Updated the TestingTorNetwork man page options | Steven Engler | |
Updated 'doc/tor.1.txt' to match 'src/app/config/testnet.inc'. | |||
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 | 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-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 | Moved [[RephistTrackTime]] to General Options. | swati | |