- Jan 23, 2015
-
-
Nick Mathewson authored
This can run in parallel with the faster ones and the other tests.
-
Nick Mathewson authored
Conflicts: src/test/include.am src/test/test.c
-
Now the code has separate implementation and examination functions, uses smartlists sanely, and has relatively decent test coverage.
-
Nick Mathewson authored
-
Nick Mathewson authored
If we have busy nodes and excluded nodes, then don't retry with the excluded ones enabled. Instead, wait for the busy ones to be nonbusy.
-
Nick Mathewson authored
Conflicts: src/or/directory.c src/or/routerlist.c src/or/routerlist.h src/test/include.am src/test/test.c
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 22, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- Jan 21, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
This is to avoid that the pthread_cond_timedwait() is not affected by time adjustment which could make the waiting period very long or very short which is not what we want in any cases. Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 20, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 19, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes 14280 bugfix on 1053af0b in 0.2.4.7-alpha.
-
Nick Mathewson authored
Conflicts: src/or/connection_edge.c
-
Nick Mathewson authored
Also, do a little light refactoring to move some variable declarations around and make a few things const Also fix an obnoxious bug on checking for the DONE stream end reason. It's not a flag; it's a possible value or a variable that needs to be masked.
-
David Goulet authored
Once a NACK is received on the intro circuit, tor tries an other usable one by extending the current circuit to it. If no more intro points are usable, now close the circuit. Also, it's reason is changed before closing it so we don't report again an intro point failure and trigger an extra HS fetch. Fixes #14224 Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Once a NACK is received on the intro circuit, tor tries an other usable one by extending the current circuit to it. If no more intro points are usable, now close the circuit. Fixes #14224 Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
- Jan 18, 2015
-
-
Nick Mathewson authored
Conflicts: src/or/config.c
-
(Patch from arma, commit message from nick.) Closes #14222.
-