- Sep 20, 2013
-
-
Nick Mathewson authored
a9910d89 added trickery to make us work with interned strings and seccomp; it requires libevent 2. Fix for 9785; bug not in any released tor.
-
- Sep 19, 2013
-
-
Nick Mathewson authored
I broke this when I added separate test-mode support by having the benchmarks get built with TEST_CFLAGS.
-
- Sep 17, 2013
-
-
Nick Mathewson authored
-
Nick Mathewson authored
tor_malloc returns void *; in C, it is not necessary to cast a void* to another pointer type before assigning it. tor_malloc fails with an error rather than returning NULL; it's not necessary to check its output. (In one case, doing so annoyed Coverity.)
-
- Sep 16, 2013
-
-
Nick Mathewson authored
Whenever we had an non-option commandline arguments *and* option-bearing commandline arguments on the commandline, we would save only the latter across invocations of options_init_from_torrc, but take their existence as license not to re-parse the former. Yuck! Incidentally, this fix lets us throw away the backup_arg[gv] logic. Fix for bug 9746; bugfix on d98dfb37, not in any released Tor. Found by Damian. Thanks, Damian!
-
- Sep 13, 2013
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Bugfix on 12938354, which implemented 6752: Not in any released tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This just goes to show: never cast a function pointer. Found while testing new command line parse logic. Bugfix on 12938354, which implemented 6752: Not in any released tor.
-
Nick Mathewson authored
And have these various commandline options imply "hush", not "quiet", since we like to see warnings.
-
Nick Mathewson authored
(incomplete)
-
Nick Mathewson authored
Fixes bug 9573. Bugfix on 59453ac6 in 0.0.9pre5, which fixed a crash in a silly way.
-
Nick Mathewson authored
-
Nick Mathewson authored
These were previously allowed only in the initial position: --help, -h , --version, --digests, --list-torrc-options
-
Nick Mathewson authored
Fix for bug 9578.
-
-
- Sep 12, 2013
-
-
Cristian Toader authored
-
Cristian Toader authored
-
Cristian Toader authored
-
Cristian Toader authored
-
- Sep 11, 2013
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Fall back to SOMAXCONN if INT_MAX doesn't work. We'd like to do this because the actual maximum is overrideable by the kernel, and the value in the header file might not be right at all. All implementations I can find out about claim that this is supported. Fix for 9716; bugfix on every Tor.
-
- Sep 10, 2013
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Cristian Toader authored
-
- Sep 09, 2013
-
-
Cristian Toader authored
-
Cristian Toader authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
SCMP_CMP(a,b,c) leaves the fourth field of the structure undefined, giving a missing-initializer error. All of our uses are three-argument, so I'm overriding the default.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Sep 08, 2013
-
-
Nick Mathewson authored
-
- Sep 06, 2013
-
-
Cristian Toader authored
-
Cristian Toader authored
passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free macro fails to compile..
-