- Aug 17, 2010
-
-
Nick Mathewson authored
Resolved conflict in src/or/networkstatus.c
-
Nick Mathewson authored
-
Nick Mathewson authored
If the voting interval was short enough, the two-minutes delay of CONSENSUS_MIN_SECONDS_BEFORE_CACHING would confuse bridges to the point where they would assert before downloading a consensus. It it was even shorter (<4 minutes, I think), caches would assert too. This patch fixes that by having replacing the two-minutes value with MIN(2 minutes, interval/16). Bugfix for 1141; the cache bug could occur since 0.2.0.8-alpha, so I'm calling this a bugfix on that. Robert Hogan diagnosed this. Done as a patch against maint-0.2.1, since it makes it hard to run some kinds of testing networks.
-
- Aug 16, 2010
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Fixes 1832; bugfix on 0.2.2.6-alpha
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Apparently the way we handled cleaning up temporary directories with atexit() meant that when the child process exited, it would remove the temporary directory, thus making other tests in the main process fail.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Aug 15, 2010
-
-
Sebastian Hahn authored
-
Sebastian Hahn authored
-
Sebastian Hahn authored
-
Sebastian Hahn authored
It happened in dirvote_add_signatures_to_pending_consesus().
-
Sebastian Hahn authored
Remove the msg parameter to pass an error message out. This wasn't needed and made it harder to detect a memory leak.
-
Sebastian Hahn authored
Thanks weasel for noticing.
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Aug 14, 2010
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
These circuits stick around much longer than others on the server side for performance reasons. Their lifetime is controlled by the client.
-
- Aug 13, 2010
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Aug 12, 2010
-
-
Sebastian Hahn authored
Fixes bug 1822
-
-
Sebastian Hahn authored
-
- Aug 11, 2010
-
-
Karsten Loesing authored
-
Nick Mathewson authored
-
-