aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-31
|\
| * Don't attempt to log messages to a controller from a worker thread.Nick Mathewson2009-05-30
* | Merge branch 'hardware_accel_improvements'Nick Mathewson2009-05-31
|\ \
| * | Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck2009-05-23
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-28
|\ \ \ | | |/ | |/|
| * | Fixes to spelling fixes. Thanks, Roger!Nick Mathewson2009-05-28
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\| | | |/ |/|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Spelling fixes in comments and stringsNick Mathewson2009-05-27
* | Add a quick macro to calculate hashtable memory usageNick Mathewson2009-05-22
* | Merge branch 'maint-0.2.1' into merge_tmpNick Mathewson2009-05-17
|\|
| * Stop using malloc_usable_size(): valgrind hates it.Nick Mathewson2009-05-17
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-17
|\|
| * Fix an assertion-failure in memarea_alloc() on 64-bit platforms.Nick Mathewson2009-05-17
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-13
|\|
| * Use a mutex to protect the count of open sockets.Nick Mathewson2009-05-13
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Add sentinel values to the end of memarea chunks.Nick Mathewson2009-05-12
* | Include the *_sha1.i files in their own *_codedigest.c files.Nick Mathewson2009-05-08
* | Add a missing newlineSebastian Hahn2009-05-05
* | Update copyright to 2009.Karsten Loesing2009-05-02
* | Command-line option to dump SHA1 digests of all source files.Nick Mathewson2009-04-29
|/
* 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
* Fix an error in tor_addr_parse that kept us from having a hidden service or a...Nick Mathewson2009-01-21
* Fix warning on panther compile, and bug 913. Backport candidate.Nick Mathewson2009-01-21
* Add a better (non-locale-having) ctypes implementation to avoid protocol and ...Nick Mathewson2009-01-20
* Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson2009-01-13
* Fix a leak memory on the failing case of test_memeq_hexNick Mathewson2009-01-13
* Fix a harmless-to-us bug in ht.h.Nick Mathewson2009-01-10
* Note a problem in the interface tor_addr_to_sockaddr.Nick Mathewson2009-01-06
* Another fun openbsd warning fix. On ioerror's computer at least, they redefi...Nick Mathewson2009-01-04
* OpenBSD malloc.h believes that you should be able to detect headers with auto...Nick Mathewson2009-01-04
* Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o...Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Only set sin_len/sin6_len when they exist.Nick Mathewson2009-01-02
* Try harder to make sure we zero-out the extraneous sockaddr fields and that w...Nick Mathewson2009-01-02
* Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson2008-12-30
* Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson2008-12-29
* Use RSA_generate_key_ex where available.Nick Mathewson2008-12-29