aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
Commit message (Expand)AuthorAge
* ship strlcat and strlcpy with the tarball, but don't compile themRoger Dingledine2004-03-19
* Include strlcpy and strlcat where not available, so our string ops can be les...Nick Mathewson2004-03-17
* Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson2003-09-04
* include torint.h in 'make dist'Roger Dingledine2003-08-14
* Add AES counter-mode support to the crypt libraryNick Mathewson2003-06-30
* remove obsolete ss.hRoger Dingledine2003-06-18
* still removing version.hRoger Dingledine2003-05-09
* Factor out timeval-related functions.Nick Mathewson2003-04-16
* let the 'test' binary build from the source distribRoger Dingledine2003-04-08
* removing more unused filesRoger Dingledine2002-11-25
* remove popt dependency, consolidate config stuffRoger Dingledine2002-11-23
* Port to MacOS XNick Mathewson2002-09-03
* Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar2002-08-22
* Added the crypto abstraction to libor. Need to test and change the code to us...Matej Pjafjar2002-07-25
* Folded cell.? into src/orRoger Dingledine2002-07-19
* removed onion.c and onion.h from common/Roger Dingledine2002-07-02
* added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...Felipe Bergo2002-06-28