summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-10-26Add option to give guard flag to relays without the CVE-2011-2768 fixRobert Ransom
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
2011-10-26Reject create cells on outgoing OR connections from bridgesRobert Ransom
2011-10-26Mark which OR connections are outgoingRobert Ransom
2011-10-26Don't use any OR connection which sent us a CREATE_FAST cell for an EXTENDRobert Ransom
2011-10-26Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson
2011-10-26Merge branch 'maint-0.2.2'Roger Dingledine
2011-10-26Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-10-26Remove the -F option from tor-resolve.Nick Mathewson
2011-10-26manually backport a5232e0c4cRoger Dingledine
2011-10-26Merge branch 'maint-0.2.2'Roger Dingledine
2011-10-26Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-10-26closer to a changelog for the next alphaRoger Dingledine
2011-10-26stop asserting at bootRoger Dingledine
2011-10-26Reinit keys at the start of options_act().Nick Mathewson
2011-10-26Don't crash a bridge authority on SIGHUP if it's not in the consensusRobert Ransom
2011-10-26Fix assert for relay/bridge state changeSebastian Hahn
2011-10-26Merge branch 'cov_run224_squashed'Nick Mathewson
2011-10-26Changelog for recent coverity issuesNick Mathewson
2011-10-26Fix memory leak in retry_all_listeners: Coverity CID 485Nick Mathewson
2011-10-26Fix memory leak in options_act_reversible: fix Coverity CID 486,487Nick Mathewson
2011-10-26Do not tread vpadding cell as versions cell. Not in any released version.Nick Mathewson
2011-10-26Fix a NULL pointer dereference in parse_server_transport_line().George Kadianakis
2011-10-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-26Merge remote-tracking branch 'public/cov_run224_022' into maint-0.2.2Nick Mathewson
2011-10-26Fix a couple of pluggable transport bugsSebastian Hahn
2011-10-26Don't crash when accountingmax is set in non-server TorsNick Mathewson
2011-10-26Properly refcount client_identity_keySebastian Hahn
2011-10-26Add some asserts to get_{tlsclient|server}_identity_keyNick Mathewson
2011-10-26Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2011-10-26Maintain separate server and client identity keys when appropriate.Robert Ransom
2011-10-26Make crypto_free_pk_env tolerate NULL arg in 0.2.1. Error-proofing against b...Nick Mathewson
2011-10-26Maintain separate server and client TLS contexts.Robert Ransom
2011-10-26Refactor tor_tls_context_new:Robert Ransom
2011-10-26Add public_server_mode function.Robert Ransom
2011-10-26Merge branch 'maint-0.2.2'Roger Dingledine
2011-10-26Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-10-26Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.Nick Mathewson
2011-10-25Merge branch 'maint-0.2.2'Roger Dingledine
2011-10-25unmangle the fingerprint example in the man pageRoger Dingledine
2011-10-25Merge branch 'ticket4294'Nick Mathewson
2011-10-25Avoid likely memory fragmentation from rep_hist_note_descs_servedNick Mathewson
2011-10-25Add percentiles to the desc stats reportingSebastian Hahn