- 20 Nov, 2017 4 commits
-
-
Alexander Færøy authored
See: https://bugs.torproject.org/24062
-
Nick Mathewson authored
-
Nick Mathewson authored
-
David Goulet authored
A circuit with purpose C_INTRODUCING means that its state is opened but the INTRODUCE1 cell hasn't been sent yet. We shouldn't consider that circuit when looking for timing out "building circuit". We have to wait on the rendezvous circuit to be opened before sending that cell so the intro circuit needs to be kept alive for at least that period of time. This patch makes that the purpose C_INTRODUCING is ignored in the circuit_expire_building() which means that we let the circuit idle timeout take care of it if we end up never using it. Fixes #23681 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 18 Nov, 2017 13 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"Ours" merge to avoid taking ticket18329_minimal_025
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This check makes it so we can reach "done" without setting "conn", and so the "if (conn)" check will not be redundant, and so coverity won't complain. Fixes CID 1422205. Not actually a bug.
-
Nick Mathewson authored
-
Nick Mathewson authored
Also, check for the actual message, and fix some string confusion, while we're at it. Fixes bug 24345; bugfix on 0.3.2.3-alpha.
-
- 17 Nov, 2017 23 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
asn authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This seems closer to what the code intended.
-
asn authored
-
asn authored
-
asn authored
We gonna use this cache to avoid dirservers without outdated md info.
-
Nick Mathewson authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Neel Chauhan authored
-
Neel Chauhan authored
-
Neel Chauhan authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-