- Jul 03, 2012
-
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
- Also reorder functions.
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
Move 'transport_t' to transports.h, and all transport-related functions that don't rely on 'bridge_list' to transports.c.
-
- Jul 01, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
This reverts commit c32ec9c4. It turns out the two sides of the circuit don't actually stay in sync, so it is perfectly normal for the circuit window on the exit relay to grow to 2000+. We should fix that bug and then reconsider this patch.
-
Roger Dingledine authored
-
Roger Dingledine authored
I only check on circuits, not streams, since bloating your stream window past the initial circuit window can't help you much. Also, I compare to CIRCWINDOW_START_MAX so we don't have surprising races if we lower CIRCWINDOW_START for an experiment.
-
- Jun 29, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
We were doing a tor_strclear() on client_keys_str when it might not even be set. Fix for bug 6255; bug not in any release of Tor. Thanks to katmagic for finding this one!
-
Nick Mathewson authored
-
- Jun 28, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Also refactor SIGNAL so that it and signal/names use the same table. (commit message by nickm)
-
Roger Dingledine authored
-
returns the default values for every configuration item, similar to GETINFO config/names; include a changes entry for it. Fix for bug 4971
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Downgrade 'Got a certificate, but we already have it' log message from warning to info, except when we're a dirauth (fixes bug 5238)
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 4195 and Coverity CID 448
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
- Jun 26, 2012
-
-
Nick Mathewson authored
-