- Sep 22, 2015
-
-
Nick Mathewson authored
-
- Sep 01, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
In validate_recommended_package_line, at this point in the function, n_entries is always >= 1. Coverity doesn't like us checking it for 0. CID 1268063.
-
Nick Mathewson authored
CID 1301373
-
Nick Mathewson authored
Fixes CID 1306915, which noticed that the check was dead.
-
Nick Mathewson authored
-
Nick Mathewson authored
The function now unconditionally allocates a new extend_info_t. This should convince coverity that we're not leaking memory. (CID 1311875)
-
Nick Mathewson authored
-
-
Sebastian Hahn authored
channel_unregister() removes channels from the current smartlist while we're in a SMORTLIST_FOREACH loop. This only works by accident.
-
- Aug 30, 2015
-
-
rl1987 authored
-
- Aug 26, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Aug 25, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
- Aug 23, 2015
- Aug 21, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
-
This includes a small refactoring to use a new enum (workqueue_reply_t) for the return values instead of just ints.
-
- Aug 20, 2015
-
-
Nick Mathewson authored
This avoids a conflict with a macro decl from libevent 1.x. Fixes bug 16867; bug not in any released Tor.
-
Sebastian Hahn authored
We don't want to accept any work after one of our worker functions has returned WQ_RPL_SHUTDOWN. This testcase currently fails, because we do not actually stop any of the worker threads.
-
- Aug 19, 2015
-
-
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
-
Nick Mathewson authored
-