Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-04 | Merge remote branch 'origin/maint-0.2.2' for bug2203_rebased | Nick Mathewson | |
There was a merge conflict in routerlist.c due to the new node_t logic. Conflicts: src/or/routerlist.c | |||
2011-02-04 | Merge branch 'bug2203_rebased' into maint-0.2.2 | Nick Mathewson | |
2011-02-03 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-02-03 | changes file for ASLR/DEP build on windows | Nick Mathewson | |
2011-02-03 | Enable ASLR and permanent DEP for Windows executables | John Brooks | |
Fix for #2358 | |||
2011-02-03 | Merge maint-0.2.2: do not take manpage change from bug2450. | Nick Mathewson | |
2011-02-03 | Merge remote branch 'sebastian/bug2450' into maint-0.2.2 | Nick Mathewson | |
2011-02-03 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-02-03 | Merge remote branch 'public/bug2378' into maint-0.2.2 | Nick Mathewson | |
2011-02-02 | tweak xxx-pluggable-transport based on comments from sjmurdoch | Nick Mathewson | |
2011-01-31 | Proposal 176: proposed v3 handshake | Nick Mathewson | |
2011-01-31 | Add suggestion by Nikita to Proposal 171 | Nick Mathewson | |
2011-01-28 | Remove country codes from EntryNodes manpage entry | Sebastian Hahn | |
2011-01-26 | Merge remote branch 'karsten/cbtdirspec' | Nick Mathewson | |
2011-01-26 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-01-26 | Merge branch 'bug2181' into maint-0.2.2 | Nick Mathewson | |
2011-01-26 | Explain soft shutdown mode a little better in the accountingmax documentation | Nick Mathewson | |
2011-01-26 | Fix typo in dir-spec.txt [found by sebastian] | Nick Mathewson | |
2011-01-26 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-01-26 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-01-26 | Merge-forward our exit-notice backport (empty merge) | Nick Mathewson | |
2011-01-26 | fix the links in the exit-list notice we give out to users. | Andrew Lewman | |
2011-01-26 | Backport current tor-exit-notice to 0.2.1 | Nick Mathewson | |
2011-01-26 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-01-26 | Merge branch 'bug2409' into maint-0.2.2 | Nick Mathewson | |
2011-01-26 | Merge branch 'bug2321' into maint-0.2.2 | Nick Mathewson | |
2011-01-26 | Avoid sketchy integer cast in cbt code | Nick Mathewson | |
When calling circuit_build_times_shuffle_and_store_array, we were passing a uint32_t as an int. arma is pretty sure that this can't actually cause a bug, because of checks elsewhere in the code, but it's best not to pass a uint32_t as an int anyway. Found by doorss; fix on 0.2.2.4-alpha. | |||
2011-01-25 | Log more about soft-hibernation | Nick Mathewson | |
2011-01-25 | Correctly detect BIO_new failures | Nick Mathewson | |
This bug was noticed by cypherpunks; fixes bug 2378. Bugfix on svn commit r110. | |||
2011-01-25 | Always treat failure to allocate an RSA key as an unrecoverable allocation error | Nick Mathewson | |
2011-01-25 | Handle failing cases of DH allocation | Nick Mathewson | |
2011-01-25 | Remove an unused function in crypto.c | Nick Mathewson | |
2011-01-25 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-01-25 | Comment remaining CBT functions. | Mike Perry | |
Left circuit_build_times_get_bw_scale() uncommented because it is in the wrong place due to an improper bug2317 fix. It needs to be moved and renamed, as it is not a cbt parameter. | |||
2011-01-25 | Describe consensus method 11 in dir-spec.txt | Nick Mathewson | |
2011-01-25 | Add changelog entry for bug2203. | Mike Perry | |
2011-01-25 | Fix authority side of 2203. | Mike Perry | |
Do not add Exit bandwidth to E if BadExit is set. | |||
2011-01-25 | Fix client side of 2203: Do not count BadExits as Exits. | Mike Perry | |
2011-01-25 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-01-25 | Add changes file for bug2004 | Nick Mathewson | |
2011-01-25 | Fix bug #2004 by demoting a log message. | Mike Perry | |
To quote arma: "So instead of stopping your CBT from screaming, you're just going to throw it in the closet and hope you can't hear it?" Yep. The log message can happen because at 95% point on the curve, we can be way beyond the max timeout we've seen, if the curve has few points and is shallow. Also applied Nick's rule of thumb for rewriting some other notice log messages to read like how you would explain them to a raving lunatic on #tor who was shouting at you demanding what they meant. Hopefully the changes live up to that standard. | |||
2011-01-25 | Fix bug in verifying directory signatures with short digests | Nick Mathewson | |
If we got a signed digest that was shorter than the required digest length, but longer than 20 bytes, we would accept it as long enough.... and then immediately fail when we want to check it. Fixes bug 2409; bug in 0.2.2.20-alpha; found by piebeer. | |||
2011-01-25 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/or/geoip.c | |||
2011-01-25 | Tell which geoip file we're parsing | Sebastian Hahn | |
2011-01-25 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-01-25 | Fix assert for relay/bridge state change | Sebastian Hahn | |
When we added support for separate client tls certs on bridges in a2bb0bfdd5 we forgot to correctly initialize this when changing from relay to bridge or vice versa while Tor is running. Fix that by always initializing keys when the state changes. Fixes bug 2433. | |||
2011-01-24 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-01-24 | Make the DH parameter we use for TLS match the one from Apache's mod_ssl | Nick Mathewson | |
Our regular DH parameters that we use for circuit and rendezvous crypto are unchanged. This is yet another small step on the path of protocol fingerprinting resistance. | |||
2011-01-20 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-01-20 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |