- 15 Sep, 2009 6 commits
-
-
Roger Dingledine authored
Tor now reads the "circwindow" parameter out of the consensus, and uses that value for its circuit package window rather than the default of 1000 cells. Begins the implementation of proposal 168.
-
Roger Dingledine authored
finishes the authority-operator interface side of proposal 167.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This code adds a new field to vote on: "params". It consists of a list of sorted key=int pairs. The output is computed as the median of all the integers for any key on which anybody voted. Improved with input from Roger.
-
Nick Mathewson authored
-
- 02 Sep, 2009 5 commits
-
-
Roger Dingledine authored
i guess that means i should call them unit tests and check them in.
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- 01 Sep, 2009 10 commits
-
-
Sebastian Hahn authored
Big thanks to nickm and arma for helping me with this!
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
Sebastian Hahn authored
-
Sebastian Hahn authored
-
Nick Mathewson authored
(Given that we're pretty much assuming that int is 32 bits, and given that hex values are always unsigned, taking out the "ul" from 0xff000000 should be fine.)
-
Nick Mathewson authored
-
Sebastian Hahn authored
Big thanks to nickm and arma for helping me with this!
-
Nick Mathewson authored
-
- 31 Aug, 2009 4 commits
-
-
Roger Dingledine authored
Add a "getinfo status/accepted-server-descriptor" controller command, which is the recommended way for controllers to learn whether our server descriptor has been successfully received by at least on directory authority. Un-recommend good-server-descriptor getinfo and status events until we have a better design for them.
-
Roger Dingledine authored
-
Roger Dingledine authored
We were telling the controller about CHECKING_REACHABILITY and REACHABILITY_FAILED status events whenever we launch a testing circuit or notice that one has failed. Instead, only tell the controller when we want to inform the user of overall success or overall failure. Bugfix on 0.1.2.6-alpha. Fixes bug 1075. Reported by SwissTorExit.
-
Nick Mathewson authored
When we added support for fractional units (like 1.5 MB) I broke support for giving units with no space (like 2MB). This patch should fix that. It also adds a propoer tor_parse_double(). Fix for bug 1076. Bugfix on 0.2.2.1-alpha.
-
- 28 Aug, 2009 7 commits
-
-
Roger Dingledine authored
-
Roger Dingledine authored
We were triggering a CLOCK_SKEW controller status event whenever we connect via the v2 connection protocol to any relay that has a wrong clock. Instead, we should only inform the controller when it's a trusted authority that claims our clock is wrong. Bugfix on 0.2.0.20-rc; starts to fix bug 1074. Reported by SwissTorExit.
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- 27 Aug, 2009 4 commits
-
-
Sebastian Hahn authored
0d68da23 removed support for Version 0, but didn't fix the manpage.
-
Roger Dingledine authored
-
-
-
- 26 Aug, 2009 4 commits
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-