summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
AgeCommit message (Expand)Author
2012-02-12Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-02-10Properly protect paths to sed, sha1sum, opensslSebastian Hahn
2012-01-06Change to use SSL_state_string_long() instead of homebrew ssl_state_to_string...Emile Snyder
2011-11-24Handle build-trees better.Peter Palfrader
2011-08-01Initial patch to build Tor with msvc and nmakeNick Mathewson
2011-05-23Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson
2011-05-20Implement __OwningControllerProcess optionRobert Ransom
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Add a data-independent variant of memcmp and a d-i memeq function.Nick Mathewson
2010-11-11Split long lines in configure.in and Makefile.am filesNick Mathewson
2010-07-09Rename log.h to torlog.hNick Mathewson
2009-09-24Fix compilation on OpenSSLs with unusual state lists.Nick Mathewson
2009-09-23Refactor unit tests to use the tinytest framework.Nick Mathewson
2009-08-20Add a SHA256 implementation for platforms that lack it.Nick Mathewson
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson
2009-05-08Include the *_sha1.i files in their own *_codedigest.c files.Nick Mathewson
2009-04-29Command-line option to dump SHA1 digests of all source files.Nick Mathewson
2008-07-25 r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200Nick Mathewson
2008-06-12 r16215@tombo: nickm | 2008-06-12 18:39:03 -0400Nick Mathewson
2008-03-26 r19049@catbus: nickm | 2008-03-26 12:33:25 -0400Nick Mathewson
2008-02-18 r18138@catbus: nickm | 2008-02-18 13:13:18 -0500Nick Mathewson
2008-02-17 r18123@catbus: nickm | 2008-02-17 14:08:45 -0500Nick Mathewson
2008-02-17 r14238@tombo: nickm | 2008-02-17 14:03:44 -0500Nick Mathewson
2007-04-11 r12335@catbus: nickm | 2007-04-10 16:53:48 -0400Nick Mathewson
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