- Aug 31, 2012
-
-
Nick Mathewson authored
Bugfix for #6732.
-
- Jul 31, 2012
-
-
-
Workaround for building EL5 RPMs by specifying rpmbuild-md5. Updated old note about using static libevent when building RPMs.
-
-
Nick Mathewson authored
This is based on a pair of patches from A. Costa. I couldn't apply those directly, since they changed the generated *roff files, not the asciidoc source. Fixes Tor bug 6500 and Debian bug 683359.
-
- Jul 20, 2012
-
-
- Jul 16, 2012
-
-
Nick Mathewson authored
-
- Jun 18, 2012
-
-
Nick Mathewson authored
Bug 4748 squash! Document 0.2.3.x torrc/default-torrc/command line semantics changes Incorporates fixes suggested by rransom.
-
- Jun 15, 2012
-
-
Roger Dingledine authored
-
- Jun 14, 2012
-
-
Mike Perry authored
The defense counts the circuit failure rate for each guard for the past N circuits. Failure is defined as the ability to complete a first hop, but not finish completing the circuit all the way to the exit. If the failure rate exceeds a certain amount, a notice is emitted. If it exceeds a greater amount, a warn is emitted and the guard is disabled. These values are governed by consensus parameters which we intend to tune as we perform experiments and statistical simulations.
-
Nick Mathewson authored
-
- Jun 11, 2012
-
-
Nick Mathewson authored
Nearly everywhere, we end options with "(Default: foo)". But in a few places, we inserted an extra period after or before the close parenthesis, and in a few other places we said "(Defaults to foo)". Let's not do that.
-
- Jun 07, 2012
-
-
Nick Mathewson authored
-
- Jun 06, 2012
-
-
Nick Mathewson authored
This feature can make Tor relays less identifiable by their use of the mod_ssl DH group, but at the cost of some usability (#4721) and bridge tracing (#6087) regressions. We should try to turn this on by default again if we find that the mod_ssl group is uncommon and/or we move to a different DH group size (see #6088). Before we can do so, we need a fix for bugs #6087 and Resolves ticket #5598 for now.
-
- Jun 04, 2012
-
-
Roger Dingledine authored
-
- May 16, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 15, 2012
-
-
Nick Mathewson authored
-
- Apr 11, 2012
-
-
Nick Mathewson authored
We explain the --options option, document --nt-service as an internal-use-only thing (which it is), fix a URL, and generally improve the prose.
-
Nick Mathewson authored
Closes ticket 4572.
-
- Apr 02, 2012
-
-
- Apr 01, 2012
-
-
Roger Dingledine authored
It is for the not-yet-implemented bridge community design.
-
- Mar 31, 2012
-
-
George Kadianakis authored
-
- Mar 28, 2012
-
-
Roger Dingledine authored
-
Nick Mathewson authored
Fixes bug 2987. There is still some information to go, but now we have a place to put it.
-
- Feb 02, 2012
-
-
Roger Dingledine authored
There isn't really any point to messing with it. Resolves ticket 5005.
-
- Jan 21, 2012
-
-
George Kadianakis authored
Document ServerTransportPlugin and the managed proxy version of ClientTransportPlugin.
-
- Jan 18, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 17, 2012
-
-
Roger Dingledine authored
PLURAL() assumes that the plural is the canonical name for the option, so now it is.
-
- Jan 13, 2012
-
-
Nick Mathewson authored
Implements ticket #4207
-
- Jan 04, 2012
-
-
Also, have tor_disable_debugger_attach() return a tristate of success/failure/don't-know-how , and only log appropriately.
-
- Dec 27, 2011
-
-
Robert Ransom authored
-
Robert Ransom authored
-
Robert Ransom authored
-
- Nov 30, 2011
-
-
-
Nick Mathewson authored
make the asciidoc work; make the example more generic; tighten the prose a little; be more specific that *.example.com matches example.com; simplify an example.
-
https://trac.torproject.org/projects/tor/ticket/933#comment:8
1. Only allow '*.' in MapAddress expressions. Ignore '*ample.com' and '.example.com'. This has resulted in a slight refactoring of config_register_addressmaps. 2. Add some more detail to the man page entry for AddressMap. 3. Fix initialization of a pointer to NULL rather than 0. 4. Update the unit tests to cater for the changes in 1 and test more explicitly for recursive mapping.
-