aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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 'bug2332_part2' into maint-0.2.1Nick Mathewson2011-01-15
|\ \
| * | Always nul-terminate the result passed to evdns_server_add_ptr_replyNick Mathewson2011-01-10
* | | 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
* | | | make the description of tolen_asserts more direNick 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
* | | | 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
* | | Note that Tor requires Automake 1.7. Fixes bug 2305Nick Mathewson2011-01-03
| |/ |/|
* | 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
* | put 0.2.1.28 release notes in place tooRoger Dingledine2010-12-16
* | Merge commit 'nickm/fix_security_bug_021' into maint-0.2.1Roger Dingledine2010-12-16
|\ \
| * | Add a changelog entryNick Mathewson2010-12-15
| * | 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
* | | add 0.2.1.27 blurb and changelog to release notesRoger Dingledine2010-12-01
|/ /
* | 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
* | stop shipping doc/img and doc/website in the tarballRoger Dingledine2010-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
* | Add changes file for bug1125Nick Mathewson2010-11-12
* | 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