aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
Commit message (Collapse)AuthorAge
* 17 does not divide 1024, but it can stomp some interesting pointers and ↵Nick Mathewson2003-04-17
| | | | | | segfault the test suite svn:r244
* further cleanup, test.c still has some bugsRoger Dingledine2003-04-16
| | | | svn:r241
* Tests for crypto; more tests for buffersNick Mathewson2003-04-16
| | | | svn:r234
* divorce circuit building from user connectionsRoger Dingledine2003-04-16
| | | | | | | | now we rebuild the circuit periodically (but only if it's been used), and we can further abstract it to do incremental circuit building, etc. svn:r233
* Introduce a few unit tests (from older code), refactor compression ↵Nick Mathewson2003-04-15
| | | | | | setup/teardown svn:r232
* First test addedNick Mathewson2003-04-07
| | | | svn:r226
* Add magic to end of C files to make emacs happy; split test invocation into ↵Nick Mathewson2003-04-07
separate file. svn:r224