summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2012-03-26Merge remote-tracking branch 'rransom-tor/safecookie-022-v3' into maint-0.2.2Nick Mathewson
2012-03-09Never choose a bridge as an exit. Bug 5342.Nick Mathewson
2012-03-09Revise "sufficient exit nodes" check to work with restrictive ExitNodesNick Mathewson
2012-03-08Require a threshold of exit nodes before building circuitsNick Mathewson
2012-02-29new ip address for maatuskaRoger Dingledine
2012-02-22Implement 'safe cookie authentication'Robert Ransom
2012-02-10Properly protect paths to sed, sha1sum, opensslSebastian Hahn
2012-02-10Downgrade "missing a certificate" from notice to infoNick Mathewson
2012-01-09Fix a trivial log message error in renservice.cNick Mathewson
2012-01-08when the consensus fails, list which dir auths were in or outRoger Dingledine
2012-01-08nickname, not identity fingerprint, will help moreRoger Dingledine
2012-01-08tell me who votes are actually for, not just where they're fromRoger Dingledine
2011-12-30Fix spelling in a controlsocket log msgSebastian Hahn
2011-12-28Merge remote-tracking branch 'public/bug4788' into maint-0.2.2Nick Mathewson
2011-12-28Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-12-28Bug 4786 fix: don't convert EARLY to RELAY on v1 connectionsNick Mathewson
2011-12-27Authorities reject insecure Tors.Nick Mathewson
2011-12-21Do not even try to keep going on a socket with socklen==0Nick Mathewson
2011-12-15Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-12-15Add a fix for the buf_pullup bug that Vektor reportedNick Mathewson
2011-12-02Don't call tor_tls_set_logged_address till after checking conn->tlsNick Mathewson
2011-11-23Fix a compile warning on 64bit OS XSebastian Hahn
2011-11-21parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine
2011-11-21Merge branch 'bug4518' into maint-0.2.2Nick Mathewson
2011-11-21Merge remote-tracking branch 'public/bug3963' into maint-0.2.2Nick Mathewson
2011-11-19Only call cull_wedged_cpuworkers once every 60 seconds.Nick Mathewson
2011-11-19Don't log about stats when running as a client without geoipSebastian Hahn
2011-11-14Use real_addr in send_netinfoNick Mathewson
2011-11-07Include HiddenServiceDir in some warning messagesRobert Ransom
2011-11-07Merge branch 'bug4424' into maint-0.2.2Nick Mathewson
2011-11-07Remove an extraneous "if" in the 4424 fixNick Mathewson
2011-11-07Don't leak an extend_info_t in rend_client_any_intro_points_usableRobert Ransom
2011-11-07Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-11-06Fix remotely triggerable assert during ip decryptionDan Rosenberg
2011-11-03Fix a memleak when fetching descriptors for bridges in ExcludeNodes.George Kadianakis
2011-10-29Disable stats requiring geoip info if we have noneSebastian Hahn
2011-10-28Discard all cells on a marked connectionNick Mathewson
2011-10-28Fix typo, spotted by tmpname0901. Thanks!Sebastian 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-26manually backport a5232e0c4cRoger 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