aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
Commit message (Expand)AuthorAge
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine2004-04-03
* Add new functions to wrap digest and sign/checksig.Nick Mathewson2004-04-01
* Add helpful hybrid encryption functionsNick Mathewson2004-04-01
* Parse and generate service descriptorsNick Mathewson2004-03-31
* Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson2004-03-30
* clean up a few more bugsRoger Dingledine2004-03-29
* Re-enable unit tests for directory generation.Nick Mathewson2004-03-29
* there is yet another dns-pending-conn-clobbering bugRoger Dingledine2004-03-28
* Use strmap code for client DNS.Nick Mathewson2004-03-20
* Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson2004-03-19
* make directory format tests quiet againRoger Dingledine2004-03-15
* New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson2004-03-05
* make 'make test' exit(1) if a test fails.Nick Mathewson2004-03-01
* disable buffer tests, until we rewrite them (one of them fails)Roger Dingledine2004-02-29
* oh, and make it compileRoger Dingledine2004-01-11
* remove trailing whitespaceRoger Dingledine2003-12-17
* add H(K|1) to the onionskin replyRoger Dingledine2003-12-16
* make --debuglogfile (or any second log file) workRoger Dingledine2003-12-14
* clean up some copyrightsRoger Dingledine2003-12-13
* revamp circuit node selection to use smartlists:Roger Dingledine2003-12-13
* Add port ranges to exit policiesNick Mathewson2003-12-13
* Make router/directory parsing nondestructive and more const-friendlyNick Mathewson2003-12-08
* terminology shift:Roger Dingledine2003-12-05
* Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson2003-11-14
* 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