aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
Commit message (Expand)AuthorAge
* r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200••• Split out the address manipulation functions from compat and util: they were about 21% of the total of those, and spread out too much. svn:r16208 Nick Mathewson2008-07-25
* r16215@tombo: nickm | 2008-06-12 18:39:03 -0400••• Implement code to manually force the OpenSSL client cipher list to match the one recommended in proposal 124, *even if* we do not know all those ciphers. This is a bit of a kludge, but it is at least decently well commented. svn:r15173 Nick Mathewson2008-06-12
* r19049@catbus: nickm | 2008-03-26 12:33:25 -0400••• Add new stacklike, free-all-at-once memory allocation strategy. Use it when parsing directory information. This helps parsing speed, and may well help fragmentation some too. hidden-service-related stuff still uses the old tokenizing strategies. svn:r14194 Nick Mathewson2008-03-26
* r18138@catbus: nickm | 2008-02-18 13:13:18 -0500••• Try to make conditional include logic for openbsd malloc not warn on arma's computer. May fix bug 610. svn:r13557 Nick Mathewson2008-02-18
* r18123@catbus: nickm | 2008-02-17 14:08:45 -0500••• Fix capitalization error svn:r13545 Nick Mathewson2008-02-17
* r14238@tombo: nickm | 2008-02-17 14:03:44 -0500••• Add openbsd memory allocator discussed in bug 468, to make it easier for linux users to get non-awful allocation patterns. Use --enable-openbsd-malloc to turn it on. Needs more testing. svn:r13544 Nick Mathewson2008-02-17
* r12335@catbus: nickm | 2007-04-10 16:53:48 -0400••• Initial version of memory pool logic. Needs unit tests. Made to be easily separable from Tor. svn:r9937 Nick Mathewson2007-04-11
* Replace balanced trees with hash tables: this should make stuff significantly...•••svn:r5441 Nick Mathewson2005-11-23
* Make Tor use Niels Provos's libevent instead of it's current•••poll-but-sometimes-select mess. This will let us use faster async cores (like epoll, kpoll, and /dev/poll), and hopefully work better on Windows too. There are some fairly nasty changes to main.c here; this will almost certainly break something. But hey, that's what alphas are for. svn:r3341 Nick Mathewson2005-01-12
* Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640 Nick Mathewson2004-11-01
* Only tor and test binaries need to link against openssl and zlib; tor-resolve...•••svn:r2629 Nick Mathewson2004-10-30
* Add basic wrappers for zlib/gzip•••svn:r2324 Nick Mathewson2004-09-02
* ship strlcat and strlcpy with the tarball, but don't compile them•••svn:r1297 Roger Dingledine2004-03-19
* Include strlcpy and strlcat where not available, so our string ops can be les...•••svn:r1289 Nick Mathewson2004-03-17
* Add initial interfaces and code for TLS support. Interfaces are right; code ...•••svn:r424 Nick Mathewson2003-09-04
* include torint.h in 'make dist'•••svn:r401 Roger Dingledine2003-08-14
* Add AES counter-mode support to the crypt library•••svn:r362 Nick Mathewson2003-06-30
* remove obsolete ss.h•••svn:r336 Roger Dingledine2003-06-18
* still removing version.h•••svn:r286 Roger Dingledine2003-05-09
* Factor out timeval-related functions.•••svn:r237 Nick Mathewson2003-04-16
* let the 'test' binary build from the source distrib•••svn:r228 Roger Dingledine2003-04-08
* removing more unused files•••svn:r141 Roger Dingledine2002-11-25
* remove popt dependency, consolidate config stuff•••reformat parts of onion.c svn:r136 Roger Dingledine2002-11-23
* Port to MacOS X•••svn:r88 Nick Mathewson2002-09-03
* Changed crypto calls to go through common/crypto.[hc] instead of calling Open...•••svn:r76 Matej Pjafjar2002-08-22
* Added the crypto abstraction to libor. Need to test and change the code to us...•••svn:r74 Matej Pjafjar2002-07-25
* Folded cell.? into src/or•••Removed more obsolete files svn:r61 Roger Dingledine2002-07-19
* removed onion.c and onion.h from common/•••they're now in or/onion.c svn:r21 Roger Dingledine2002-07-02
* added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...•••svn:r10 Felipe Bergo2002-06-28