aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix a couple of non-cleared key issues in hidden servicesNick Mathewson2011-01-15
* Zero out some more key data before freeing itNick Mathewson2011-01-15
* Merge branch 'bug2352_obsize' into maint-0.2.1Nick Mathewson2011-01-15
|\
| * catch another overlong malloc possibility. found by cypherpunksNick Mathewson2011-01-15
| * Impose maximum sizes on parsed objectsNick Mathewson2011-01-10
| * Add logic in routerparse to not read overlong private keysNick Mathewson2011-01-10
* | Add missing check for hostname answer_len in dnsserv sizeNick Mathewson2011-01-15
* | Merge branch 'bug2324_uncompress' into maint-0.2.1Nick Mathewson2011-01-15
|\ \
| * | clean up message; explain a magic number in a commentNick Mathewson2011-01-15
| * | Fix a SIZE_T_CEILING check in torgzip.c; noticed by cypherpunksNick Mathewson2011-01-05
| * | Detect and disallow compression bombsNick Mathewson2011-01-03
* | | 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
* | | Make our replacement INT32_MAX always signedNick Mathewson2011-01-12
* | | Update to the January 1 2011 Maxmind GeoLite Country database.Karsten Loesing2011-01-10
| |/ |/|
* | 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
* | Avoid assertion on read_file_to_str() with size==SIZE_T_CEILING-1Nick Mathewson2011-01-03
* | Check size against SIZE_T_CEILING in realloc too.Nick Mathewson2011-01-03
* | Never include pthread.h when building for Windows.Nick Mathewson2011-01-03
* | fix whitespace issuesNick Mathewson2011-01-03
* | Bump copyright statements to 2011Nick Mathewson2011-01-03
|/
* Merge remote branch 'public/bug2190_021' into maint-0.2.1Nick Mathewson2010-12-21
|\
| * Do not send Libevent log messages to a controller (0.2.1 backport)Nick Mathewson2010-11-19
* | Merge commit 'nickm/fix_security_bug_021' into maint-0.2.1Roger Dingledine2010-12-16
|\ \
| * | Make payloads into uint8_t.Nick Mathewson2010-12-15
| * | Have all of our allocation functions and a few others check for underflowNick Mathewson2010-12-13
| * | Base SIZE_T_CEILING on SSIZE_T_MAX.Nick Mathewson2010-12-13
* | | Change gabelmoo's IP address and ports.Karsten Loesing2010-12-16
* | | Update to the December 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-12-08
|/ /
* | Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-11-23
* | Use S_CASE for ehostunreach, not E_CASE. Partial backport of 69deb22f. Fixes ...Nick Mathewson2010-11-23
* | Merge branch 'fix2204' into maint-0.2.1Nick Mathewson2010-11-21
|\ \ | |/ |/|
| * Do not set the hostname TLS extension server-side; only client-sideNick Mathewson2010-11-20
* | 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
* Update to the October 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-10-04
* actually retry bridges when your network goes awayRoger Dingledine2010-09-28
* Merge remote branch 'karsten/geoip-sep2010' into maint-0.2.1Nick Mathewson2010-09-08
|\
| * Update to the September 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-09-08
* | 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