- Feb 06, 2015
-
-
Sebastian Hahn authored
-
Yawning Angel authored
Per discussion with nickm, the `dir` argument should be a int rather than a signed char. Fixes bug #14764.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 05, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This is just sorting the entries and lightly editing a couple of problems I found.
-
Nick Mathewson authored
David Goulet finds that when he runs a busy relay for a while with the latest version of the git code, the number of onionskins handled slowly dwindles to zero, with total_pending_tasks wedged at its maximum value. I conjecture this is because the total_pending_tasks variable isn't decremented when we successfully cancel a job. Fixed that. Fixes bug 14741; bugfix not on any released version of tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Yawning Angel authored
This both fixes the problem, and ensures that forgetting to update domain_list in the future will trigger the bug codepath instead of a NULL pointer deref.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 04, 2015
-
-
Nick Mathewson authored
-
- Feb 03, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Ordinarily, get_options() can never return NULL, but with test_status.c mocking, it can. So test for that case. The best fix here would be to pass the options value to a bridge_server_mode() function.
-
Nick Mathewson authored
Conflicts: src/or/status.c
-
Nick Mathewson authored
-
- Feb 02, 2015
-
-
Nick Mathewson authored
Conflicts: src/test/test.c
-
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
-
- Feb 01, 2015
-
-
rl1987 authored
-
- Jan 31, 2015
-
-
Matthew Finkel authored
After connectivity problems, only try connecting to bridges which are currently configured; don't mark bridges which we previously used but are no longer configured. Fixes 14216. Reported by and fix provided by arma.
-
- Jan 30, 2015
-
-
Nick Mathewson authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
If the returned value of read/recv is 0 (meaning EOF), we'll end up in an infinite loop (active wait) until something is written on the pipe which is not really what we want here especially because those functions are called from the main thread. Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Check for -ENOENT instead of ENOENT after the HS port is parsed. Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Nick Mathewson authored
Conflicts: src/test/test_dir.c
-