aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Add missing check for hostname answer_len in dnsserv sizeNick Mathewson2011-01-15
* Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson2011-01-15
* Always nul-terminate the result passed to evdns_server_add_ptr_replyNick Mathewson2011-01-15
* Remove a loud info log messageNick Mathewson2011-01-07
* Correctly detect and exclude addresses outside of our virtual address rangeNick Mathewson2011-01-07
* Merge branch 'bug2328_021' into maint-0.2.1Nick Mathewson2011-01-06
|\
| * Notice a little faster if we're running out of virtual addressesNick Mathewson2011-01-06
| * Handle a NULL return from addressmap_get_virtual_addressNick Mathewson2011-01-05
| * Fix a double-counting bug in addrmap_get_virtual_addressNick Mathewson2011-01-05
* | fix whitespace issuesNick Mathewson2011-01-03
* | Bump copyright statements to 2011Nick Mathewson2011-01-03
|/
* Merge commit 'nickm/fix_security_bug_021' into maint-0.2.1Roger Dingledine2010-12-16
|\
| * Make payloads into uint8_t.Nick Mathewson2010-12-15
* | Change gabelmoo's IP address and ports.Karsten Loesing2010-12-16
|/
* Use S_CASE for ehostunreach, not E_CASE. Partial backport of 69deb22f. Fixes ...Nick Mathewson2010-11-23
* Disable logging to control port connections in buf_shrink_freelists.Robert Ransom2010-11-12
* Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom2010-11-12
* let unpublished bridges learn their ip address tooRoger Dingledine2010-11-11
* Enforce multiplicity rules when parsing annotations.Nick Mathewson2010-11-10
* Fix a bug where seting allow_annotations==0 only ignores annotations, but doe...Nick Mathewson2010-11-10
* actually retry bridges when your network goes awayRoger Dingledine2010-09-28
* Remove a needless keep_open_until_flushedNick Mathewson2010-09-08
* Close a non-open OR connection *only* after KeepalivePeriod.Nick Mathewson2010-09-03
* Backport END_STREAM_REASON_NOROUTE for client use.Sebastian Hahn2010-08-18
* Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting intervalNick Mathewson2010-08-17
* Add maatuska as eighth v3 directory authority.Karsten Loesing2010-06-11
* close idle tls conns earlyRoger Dingledine2010-04-23
* finally get rid of "clique mode"Roger Dingledine2010-04-23
* close idle dir-fetch circs earlyRoger Dingledine2010-04-23
* testsuite: Prevent the main thread from starving the worker threadsPeter Palfrader2010-04-12
* testsuite: Only free the main mutex when and if all the worker threads are donePeter Palfrader2010-04-12
* fetch relay descriptors from v3 authoritiesRoger Dingledine2010-04-03
* Apply Roger's bug 1269 fix.Nick Mathewson2010-03-04
* Backport fix for time-goes-forward test. Fix bug 1267Nick Mathewson2010-03-02
* Update Tor Project copyright yearsNick Mathewson2010-02-27
* Properly handle non-terminated stringsSebastian Hahn2010-02-27
* Proper NULL checking in circuit_list_path_impl()Sebastian Hahn2010-02-26
* Proper NULL checking for hsdesc publicationSebastian Hahn2010-02-26
* new dannenberg address; make moria2's demise official.Roger Dingledine2010-02-12
* Don't use gethostbyname() in resolve_my_address()Sebastian Hahn2010-02-08
* lookup_last_hid_serv_request() could overflow and leak memorySebastian Hahn2010-02-07
* Add --enable-static-(openssl|libevent) optionsNick Mathewson2010-01-24
* Fix two rare leaks spotted by rieo.Nick Mathewson2010-01-23
* spread guard rotation out throughout the monthRoger Dingledine2010-01-19
* weight guard choice by bandwidth; discard old guardsRoger Dingledine2010-01-19
* downgrade a warningRoger Dingledine2010-01-19
* rotate keys for moria1 and gabelmooRoger Dingledine2010-01-19
* stop bridge authorities from leaking their bridge listRoger Dingledine2010-01-17
* fix race condition that can cause crashes at client or exit relayRoger Dingledine2009-11-23
* Make Tor work with OpenSSL 0.9.8lNick Mathewson2009-11-05