aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
Commit message (Expand)AuthorAge
...
* let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine2003-11-13
* lay groundwork for EntryNodes and ExitNodesRoger Dingledine2003-11-12
* client now survives going offline betterRoger Dingledine2003-11-10
* Check in a working cross-platform timegmNick Mathewson2003-11-10
* move closer to being able to reload config on HUPRoger Dingledine2003-10-21
* send the end cell when we realize we're going to end,Roger Dingledine2003-10-21
* Make buffers grow and shrink as needed.Nick Mathewson2003-10-14
* change WARNING to WARNRoger Dingledine2003-10-10
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson2003-10-01
* Refactor common file code into util.c; add published to descriptorsNick Mathewson2003-09-26
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* Make crypto structures private to crypto.cNick Mathewson2003-09-10
* Fix memory leaks in directory parsingNick Mathewson2003-08-28
* remove last vestiges of op_portRoger Dingledine2003-08-27
* start honoring the recommended_versions stringRoger Dingledine2003-08-23
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* Be smarter about getting key matter from DH.Nick Mathewson2003-07-30
* Add AES counter-mode support to the crypt libraryNick Mathewson2003-06-30
* simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine2003-06-25
* Remove false warnings from printf checksNick Mathewson2003-06-21
* Fix a bug where we'd sometimes run off the end of an array whileNick Mathewson2003-06-20
* Make sure crypt_seed_rng succeedsNick Mathewson2003-06-17
* Dont test handshakes in an infinite loopNick Mathewson2003-06-14
* Fix the periodic bug that would make handshaking fail.Nick Mathewson2003-06-14
* Better test messages for onion skin bugNick Mathewson2003-06-13
* remove on-the-fly compression featureRoger Dingledine2003-06-13
* implement truncate and truncated (untested)Roger Dingledine2003-06-12
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* Routerinfos are no longer linkedNick Mathewson2003-05-09
* Thats the letter I and the number 2. (Apologies to Negativland)Nick Mathewson2003-05-09
* Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson2003-05-07
* Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...Nick Mathewson2003-05-07
* More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson2003-05-07
* Refactor directories; add unit tests; add router keywordNick Mathewson2003-05-06
* put some symbolic constants to the onion skin lengthsRoger Dingledine2003-05-06
* Tests, headers, and debugging for onion skin backendNick Mathewson2003-05-05
* cpath is now a doubly linked list, not an arrayRoger Dingledine2003-05-01
* Implement core of onion-skin-based handshakeNick Mathewson2003-05-01
* Basic diffie-helman wrappers with fixed modulus and testsNick Mathewson2003-05-01
* 17 does not divide 1024, but it can stomp some interesting pointers and segfa...Nick Mathewson2003-04-17
* further cleanup, test.c still has some bugsRoger Dingledine2003-04-16
* Tests for crypto; more tests for buffersNick Mathewson2003-04-16
* divorce circuit building from user connectionsRoger Dingledine2003-04-16
* Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson2003-04-15
* First test addedNick Mathewson2003-04-07
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07