- Aug 16, 2010
-
-
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
-
-
* doc/Makefile.am: Move $(VAR:MOD) expansions inside "if USE_ASCIIDOC". * doc/Makefile.am: Use proper variable name for text input files. * doc/Makefile.am: Initialize vars to empty when !USE_ASCIIDOC.
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Aug 09, 2010
-
-
Roger Dingledine authored
-
- Aug 07, 2010
-
-
Nick Mathewson authored
Since the rend code doesn't like the port to be 0, we shouldn't generate the port by declaring crypto_rand_int(65536); instead we should say crypto_rand_int(65535)+1. Diagnosed by Matt Edman; fixes bug 1808.
-
- Aug 06, 2010
-
-
Nick Mathewson authored
-