Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix build with automake 1.6•••automake 1.6 doesn't like using a conditional += to add stuff to foo_LDADD. Instead you need to conditionally define a variable, then non-conditionally put that variable in foo_LDADD. | Nick Mathewson | 2010-09-27 |
* | Get SSL connections and linked connections working with bufferevents.•••Clients are now verified to work and build circuits correctly. There are still a few warnings given here and there that I need to look into. | Nick Mathewson | 2010-09-27 |
* | Add --enable-static-zlib option•••Works like the --enable-static-openssl/libevent options. Requires --with-zlib-dir to be set. Note that other dependencies might still pull in a dynamicly linked zlib, if you don't link them in statically too. | Sebastian Hahn | 2010-04-14 |
* | Merge commit 'origin/maint-0.2.1'•••Resolved conflicts in: configure.in src/or/Makefile.am src/tools/Makefile.am | Nick Mathewson | 2010-01-24 |
* | Fix building from a separate build directory. | Nick Mathewson | 2009-11-08 |
* | Ship test.h in release•••The test suite need the test.h file to build. Add it to noinst_HEADERS in the Makefile.am so it gets included in the tarball that make dist produces. | Peter Palfrader | 2009-10-11 |
* | Do not distribute tinytest_demo.c in the tarball | Nick Mathewson | 2009-09-23 |
* | Split directory tests into their own module.•••(Also, clean up some whitespace.) | Nick Mathewson | 2009-09-23 |
* | Split general util and address tests into their own files. | Nick Mathewson | 2009-09-23 |
* | Split container tests into their own module | Nick Mathewson | 2009-09-23 |
* | Split crypto tests into a separate module. | Nick Mathewson | 2009-09-23 |
* | Remove a warning on ./autogen.sh | Sebastian Hahn | 2009-09-23 |
* | Move testing code into new src/test directory. | Nick Mathewson | 2009-09-23 |