summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
AgeCommit message (Expand)Author
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson
2004-10-30Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson
2004-09-02Add basic wrappers for zlib/gzipNick Mathewson
2004-03-19ship strlcat and strlcpy with the tarball, but don't compile themRoger Dingledine
2004-03-17Include strlcpy and strlcat where not available, so our string ops can be les...Nick Mathewson
2003-09-04Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson
2003-08-14include torint.h in 'make dist'Roger Dingledine
2003-06-30Add AES counter-mode support to the crypt libraryNick Mathewson
2003-06-18remove obsolete ss.hRoger Dingledine
2003-05-09still removing version.hRoger Dingledine
2003-04-16Factor out timeval-related functions.Nick Mathewson
2003-04-08let the 'test' binary build from the source distribRoger Dingledine
2002-11-25removing more unused filesRoger Dingledine
2002-11-23remove popt dependency, consolidate config stuffRoger Dingledine
2002-09-03Port to MacOS XNick Mathewson
2002-08-22Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar
2002-07-25Added the crypto abstraction to libor. Need to test and change the code to us...Matej Pjafjar
2002-07-19Folded cell.? into src/orRoger Dingledine
2002-07-02removed onion.c and onion.h from common/Roger Dingledine
2002-06-28added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...Felipe Bergo