- Nov 13, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
Fix a harmless bug when opting against publishing a relay descriptor because DisableNetwork is set. Fixes bug 7464; bugfix on 0.2.3.9-alpha.
-
- Nov 12, 2012
-
-
Nick Mathewson authored
This is the simplest possible workaround: make it safe to call circuit_cell_queue_clear() on a non-attached circuit, and make it safe-but-a-LD_BUG-warning to call update_circuit_on_cmux() on a non-attached circuit. LocalWords: unstage src Untracked
-
- Nov 10, 2012
-
-
Andrea Shepard authored
Add changes file for connection_mark_for_close()/connection_mark_and_flush() or_connection_t checking
-
Andrea Shepard authored
Make everything in connection.c that uses connection_or_notify_error() also use connection_mark_and_close_internal() to avoid spurious warnings
-
Andrea Shepard authored
Check for orconns in connection_mark_for_close and connection_mark_and_flush, and pass the call through channel_close_for_error with a warning to avoid asserts
- Nov 09, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Looks like windows doesn't have an s6_addr32 in its in6_addr. Bug not in any released version of Tor; bugfix on abb88601.
-
Nick Mathewson authored
-
Nick Mathewson authored
It broke linking on tor-resolve.c, and it's not actually sanitizing anything sensitive. Fix for bug 7420; bug not on ony released Tor.
-
- Nov 08, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Conflicts: src/common/crypto.c src/or/rendservice.c
-
Nick Mathewson authored
-
Nick Mathewson authored
Apparently some compilers like to eliminate memset() operations on data that's about to go out-of-scope. I've gone with the safest possible replacement, which might be a bit slow. I don't think this is critical path in any way that will affect performance, but if it is, we can work on that in 0.2.4. Fixes bug 7352.
-
- Nov 07, 2012
-
-
Andrea Shepard authored
-
Andrea Shepard authored
-
Andrea Shepard authored
- Nov 06, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Nick Mathewson authored
Instead of warning about low ports that are advertised, we should have been warning about low ports that we're listening on. Bug 7285, fix on 0.2.3.9-alpha.
-
- Nov 05, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
(How many "load a file" functions do you typically see where the function frees the filename argument?)
-
Nick Mathewson authored
Conflicts: src/or/geoip.c
-
- Nov 04, 2012
-
-
Nick Mathewson authored
Otherwise we break openbsd headers. Fixes bug 7293; bug not on any released Tor.
-
- Nov 02, 2012
-
-
George Kadianakis authored
-
Nick Mathewson authored
We still want to build on compilers w/o c99 support, such as (notoriously, shamefully) MSVC. So I'm commenting out the designated initializers in circuitmux_ewma.c. The alternative would have been to use some kind of macros to use designated initializers only when they're supported, but that's error-prone, and can lead to code having different meanings under different compilers. Bug 7286; fix on 0.2.4.4-alpha; spotted by Gisle Vanem.
-
- Nov 01, 2012
-
-
Nick Mathewson authored
Apparently winnt.h defines a different SLIST_ENTRY of its own. Bug not in any version of Tor.
-
- Oct 31, 2012
-
-
Linus Nordberg authored
-
Nick Mathewson authored
-
Linus Nordberg authored
-
Linus Nordberg authored
-
- Oct 30, 2012
-
-
Nick Mathewson authored
See 7105
-