- Sep 16, 2009
-
-
Mike Perry authored
-
Mike Perry authored
-
Mike Perry authored
The code actually isn't that bad. It's a shame she didn't finish. Using it as the base for this feature.
-
Roger Dingledine authored
-
- Sep 15, 2009
-
-
Nick Mathewson authored
Resolved conflicts in: src/or/circuitbuild.c
-
Nick Mathewson authored
-
Sebastian Hahn authored
When we excluded some Exits, we were sometimes warning the user that we were going to use the node regardless. Many of those warnings were in fact bogus, because the relay in question was not used to connect to the outside world. Based on patch by Rotor, thanks!
-
Nick Mathewson authored
-
-
documentation fix for get_uint64 remove extra "." from a log line fix a long line
-
Roger Dingledine authored
-
-
-
-
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
-
- Sep 14, 2009
-
-
Sebastian Hahn authored
Adding the same vote to a networkstatus consensus leads to a memory leak on the client side. Fix that by only using the first vote from any given voter, and ignoring the others. Problem found by Rotor, who also helped writing the patch. Thanks!
-
- Sep 07, 2009
-
-
Roger Dingledine authored
-
- Sep 03, 2009
-
-
Roger Dingledine authored
Fix an obscure bug where hidden services on 64-bit big-endian systems might mis-read the timestamp in v3 introduce cells, and refuse to connect back to the client. Discovered by "rotor". Bugfix on 0.2.1.6-alpha.
-
- Sep 02, 2009
-
-
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
-
- Sep 01, 2009
-
-
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
-
- Aug 31, 2009
-
-
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
-