aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix a SIZE_T_CEILING check in torgzip.c; noticed by cypherpunksNick Mathewson2011-01-05
* Detect and disallow compression bombsNick 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
* 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
* | 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
* | Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-11-23
* | Do not set the hostname TLS extension server-side; only client-sideNick Mathewson2010-11-20
|/
* Fix renegotiation on OpenSSL versions that backport RFC5746.Nick Mathewson2010-04-13
* Update Tor Project copyright yearsNick Mathewson2010-02-27
* Zero a cipher completely before freeing itSebastian Hahn2010-02-26
* Fix compileSebastian Hahn2010-02-18
* Even more conservative option-setting for SSL renegotiation.Nick Mathewson2010-02-17
* Revise OpenSSL fix to work with OpenSSL 1.0.0beta*Nick Mathewson2010-01-31
* Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson2010-01-29
* Avoid a possible crash in tls_log_errors.Nick Mathewson2010-01-22
* Fix bug 1173: remove an assert(unsigned >= 0).Nick Mathewson2009-12-15
* Improved workaround for disabled OpenSSL renegotiation.Martin Peck2009-12-04
* Make Tor work with OpenSSL 0.9.8lNick Mathewson2009-11-05
* Code to parse and access network parameters.Nick Mathewson2009-10-14
* Work around a memory leak in openssl 0.9.8g (and maybe others)Nick Mathewson2009-09-17
* Use an _actual_ fix for the byte-reverse warning.Nick Mathewson2009-09-01
* Use a simpler fix for the byte-reversing warningNick Mathewson2009-09-01
* Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* Fix a rare infinite-recursion bug when shutting down.Nick Mathewson2009-08-20
* Don't attempt to log messages to a controller from a worker thread.Nick Mathewson2009-05-30
* Fixes to spelling fixes. Thanks, Roger!Nick Mathewson2009-05-28
* Spell-check Tor.Nick Mathewson2009-05-27
* Spelling fixes in comments and stringsNick Mathewson2009-05-27
* Stop using malloc_usable_size(): valgrind hates it.Nick Mathewson2009-05-17
* Fix an assertion-failure in memarea_alloc() on 64-bit platforms.Nick Mathewson2009-05-17
* Use a mutex to protect the count of open sockets.Nick Mathewson2009-05-13
* Update copyright to 2009.Karsten Loesing2009-05-04
* Actually do that memarea_strndup fix right. Not only must you not examine un...Nick Mathewson2009-03-21
* fix from lark: make memarea_strndup() work even at the end of a mmap chunk. ...Nick Mathewson2009-03-21
* Add some asserts to try to catch bug 930Nick Mathewson2009-03-18
* doxygen tweakRoger Dingledine2009-03-09
* Actually use tor_sscanf() to parse untrusted input.Nick Mathewson2009-03-03
* Add a simple locale-independent no-surprises sscanf replacement.Nick Mathewson2009-03-03
* Add and use set/get_uint64 on onion tags. [bug 604; backportable]Nick Mathewson2009-03-02
* Use prctl to reenable core dumps when we have setuid to a non-root user.Nick Mathewson2009-02-09
* Remove some deadcode and use tor_inet_aton uniformly.Nick Mathewson2009-02-09
* Fix typo found by Justin Coffi on or-talkNick Mathewson2009-01-23
* Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid...Nick Mathewson2009-01-22
* Make sure that even in the weird fiddly paths that lead to init_keys,Nick Mathewson2009-01-21