summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2009-09-15some cleanups:Sebastian Hahn
2009-09-14Implement proposal 167: Authorities vote on network parameters.Nick Mathewson
2009-09-14Add a median_int32 and find_nth_int32Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01typoSebastian Hahn
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-31Revise parsing of time and memory units to handle spaces.Nick Mathewson
2009-08-27Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-20Make crypto_digest_get_digest nondestructive again.Nick Mathewson
2009-08-20Fix a rare infinite-recursion bug when shutting down.Nick Mathewson
2009-08-20Add a SHA256 implementation for platforms that lack it.Nick Mathewson
2009-08-19Add basic support for SHA256.Nick Mathewson
2009-08-09Switch over to tor_strtok_r instead of strtok_r.Mike Perry
2009-08-09Add a new tor_strtok_r for platforms that don't have one, plus tests.Nick Mathewson
2009-07-27Fix dirreq and cell stats on 32-bit architectures.Karsten Loesing
2009-07-13Two tweaks to exit-port statistics.Karsten Loesing
2009-06-18Set EV_PERSIST flag on signal events with Libevent < 2.0.Nick Mathewson
2009-06-16Fix bug 1001Sebastian Hahn
2009-06-12Whitespace and osx fixes on libevent2 patch.Nick Mathewson
2009-06-12Make Tor compile with Libevent 1.0 again.Nick Mathewson
2009-06-12Move the Libvent setup logic into compat_libevent from config.Nick Mathewson
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson
2009-05-31Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-31Merge branch 'hardware_accel_improvements'Nick Mathewson
2009-05-30Don't attempt to log messages to a controller from a worker thread.Nick Mathewson
2009-05-28Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-28Fixes to spelling fixes. Thanks, Roger!Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-27Spelling fixes in comments and stringsNick Mathewson
2009-05-23Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck
2009-05-22Add a quick macro to calculate hashtable memory usageNick Mathewson
2009-05-17Merge branch 'maint-0.2.1' into merge_tmpNick Mathewson
2009-05-17Stop using malloc_usable_size(): valgrind hates it.Nick Mathewson
2009-05-17Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-17Fix an assertion-failure in memarea_alloc() on 64-bit platforms.Nick Mathewson
2009-05-13Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-13Use a mutex to protect the count of open sockets.Nick Mathewson
2009-05-12Add sentinel values to the end of memarea chunks.Nick Mathewson
2009-05-08Include the *_sha1.i files in their own *_codedigest.c files.Nick Mathewson
2009-05-05Add a missing newlineSebastian Hahn
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-04-29Command-line option to dump SHA1 digests of all source files.Nick Mathewson
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