- Aug 22, 2016
-
-
Nick Mathewson authored
Also, stop implying that Roger still does all the source releases.
-
- Aug 12, 2016
-
-
Nick Mathewson authored
Closes 19743.
-
- Aug 03, 2016
-
-
Nick Mathewson authored
In particular, teach it that deprecated options must exist.
-
- Aug 02, 2016
-
-
Nick Mathewson authored
(All this IOCP stuff was bufferevent-only.)
-
- Jul 05, 2016
-
-
asciidoc adds a timestamp at the end of a generated HTML file. This timestamp is based on the date of the file but it can change depending on the TZ environment variable.
-
- Jul 01, 2016
-
-
David Goulet authored
This commit adds the commit(s) line in the vote as well as the SR values. It also has the mechanism to add the majority SRVs in the consensus. Signed-off-by:
George Kadianakis <desnacked@riseup.net> Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
teor (Tim Wilson-Brown) authored
From 0.2.7.2-alpha onwards, Exits would reject all the IP addresses they knew about in their exit policy. But this may have disclosed addresses that were otherwise unlisted. Now, only advertised addresses are rejected by default by ExitPolicyRejectPrivate. All known addresses are only rejected when ExitPolicyRejectLocalInterfaces is explicitly set to 1.
-
- Jun 30, 2016
-
-
Andrea Shepard authored
-
Andrea Shepard authored
-
- Jun 25, 2016
-
-
Peter Palfrader authored
-
Peter Palfrader authored
-
Peter Palfrader authored
-
- Jun 19, 2016
-
-
Nick Mathewson authored
Fixes bug 19153; patch from "U+039b", who is apparently an uppercase lambda?
-
- Jun 15, 2016
-
-
Nick Mathewson authored
-
- May 27, 2016
-
-
Nick Mathewson authored
-
- May 23, 2016
-
-
Nick Mathewson authored
-
- May 11, 2016
-
-
Roger Dingledine authored
-
Nick Mathewson authored
Ticket 17621.
-
- Apr 27, 2016
-
-
Nick Mathewson authored
-
- Apr 13, 2016
-
-
Nick Mathewson authored
Document this convention. Add a script to post-process .gcov files in order to stop nagging us about excluded lines. Teach cov-diff to handle these post-processed files. Closes ticket 16792
-
- Apr 07, 2016
-
-
This changes simply renames them by removing "Testing" in front of them and they do not require TestingTorNetwork to be enabled anymore. Fixes #18481 Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
- Mar 29, 2016
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
- Mar 28, 2016
-
-
Nick Mathewson authored
-
Sebastian Hahn authored
-
- Mar 27, 2016
-
-
Sebastian Hahn authored
-
- Mar 26, 2016
-
-
Roger Dingledine authored
-
- Mar 24, 2016
-
-
Regardless of the setting of ExtendAllowPrivateAddresses. This fixes a bug with pluggable transports that ignore the (potentially private) address in their bridge line. Fixes bug 18517; bugfix on 23b08890 in tor-0.2.8.1-alpha.
-
- Mar 23, 2016
-
-
Roger Dingledine authored
-
- Mar 11, 2016
-
-
Nick Mathewson authored
Closes 18426 and 18459.
-
- Mar 01, 2016
-
-
Peter Palfrader authored
-
- Feb 26, 2016
-
-
teor (Tim Wilson-Brown) authored
TestingClientBootstrapConsensusAuthorityOnlyMaxDownloadTries
-
- Feb 11, 2016
-
-
Nick Mathewson authored
-
- Feb 03, 2016
-
-
teor (Tim Wilson-Brown) authored
When ClientPreferIPv6ORPort is auto, bridges prefer the configured bridge ORPort address. Otherwise, they use the value of the option. Other clients prefer IPv4 ORPorts if ClientPreferIPv6ORPort is auto. When ClientPreferIPv6DirPort is auto, all clients prefer IPv4 DirPorts.
-
teor (Tim Wilson-Brown) authored
When ClientPreferIPv6ORPort is auto, bridges prefer the configured bridge ORPort address. Otherwise, they use the value of the option. Other clients prefer IPv4 ORPorts if ClientPreferIPv6ORPort is auto. When ClientPreferIPv6DirPort is auto, all clients prefer IPv4 DirPorts.
-
- Feb 01, 2016
-
-
Nick Mathewson authored
-
- Jan 28, 2016
-
-
teor (Tim Wilson-Brown) authored
Bridge clients ignore ClientUseIPv6, acting as if it is always 1. This preserves existing behaviour. Make ClientPreferIPv6OR/DirPort auto by default: * Bridge clients prefer IPv6 by default. * Other clients prefer IPv4 by default. This preserves existing behaviour.
-
teor (Tim Wilson-Brown) authored
ClientUseIPv4 0 tells tor to avoid IPv4 client connections. ClientPreferIPv6DirPort 1 tells tor to prefer IPv6 directory connections. Refactor policy for IPv4/IPv6 preferences. Fix a bug where node->ipv6_preferred could become stale if ClientPreferIPv6ORPort was changed after the consensus was loaded. Update documentation, existing code, add unit tests.
-
Nick Mathewson authored
-
Nick Mathewson authored
Based on text from s7r
-