Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson | 2005-01-12 |
| | | | | | | | | | | | | poll-but-sometimes-select mess. This will let us use faster async cores (like epoll, kpoll, and /dev/poll), and hopefully work better on Windows too. There are some fairly nasty changes to main.c here; this will almost certainly break something. But hey, that's what alphas are for. svn:r3341 | ||
* | Split util into util (general utilities), container (smartlist and strmap), ↵ | Nick Mathewson | 2004-11-01 |
| | | | | | | and compat (cross-platform compatability). svn:r2640 | ||
* | Only tor and test binaries need to link against openssl and zlib; ↵ | Nick Mathewson | 2004-10-30 |
| | | | | | | tor-resolve can be smaller. svn:r2629 | ||
* | Add basic wrappers for zlib/gzip | Nick Mathewson | 2004-09-02 |
| | | | | svn:r2324 | ||
* | ship strlcat and strlcpy with the tarball, but don't compile them | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1297 | ||
* | Include strlcpy and strlcat where not available, so our string ops can be ↵ | Nick Mathewson | 2004-03-17 |
| | | | | | | less error-prone. svn:r1289 | ||
* | Add initial interfaces and code for TLS support. Interfaces are right; code ↵ | Nick Mathewson | 2003-09-04 |
| | | | | | | needs work and testing. svn:r424 | ||
* | include torint.h in 'make dist' | Roger Dingledine | 2003-08-14 |
| | | | | svn:r401 | ||
* | Add AES counter-mode support to the crypt library | Nick Mathewson | 2003-06-30 |
| | | | | svn:r362 | ||
* | remove obsolete ss.h | Roger Dingledine | 2003-06-18 |
| | | | | svn:r336 | ||
* | still removing version.h | Roger Dingledine | 2003-05-09 |
| | | | | svn:r286 | ||
* | Factor out timeval-related functions. | Nick Mathewson | 2003-04-16 |
| | | | | svn:r237 | ||
* | let the 'test' binary build from the source distrib | Roger Dingledine | 2003-04-08 |
| | | | | svn:r228 | ||
* | removing more unused files | Roger Dingledine | 2002-11-25 |
| | | | | svn:r141 | ||
* | remove popt dependency, consolidate config stuff | Roger Dingledine | 2002-11-23 |
| | | | | | | | reformat parts of onion.c svn:r136 | ||
* | Port to MacOS X | Nick Mathewson | 2002-09-03 |
| | | | | svn:r88 | ||
* | Changed crypto calls to go through common/crypto.[hc] instead of calling ↵ | Matej Pjafjar | 2002-08-22 |
| | | | | | | OpenSSL directly. svn:r76 | ||
* | Added the crypto abstraction to libor. Need to test and change the code to ↵ | Matej Pjafjar | 2002-07-25 |
| | | | | | | use this instead of OpenSSL. svn:r74 | ||
* | Folded cell.? into src/or | Roger Dingledine | 2002-07-19 |
| | | | | | | | Removed more obsolete files svn:r61 | ||
* | removed onion.c and onion.h from common/ | Roger Dingledine | 2002-07-02 |
| | | | | | | | they're now in or/onion.c svn:r21 | ||
* | added automake/autoconf support. When in doubt, "aclocal && autoconf && ↵ | Felipe Bergo | 2002-06-28 |
autoheader && automake" from the top dir. svn:r10 |