index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Makefile.am
Age
Commit message (
Expand
)
Author
2005-11-23
Replace balanced trees with hash tables: this should make stuff significantly...
Nick Mathewson
2005-01-12
Make Tor use Niels Provos's libevent instead of it's current
Nick Mathewson
2004-11-01
Split util into util (general utilities), container (smartlist and strmap), a...
Nick Mathewson
2004-10-30
Only tor and test binaries need to link against openssl and zlib; tor-resolve...
Nick Mathewson
2004-09-02
Add basic wrappers for zlib/gzip
Nick Mathewson
2004-03-19
ship strlcat and strlcpy with the tarball, but don't compile them
Roger Dingledine
2004-03-17
Include strlcpy and strlcat where not available, so our string ops can be les...
Nick Mathewson
2003-09-04
Add initial interfaces and code for TLS support. Interfaces are right; code ...
Nick Mathewson
2003-08-14
include torint.h in 'make dist'
Roger Dingledine
2003-06-30
Add AES counter-mode support to the crypt library
Nick Mathewson
2003-06-18
remove obsolete ss.h
Roger Dingledine
2003-05-09
still removing version.h
Roger Dingledine
2003-04-16
Factor out timeval-related functions.
Nick Mathewson
2003-04-08
let the 'test' binary build from the source distrib
Roger Dingledine
2002-11-25
removing more unused files
Roger Dingledine
2002-11-23
remove popt dependency, consolidate config stuff
Roger Dingledine
2002-09-03
Port to MacOS X
Nick Mathewson
2002-08-22
Changed crypto calls to go through common/crypto.[hc] instead of calling Open...
Matej Pjafjar
2002-07-25
Added the crypto abstraction to libor. Need to test and change the code to us...
Matej Pjafjar
2002-07-19
Folded cell.? into src/or
Roger Dingledine
2002-07-02
removed onion.c and onion.h from common/
Roger Dingledine
2002-06-28
added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...
Felipe Bergo