summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-26Zero a cipher completely before freeing itSebastian Hahn
2010-02-18Fix compileSebastian Hahn
2010-02-17Even more conservative option-setting for SSL renegotiation.Nick Mathewson
2010-01-31Revise OpenSSL fix to work with OpenSSL 1.0.0beta*Nick Mathewson
2010-01-29Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson
2010-01-22Avoid a possible crash in tls_log_errors.Nick Mathewson
2009-12-15Fix bug 1173: remove an assert(unsigned >= 0).Nick Mathewson
2009-12-04Improved workaround for disabled OpenSSL renegotiation.Martin Peck
2009-11-05Make Tor work with OpenSSL 0.9.8lNick Mathewson
2009-10-14Code to parse and access network parameters.Nick Mathewson
2009-09-17Work around a memory leak in openssl 0.9.8g (and maybe others)Nick Mathewson
2009-09-01Use an _actual_ fix for the byte-reverse warning.Nick Mathewson
2009-09-01Use a simpler fix for the byte-reversing warningNick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-20Fix a rare infinite-recursion bug when shutting down.Nick Mathewson
2009-05-30Don't attempt to log messages to a controller from a worker thread.Nick Mathewson
2009-05-28Fixes to spelling fixes. Thanks, Roger!Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-27Spelling fixes in comments and stringsNick Mathewson
2009-05-17Stop using malloc_usable_size(): valgrind hates it.Nick Mathewson
2009-05-17Fix an assertion-failure in memarea_alloc() on 64-bit platforms.Nick Mathewson
2009-05-13Use a mutex to protect the count of open sockets.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-03-21Actually do that memarea_strndup fix right. Not only must you not examine un...Nick Mathewson
2009-03-21fix from lark: make memarea_strndup() work even at the end of a mmap chunk. ...Nick Mathewson
2009-03-18Add some asserts to try to catch bug 930Nick Mathewson
2009-03-09doxygen tweakRoger Dingledine
2009-03-03Actually use tor_sscanf() to parse untrusted input.Nick Mathewson
2009-03-03Add a simple locale-independent no-surprises sscanf replacement.Nick Mathewson
2009-03-02Add and use set/get_uint64 on onion tags. [bug 604; backportable]Nick Mathewson
2009-02-09Use prctl to reenable core dumps when we have setuid to a non-root user.Nick Mathewson
2009-02-09Remove some deadcode and use tor_inet_aton uniformly.Nick Mathewson
2009-01-23Fix typo found by Justin Coffi on or-talkNick Mathewson
2009-01-22Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid...Nick Mathewson
2009-01-21Make sure that even in the weird fiddly paths that lead to init_keys,Nick Mathewson
2009-01-21Fix an error in tor_addr_parse that kept us from having a hidden service or a...Nick Mathewson
2009-01-21Fix warning on panther compile, and bug 913. Backport candidate.Nick Mathewson
2009-01-20Add a better (non-locale-having) ctypes implementation to avoid protocol and ...Nick Mathewson
2009-01-13Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson
2009-01-13Fix a leak memory on the failing case of test_memeq_hexNick Mathewson
2009-01-10Fix a harmless-to-us bug in ht.h.Nick Mathewson
2009-01-06Note a problem in the interface tor_addr_to_sockaddr.Nick Mathewson
2009-01-04Another fun openbsd warning fix. On ioerror's computer at least, they redefi...Nick Mathewson
2009-01-04OpenBSD malloc.h believes that you should be able to detect headers with auto...Nick Mathewson
2009-01-04Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2009-01-02Only set sin_len/sin6_len when they exist.Nick Mathewson
2009-01-02Try harder to make sure we zero-out the extraneous sockaddr fields and that w...Nick Mathewson
2008-12-30Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson