summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
AgeCommit message (Collapse)Author
2004-09-02Add basic wrappers for zlib/gzipNick Mathewson
svn:r2324
2004-03-19ship strlcat and strlcpy with the tarball, but don't compile themRoger Dingledine
svn:r1297
2004-03-17Include strlcpy and strlcat where not available, so our string ops can be ↵Nick Mathewson
less error-prone. svn:r1289
2003-09-04Add initial interfaces and code for TLS support. Interfaces are right; code ↵Nick Mathewson
needs work and testing. svn:r424
2003-08-14include torint.h in 'make dist'Roger Dingledine
svn:r401
2003-06-30Add AES counter-mode support to the crypt libraryNick Mathewson
svn:r362
2003-06-18remove obsolete ss.hRoger Dingledine
svn:r336
2003-05-09still removing version.hRoger Dingledine
svn:r286
2003-04-16Factor out timeval-related functions.Nick Mathewson
svn:r237
2003-04-08let the 'test' binary build from the source distribRoger Dingledine
svn:r228
2002-11-25removing more unused filesRoger Dingledine
svn:r141
2002-11-23remove popt dependency, consolidate config stuffRoger Dingledine
reformat parts of onion.c svn:r136
2002-09-03Port to MacOS XNick Mathewson
svn:r88
2002-08-22Changed crypto calls to go through common/crypto.[hc] instead of calling ↵Matej Pjafjar
OpenSSL directly. svn:r76
2002-07-25Added the crypto abstraction to libor. Need to test and change the code to ↵Matej Pjafjar
use this instead of OpenSSL. svn:r74
2002-07-19Folded cell.? into src/orRoger Dingledine
Removed more obsolete files svn:r61
2002-07-02removed onion.c and onion.h from common/Roger Dingledine
they're now in or/onion.c svn:r21
2002-06-28added automake/autoconf support. When in doubt, "aclocal && autoconf && ↵Felipe Bergo
autoheader && automake" from the top dir. svn:r10