Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-07 | Merge remote-tracking branch 'asn-mytor/bug4012_clienttransportplugin' | Nick Mathewson | |
2011-11-07 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-11-07 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-11-06 | Add a changes file for 4410 | Sebastian Hahn | |
2011-11-06 | Fix remotely triggerable assert during ip decryption | Dan Rosenberg | |
Fixes bug 4410. | |||
2011-11-06 | Added man entry for ClientTransportPlugin. | George Kadianakis | |
2011-11-03 | fix grammar in man page entries from proposal 171 | Roger Dingledine | |
2011-11-03 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-11-03 | Merge branch 'bug4383_nm' into maint-0.2.2 | Nick Mathewson | |
2011-11-03 | Fix a memleak when fetching descriptors for bridges in ExcludeNodes. | George Kadianakis | |
2011-11-03 | changes file for bug4366 | Nick Mathewson | |
2011-11-03 | Remove some duplicate includes | Andrea Gelmini | |
2011-11-03 | Fix a proposal number in the changelog. | Nick Mathewson | |
2011-11-02 | Fix a check-spaces complaint | Sebastian Hahn | |
2011-11-02 | Resolve a crash when running as dirauth | Sebastian Hahn | |
When we're asked for our own descriptor, don't crash. | |||
2011-10-30 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-10-30 | Merge remote-tracking branch 'erinn/win-bundle-fix' into maint-0.2.2 | Nick Mathewson | |
2011-10-31 | remove absolute path from contrib/package_nsis-mingw.sh in order to make it ↵ | Erinn Clark | |
easier to automatically build tor expert bundle | |||
2011-10-30 | blurb and version bump for 0.2.3.7-alphator-0.2.3.7-alpha | Roger Dingledine | |
2011-10-30 | there will be a new alpha release today (oct 30) | Roger Dingledine | |
2011-10-29 | bridges send netinfo cells like clients on outgoing conns | Roger Dingledine | |
fixes bug 4348 | |||
2011-10-29 | amend the changelog entry for 4299 | Roger Dingledine | |
it doesn't have to do with small cells. rather, it has to do with using cells to decide whether to mark the connection for close. | |||
2011-10-29 | fold in changes entries | Roger Dingledine | |
2011-10-29 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2011-10-29 | Add a changes file for the 4340 fix | Sebastian Hahn | |
2011-10-29 | Disable stats requiring geoip info if we have none | Sebastian Hahn | |
In other parts of the code we will otherwise attempt to collect these statistics, and that will lead to crashes. | |||
2011-10-28 | Merge branch 'bug4343' | Nick Mathewson | |
2011-10-28 | Bump version to 0.2.3.6-alpha-dev | Nick Mathewson | |
2011-10-28 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/or/command.c | |||
2011-10-28 | Discard all cells on a marked connection | Nick Mathewson | |
Fix for bug 4299 | |||
2011-10-28 | "Authetnicate" is not the usual spelling | Nick Mathewson | |
2011-10-28 | Fix a double-free that would occur on an invalid cert in a CERTS cell | Nick Mathewson | |
We would stash the certs in the handshake state before checking them for validity... and then if they turned out to be invalid, we'd give an error and free them. Then, later, we'd free them again when we tore down the connection. Fixes bug 4343; fix on 0.2.3.6-alpha. | |||
2011-10-28 | Fix a memory-poisoning memset in tortls.c | Nick Mathewson | |
2011-10-28 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-10-28 | Fix typo, spotted by tmpname0901. Thanks! | Sebastian Hahn | |
2011-10-27 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2011-10-27 | bump maint-0.2.2 to 0.2.2.34-dev | Roger Dingledine | |
2011-10-27 | find all those stanzas in master too | Roger Dingledine | |
2011-10-27 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2011-10-27 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2011-10-27 | bump maint to 0.2.1.31 | Roger Dingledine | |
2011-10-26 | a little blurb for 0.2.3.6-alphator-0.2.3.6-alpha | Roger Dingledine | |
2011-10-26 | forward-port the stable releases notes | Roger Dingledine | |
2011-10-26 | bump to 0.2.3.6-alpha | Roger Dingledine | |
2011-10-26 | fold in changes entries | Roger Dingledine | |
2011-10-27 | Merge branch 'maint-0.2.2_secfix' into master_secfix | Sebastian Hahn | |
Conflicts: src/common/tortls.c src/or/connection_or.c src/or/dirserv.c src/or/or.h | |||
2011-10-26 | Add option to give guard flag to relays without the CVE-2011-2768 fix | Robert Ransom | |
This way, all of the DA operators can upgrade immediately, without nuking every client's set of entry guards as soon as a majority of them upgrade. Until enough guards have upgraded, a majority of dirauths should set this config option so that there are still enough guards in the network. After a few days pass, all dirauths should use the default. | |||
2011-10-26 | Don't give the Guard flag to relays without the CVE-2011-2768 fix | Robert Ransom | |
2011-10-26 | Make tor_version_same_series non-static | Robert Ransom | |
2011-10-26 | Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfix | Sebastian Hahn | |
Conflicts: src/or/connection_or.c |