summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-19Add comments to some of the bug2183 fix codeNick Mathewson
2010-11-17Tweak the bugfix for 2183 a bit more.Karsten Loesing
2010-11-15Don't use log_err for non-criticial warnings.Karsten Loesing
2010-11-15Try harder not to exceed the 50 KB extra-info descriptor limit.Karsten Loesing
2010-11-12Avoid perma-blocking the controller on bug in shrink_freelistNick Mathewson
2010-11-12Add changes file for bug1125Nick Mathewson
2010-11-12Merge remote branch 'rransom/bug1125-022' into maint-0.2.2Nick Mathewson
2010-11-12Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2010-11-12Add changes file for bug1125Nick Mathewson
2010-11-12Disable logging to control port connections in buf_shrink_freelists.Robert Ransom
2010-11-12Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom
2010-11-12Disable logging to control port connections in buf_shrink_freelists.Robert Ransom
2010-11-12Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom
2010-11-11Merge remote branch 'sebastian/remove-osx-expert-package' into maint-0.2.2Nick Mathewson
2010-11-11Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2010-11-11let unpublished bridges learn their ip address tooRoger Dingledine
2010-11-10Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2010-11-10Enforce multiplicity rules when parsing annotations.Nick Mathewson
2010-11-10Fix a bug where seting allow_annotations==0 only ignores annotations, but doe...Nick Mathewson
2010-11-10Remove everything related to os x expert packageSebastian Hahn
2010-11-09fold the changes files into a changelogRoger Dingledine
2010-11-06move to the november 1 maxmind geoip dbRoger Dingledine
2010-10-26Remove delay to become HSDir in privnetsSebastian Hahn
2010-10-26Properly refcount client_identity_keySebastian Hahn
2010-10-21Fix a whitespace errorNick Mathewson
2010-10-21Merge branch 'bug988-nm' into maint-0.2.2Nick Mathewson
2010-10-21Add some asserts to get_{tlsclient|server}_identity_keyNick Mathewson
2010-10-21Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2010-10-21Fix a remaining bug in Robert's bug1859 fix.Nick Mathewson
2010-10-21Merge remote branch 'hoganrobert/bug1859' into maint-0.2.2Nick Mathewson
2010-10-21Merge remote branch 'sebastian/relay_early_rend' into maint-0.2.2Nick Mathewson
2010-10-20Fix a logic error in 98aee84. Found by boboperNick Mathewson
2010-10-20Add a ! to directory_caches_dir_info() to fix a logic errorNick Mathewson
2010-10-20Merge branch 'bug2097' into maint-0.2.2Nick Mathewson
2010-10-20Fix a read of a freed pointer while in set_current_consensusNick Mathewson
2010-10-20Remove redundant -Wpointer-sign CFLAGSebastian Hahn
2010-10-20Remove redundant -Wformat -Wformat-security CFLAGSSebastian Hahn
2010-10-20Use ssp-buffer-size param when hardeningSebastian Hahn
2010-10-18Send relay_early cells in rend circsSebastian Hahn
2010-10-17Issues with router_get_by_nickname() (3)Robert Hogan
2010-10-17Issues with router_get_by_nickname()Robert Hogan
2010-10-13Issues with router_get_by_nickname()Robert Hogan
2010-10-11Fix MIPSpro and time_t signedness detectionSebastian Hahn
2010-10-11Fix warnings with new versions of autoconfSebastian Hahn
2010-10-04Maintain separate server and client identity keys when appropriate.Robert Ransom
2010-10-04Maintain separate server and client TLS contexts.Robert Ransom
2010-10-04Refactor tor_tls_context_new:Robert Ransom
2010-10-04Add public_server_mode function.Robert Ransom
2010-10-04Correct a bogus comment.Robert Ransom
2010-10-04Correct a couple of log messages in tortls.cRobert Ransom