- 20 Aug, 2014 2 commits
-
-
Nick Mathewson authored
Fixes issue 10116
-
Nick Mathewson authored
-
- 15 Aug, 2014 8 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Breaks compilation. Used this coccinelle script: @@ identifier c; typedef circuit_t; iterator name TOR_LIST_FOREACH; iterator name SMARTLIST_FOREACH_BEGIN; statement S; @@ - circuit_t *c; ... - TOR_LIST_FOREACH(c, \(&global_circuitlist\|circuit_get_global_list()\), head) + SMARTLIST_FOREACH_BEGIN(circuit_get_global_list(), circuit_t *, c) S + SMARTLIST_FOREACH_END(c);
-
Nick Mathewson 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"
-
- 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
-
- 03 Aug, 2014 2 commits
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- 30 Jul, 2014 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Conflicts: contrib/dist/tor.service.in
-
Nick Mathewson authored
-
intrigeri authored
-