summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-07Merge remote-tracking branch 'asn-mytor/bug4012_clienttransportplugin'Nick Mathewson
2011-11-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-07Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-11-06Add a changes file for 4410Sebastian Hahn
2011-11-06Fix remotely triggerable assert during ip decryptionDan Rosenberg
Fixes bug 4410.
2011-11-06Added man entry for ClientTransportPlugin.George Kadianakis
2011-11-03fix grammar in man page entries from proposal 171Roger Dingledine
2011-11-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-03Merge branch 'bug4383_nm' into maint-0.2.2Nick Mathewson
2011-11-03Fix a memleak when fetching descriptors for bridges in ExcludeNodes.George Kadianakis
2011-11-03changes file for bug4366Nick Mathewson
2011-11-03Remove some duplicate includesAndrea Gelmini
2011-11-03Fix a proposal number in the changelog.Nick Mathewson
2011-11-02Fix a check-spaces complaintSebastian Hahn
2011-11-02Resolve a crash when running as dirauthSebastian Hahn
When we're asked for our own descriptor, don't crash.
2011-10-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-30Merge remote-tracking branch 'erinn/win-bundle-fix' into maint-0.2.2Nick Mathewson
2011-10-31remove absolute path from contrib/package_nsis-mingw.sh in order to make it ↵Erinn Clark
easier to automatically build tor expert bundle
2011-10-30blurb and version bump for 0.2.3.7-alphator-0.2.3.7-alphaRoger Dingledine
2011-10-30there will be a new alpha release today (oct 30)Roger Dingledine
2011-10-29bridges send netinfo cells like clients on outgoing connsRoger Dingledine
fixes bug 4348
2011-10-29amend the changelog entry for 4299Roger 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-29fold in changes entriesRoger Dingledine
2011-10-29Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: src/or/config.c
2011-10-29Add a changes file for the 4340 fixSebastian Hahn
2011-10-29Disable stats requiring geoip info if we have noneSebastian Hahn
In other parts of the code we will otherwise attempt to collect these statistics, and that will lead to crashes.
2011-10-28Merge branch 'bug4343'Nick Mathewson
2011-10-28Bump version to 0.2.3.6-alpha-devNick Mathewson
2011-10-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: src/or/command.c
2011-10-28Discard all cells on a marked connectionNick Mathewson
Fix for bug 4299
2011-10-28"Authetnicate" is not the usual spellingNick Mathewson
2011-10-28Fix a double-free that would occur on an invalid cert in a CERTS cellNick 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-28Fix a memory-poisoning memset in tortls.cNick Mathewson
2011-10-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-28Fix typo, spotted by tmpname0901. Thanks!Sebastian Hahn
2011-10-27Merge branch 'maint-0.2.2'Roger Dingledine
2011-10-27bump maint-0.2.2 to 0.2.2.34-devRoger Dingledine
2011-10-27find all those stanzas in master tooRoger Dingledine
2011-10-27Merge branch 'maint-0.2.2'Roger Dingledine
2011-10-27Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-10-27bump maint to 0.2.1.31Roger Dingledine
2011-10-26a little blurb for 0.2.3.6-alphator-0.2.3.6-alphaRoger Dingledine
2011-10-26forward-port the stable releases notesRoger Dingledine
2011-10-26bump to 0.2.3.6-alphaRoger Dingledine
2011-10-26fold in changes entriesRoger Dingledine
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn
Conflicts: src/common/tortls.c src/or/connection_or.c src/or/dirserv.c src/or/or.h
2011-10-26Add option to give guard flag to relays without the CVE-2011-2768 fixRobert 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-26Don't give the Guard flag to relays without the CVE-2011-2768 fixRobert Ransom
2011-10-26Make tor_version_same_series non-staticRobert Ransom
2011-10-26Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn
Conflicts: src/or/connection_or.c