index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Makefile.am
Commit message (
Expand
)
Author
Age
*
Rename log.h to torlog.h
Nick Mathewson
2010-07-09
*
Fix compilation on OpenSSLs with unusual state lists.
Nick Mathewson
2009-09-24
*
Refactor unit tests to use the tinytest framework.
Nick Mathewson
2009-09-23
*
Add a SHA256 implementation for platforms that lack it.
Nick Mathewson
2009-08-20
*
Update Tor to use Libevent 2.0 APIs when available.
Nick Mathewson
2009-06-12
*
Include the *_sha1.i files in their own *_codedigest.c files.
Nick Mathewson
2009-05-08
*
Command-line option to dump SHA1 digests of all source files.
Nick Mathewson
2009-04-29
*
r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200
Nick Mathewson
2008-07-25
*
r16215@tombo: nickm | 2008-06-12 18:39:03 -0400
Nick Mathewson
2008-06-12
*
r19049@catbus: nickm | 2008-03-26 12:33:25 -0400
Nick Mathewson
2008-03-26
*
r18138@catbus: nickm | 2008-02-18 13:13:18 -0500
Nick Mathewson
2008-02-18
*
r18123@catbus: nickm | 2008-02-17 14:08:45 -0500
Nick Mathewson
2008-02-17
*
r14238@tombo: nickm | 2008-02-17 14:03:44 -0500
Nick Mathewson
2008-02-17
*
r12335@catbus: nickm | 2007-04-10 16:53:48 -0400
Nick Mathewson
2007-04-11
*
Replace balanced trees with hash tables: this should make stuff significantly...
Nick Mathewson
2005-11-23
*
Make Tor use Niels Provos's libevent instead of it's current
Nick Mathewson
2005-01-12
*
Split util into util (general utilities), container (smartlist and strmap), a...
Nick Mathewson
2004-11-01
*
Only tor and test binaries need to link against openssl and zlib; tor-resolve...
Nick Mathewson
2004-10-30
*
Add basic wrappers for zlib/gzip
Nick Mathewson
2004-09-02
*
ship strlcat and strlcpy with the tarball, but don't compile them
Roger Dingledine
2004-03-19
*
Include strlcpy and strlcat where not available, so our string ops can be les...
Nick Mathewson
2004-03-17
*
Add initial interfaces and code for TLS support. Interfaces are right; code ...
Nick Mathewson
2003-09-04
*
include torint.h in 'make dist'
Roger Dingledine
2003-08-14
*
Add AES counter-mode support to the crypt library
Nick Mathewson
2003-06-30
*
remove obsolete ss.h
Roger Dingledine
2003-06-18
*
still removing version.h
Roger Dingledine
2003-05-09
*
Factor out timeval-related functions.
Nick Mathewson
2003-04-16
*
let the 'test' binary build from the source distrib
Roger Dingledine
2003-04-08
*
removing more unused files
Roger Dingledine
2002-11-25
*
remove popt dependency, consolidate config stuff
Roger Dingledine
2002-11-23
*
Port to MacOS X
Nick Mathewson
2002-09-03
*
Changed crypto calls to go through common/crypto.[hc] instead of calling Open...
Matej Pjafjar
2002-08-22
*
Added the crypto abstraction to libor. Need to test and change the code to us...
Matej Pjafjar
2002-07-25
*
Folded cell.? into src/or
Roger Dingledine
2002-07-19
*
removed onion.c and onion.h from common/
Roger Dingledine
2002-07-02
*
added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...
Felipe Bergo
2002-06-28