- Apr 27, 2011
-
-
Nick Mathewson authored
This is a squashed version of my former desired_nodes_behavior branch that we used to specify the intended results wrt bug 1090.
-
- Apr 26, 2011
-
-
Nick Mathewson authored
This is a tweak to the bug2917 fix. Basically, if we want to simulate a signal arriving in the controller, we shouldn't have to pretend that we're Libevent, or depend on how Tor sets up its Libevent callbacks.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Sebastian Hahn authored
The last entry of the *Maxima values in the state file was inflated by a factor of NUM_SECS_ROLLING_MEASURE (currently 10). This could lead to a wrong maximum value propagating through the state file history.
-
Sebastian Hahn authored
Fixes bug 2979, reported by tagnaq.
-
- Apr 25, 2011
-
-
Nick Mathewson authored
-
- Apr 22, 2011
-
-
Sebastian Hahn authored
-
- Apr 21, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Under heavy load, this could result in an assertion failure. Fix for bug 2933; bugfix on 0.2.0.10-alpha.
-
- Apr 19, 2011
-
-
When reading the bw history from the state file, we'd add the 900-second value as traffic that occured during one second. Fix that by adding the average value to each second. This bug was present since 0.2.0.5-alpha, but was hidden until 0.2.23-alpha when we started using the saved values.
-
This fixes the first part of bug 2704. It should occur only rarely when no bw maxima are known. Bugfix on 0.2.2.23-alpha. Fixes bug 2704.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Apr 18, 2011
-
-
Nick Mathewson authored
Fixes bug 2948.
-
Robert Ransom authored
-
Robert Ransom authored
-
Robert Ransom authored
-
- Apr 15, 2011
-
-
Sebastian Hahn authored
While doing so, get rid of the now unnecessary function control_signal_act(). Fixes bug 2917, reported by Robert Ransom. Bugfix on commit 9b4aa8d2. This patch is loosely based on a patch by Robert (Changelog entry).
-
- Apr 08, 2011
-
-
Sebastian Hahn authored
We forgot to put it into 0.2.2.24-alpha.
-
Nick Mathewson authored
-
- Apr 07, 2011
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
- Document the structure and variables. - Make circuits_for_buffer_stats into a static variable. - Don't die horribly if interval_length is 0. - Remove the unused local_circ_id field. - Reorder the fields of circ_buffer_stats_t for cleaner alignment layout.
-
Nick Mathewson authored
Conflicts: src/or/or.h
-
Nick Mathewson authored
Instead of answering GETINFO requests about our geoip usage only after running for 24 hours, this patch makes us answer GETINFO requests immediately. We still round and quantize as before. Implements bug2711. Also, refactor the heck out of the bridge usage formatting code. No longer should we need to do a generate-parse-and-regenerate cycle to get the controller string, and that lets us simplify the code a lot.
-
Sebastian Hahn authored
-
- Apr 06, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Apr 04, 2011
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-