aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
Commit message (Expand)AuthorAge
* 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