aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocationNick Mathewson2011-11-14
* Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-11-14
|\
| * Merge remote-tracking branch 'karsten/geoip-november2011' into maint-0.2.1Nick Mathewson2011-11-14
| |\
| | * Update to the November 2011 GeoIP database.Karsten Loesing2011-11-07
* | | Merge remote-tracking branch 'rransom-tor/bug4426' into maint-0.2.2Nick Mathewson2011-11-09
|\ \ \
| * | | Include HiddenServiceDir in some warning messagesRobert Ransom2011-11-07
* | | | Don't warn when compiling with --disable-threadsSebastian Hahn2011-11-09
|/ / /
* | | Robert says that this bug was not in fact one of frosty'sNick Mathewson2011-11-07
* | | Merge branch 'bug4424' into maint-0.2.2Nick Mathewson2011-11-07
|\ \ \
| * | | Remove an extraneous "if" in the 4424 fixNick Mathewson2011-11-07
| * | | Don't leak an extend_info_t in rend_client_any_intro_points_usableRobert Ransom2011-11-07
* | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-11-07
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add a changes file for 4410Sebastian Hahn2011-11-06
| * | Fix remotely triggerable assert during ip decryptionDan Rosenberg2011-11-06
| |/
* | Merge branch 'bug4383_nm' into maint-0.2.2Nick Mathewson2011-11-03
|\ \
| * | Fix a memleak when fetching descriptors for bridges in ExcludeNodes.George Kadianakis2011-11-03
|/ /
* | Merge remote-tracking branch 'erinn/win-bundle-fix' into maint-0.2.2Nick Mathewson2011-10-30
|\ \
| * | remove absolute path from contrib/package_nsis-mingw.sh in order to make it e...Erinn Clark2011-10-31
|/ /
* | Add a changes file for the 4340 fixSebastian Hahn2011-10-29
* | Disable stats requiring geoip info if we have noneSebastian Hahn2011-10-29
* | Discard all cells on a marked connectionNick Mathewson2011-10-28
* | Fix typo, spotted by tmpname0901. Thanks!Sebastian Hahn2011-10-28
* | bump maint-0.2.2 to 0.2.2.34-devRoger Dingledine2011-10-27
* | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-10-27
|\|
| * bump maint to 0.2.1.31Roger Dingledine2011-10-27
* | Add option to give guard flag to relays without the CVE-2011-2768 fixRobert Ransom2011-10-26
* | Don't give the Guard flag to relays without the CVE-2011-2768 fixRobert Ransom2011-10-26
* | Make tor_version_same_series non-staticRobert Ransom2011-10-26
* | Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn2011-10-26
|\|
| * Reject create cells on outgoing OR connections from bridgesRobert Ransom2011-10-26
| * Mark which OR connections are outgoingRobert Ransom2011-10-26
| * Don't use any OR connection which sent us a CREATE_FAST cell for an EXTENDRobert Ransom2011-10-26
| * Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson2011-10-26
* | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-10-26
|\|
| * Remove the -F option from tor-resolve.Nick Mathewson2011-10-26
| * manually backport a5232e0c4cRoger Dingledine2011-10-26
* | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-10-26
|\|
| * stop asserting at bootRoger Dingledine2011-10-26
| * Reinit keys at the start of options_act().Nick Mathewson2011-10-26
| * Don't crash a bridge authority on SIGHUP if it's not in the consensusRobert Ransom2011-10-26
| * Fix assert for relay/bridge state changeSebastian Hahn2011-10-26
| * Don't crash when accountingmax is set in non-server TorsNick Mathewson2011-10-26
| * Properly refcount client_identity_keySebastian Hahn2011-10-26
| * Add some asserts to get_{tlsclient|server}_identity_keyNick Mathewson2011-10-26
| * Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson2011-10-26
| * Maintain separate server and client identity keys when appropriate.Robert Ransom2011-10-26
| * Make crypto_free_pk_env tolerate NULL arg in 0.2.1. Error-proofing against b...Nick Mathewson2011-10-26
| * Maintain separate server and client TLS contexts.Robert Ransom2011-10-26
| * Refactor tor_tls_context_new:Robert Ransom2011-10-26
| * Add public_server_mode function.Robert Ransom2011-10-26