- 24 Aug, 2014 2 commits
-
-
Nick Mathewson authored
Another part of 11792.
-
Nick Mathewson authored
Part of 11792. (Uses the zlib-endorsed formula for memory needs for inflate/deflate from "zconf.h".)
-
- 18 Aug, 2014 4 commits
-
-
Nick Mathewson authored
Fix part of bug 11972
-
Nick Mathewson authored
-
Nick Mathewson authored
This will fix the warning "/src/or/config.c:6854:48: error: unused parameter 'group_readable'" that I introduced while fixing 12864. Bug not in any released version of Tor.
-
Nick Mathewson authored
-
- 15 Aug, 2014 10 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
George Kadianakis authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Looks like I forgot to commit this.
-
Nick Mathewson authored
These got committed by mistake.
-
Nick Mathewson authored
Spotted by "epilys"
-
Nick Mathewson authored
We don't actually allow a group name, but the documentation implied that we did.
-
Nick Mathewson authored
When we merged the cookieauthfile creation logic in 33c3e60a, we accidentally took out this feature. Fixes bug 12864, bugfix on 0.2.5.1-alpha. Also adds an ExtORPortCookieAuthFileGroupReadable, since there's no reason not to.
-
- 14 Aug, 2014 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Conflicts: src/or/circuitbuild.c
-
- 13 Aug, 2014 14 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This fixes a double-define introduced in 28538069
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Coccinelle is a semantic patching tool that can automatically change C code via semantic patching. This script also replaces realloc with reallocarray as appropriate.
-
Nick Mathewson authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 12 Aug, 2014 3 commits
-
-
Nick Mathewson authored
I looked for other places where we set circ->n_chan early, and found one in circuit_handle_first_hop() right before it calls circuit_send_next_onion_skin(). If onion_skin_create() fails there, then n_chan will still be set when circuit_send_next_onion_skin() returns. We should probably fix that too.
-
Nick Mathewson authored
Prevents other cases of 12848.
-
Nick Mathewson authored
Cypherpunks found this and wrote this patch. Fix for 12848; fix on (I think) d58d4c0d, which went into 0.0.8pre1
-
- 09 Aug, 2014 2 commits
-
-
Nick Mathewson authored
patch from mttp; fixes 12830
-
Roger Dingledine authored
-
- 08 Aug, 2014 1 commit
-
-
Nick Mathewson authored
-
- 06 Aug, 2014 2 commits
-
-
Roger Dingledine authored
When Tor starts with DisabledNetwork set, it would correctly conclude that it shouldn't try making circuits, but it would mistakenly cache this conclusion and continue believing it even when DisableNetwork is set to 0. Fixes the bug introduced by the fix for bug 11200; bugfix on 0.2.5.4-alpha.
-
Roger Dingledine authored
-