summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2010-12-16Merge commit 'nickm/fix_security_bug_021' into maint-0.2.1Roger Dingledine
2010-12-16Change gabelmoo's IP address and ports.Karsten Loesing
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-11-23Use S_CASE for ehostunreach, not E_CASE. Partial backport of 69deb22f. Fixes ...Nick 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-11let unpublished bridges learn their ip address tooRoger Dingledine
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-09-28actually retry bridges when your network goes awayRoger Dingledine
2010-09-08Remove a needless keep_open_until_flushedNick Mathewson
2010-09-03Close a non-open OR connection *only* after KeepalivePeriod.Nick Mathewson
2010-08-18Backport END_STREAM_REASON_NOROUTE for client use.Sebastian Hahn
2010-08-17Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting intervalNick Mathewson
2010-06-11Add maatuska as eighth v3 directory authority.Karsten Loesing
2010-04-23close idle tls conns earlyRoger Dingledine
2010-04-23finally get rid of "clique mode"Roger Dingledine
2010-04-23close idle dir-fetch circs earlyRoger Dingledine
2010-04-12testsuite: Prevent the main thread from starving the worker threadsPeter Palfrader
2010-04-12testsuite: Only free the main mutex when and if all the worker threads are donePeter Palfrader
2010-04-03fetch relay descriptors from v3 authoritiesRoger Dingledine
2010-03-04Apply Roger's bug 1269 fix.Nick Mathewson
2010-03-02Backport fix for time-goes-forward test. Fix bug 1267Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2010-02-26Proper NULL checking in circuit_list_path_impl()Sebastian Hahn
2010-02-26Proper NULL checking for hsdesc publicationSebastian Hahn
2010-02-12new dannenberg address; make moria2's demise official.Roger Dingledine
2010-02-08Don't use gethostbyname() in resolve_my_address()Sebastian Hahn
2010-02-07lookup_last_hid_serv_request() could overflow and leak memorySebastian Hahn
2010-01-24Add --enable-static-(openssl|libevent) optionsNick Mathewson
2010-01-23Fix two rare leaks spotted by rieo.Nick Mathewson
2010-01-19spread guard rotation out throughout the monthRoger Dingledine
2010-01-19weight guard choice by bandwidth; discard old guardsRoger Dingledine
2010-01-19downgrade a warningRoger Dingledine
2010-01-19rotate keys for moria1 and gabelmooRoger Dingledine
2010-01-17stop bridge authorities from leaking their bridge listRoger Dingledine
2009-11-23fix race condition that can cause crashes at client or exit relayRoger Dingledine
2009-11-05Make Tor work with OpenSSL 0.9.8lNick Mathewson
2009-10-26Fix an apparently bogus check; fortunately, it seems to be untriggered.Nick Mathewson
2009-10-26Fix two memory leaks found by Coverity (CIDs 417-418)Nick Mathewson
2009-10-26Add missing break statements for Coverity CIDs #406,407.Nick Mathewson
2009-10-26Only send the if_modified_since header for a v3 consensus.Nick Mathewson
2009-10-15Move moria1 and Tonga to alternate IP addresses.Roger Dingledine
2009-10-14read the "circwindow" parameter from the consensusRoger Dingledine
2009-10-14Code to parse and access network parameters.Nick Mathewson
2009-09-20Revert "Teach connection_ap_can_use_exit about Exclude*Nodes"Roger Dingledine
2009-09-16Merge commit 'karsten/fix-1073' into maint-0.2.1Nick Mathewson
2009-09-16Teach connection_ap_can_use_exit about Exclude*NodesSebastian Hahn
2009-09-15Merge commit 'sebastian/memleak' into maint-0.2.1Nick Mathewson