summaryrefslogtreecommitdiff
path: root/src/or/test.c
AgeCommit message (Expand)Author
2004-04-26Refactor crypto error handling to be more like TLS error handling:Nick Mathewson
2004-04-25use tor_assertRoger Dingledine
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-14Never ever leave ri.platform unset.Nick Mathewson
2004-04-08remove a stray printfNick Mathewson
2004-04-08Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson
2004-04-08Fix unit tests (now that platform code works differently)Nick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-01Add new functions to wrap digest and sign/checksig.Nick Mathewson
2004-04-01Add helpful hybrid encryption functionsNick Mathewson
2004-03-31Parse and generate service descriptorsNick Mathewson
2004-03-30Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson
2004-03-29clean up a few more bugsRoger Dingledine
2004-03-29Re-enable unit tests for directory generation.Nick Mathewson
2004-03-28there is yet another dns-pending-conn-clobbering bugRoger Dingledine
2004-03-20Use strmap code for client DNS.Nick Mathewson
2004-03-19Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson
2004-03-15make directory format tests quiet againRoger Dingledine
2004-03-05New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson
2004-03-01make 'make test' exit(1) if a test fails.Nick Mathewson
2004-02-29disable buffer tests, until we rewrite them (one of them fails)Roger Dingledine
2004-01-11oh, and make it compileRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-16add H(K|1) to the onionskin replyRoger Dingledine
2003-12-14make --debuglogfile (or any second log file) workRoger Dingledine
2003-12-13clean up some copyrightsRoger Dingledine
2003-12-13revamp circuit node selection to use smartlists:Roger Dingledine
2003-12-13Add port ranges to exit policiesNick Mathewson
2003-12-08Make router/directory parsing nondestructive and more const-friendlyNick Mathewson
2003-12-05terminology shift:Roger Dingledine
2003-11-14Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson
2003-11-13let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine
2003-11-12lay groundwork for EntryNodes and ExitNodesRoger Dingledine
2003-11-10client now survives going offline betterRoger Dingledine
2003-11-10Check in a working cross-platform timegmNick Mathewson
2003-10-21move closer to being able to reload config on HUPRoger Dingledine
2003-10-21send the end cell when we realize we're going to end,Roger Dingledine
2003-10-14Make buffers grow and shrink as needed.Nick Mathewson
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-01Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson
2003-09-26Refactor common file code into util.c; add published to descriptorsNick Mathewson
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-10Make crypto structures private to crypto.cNick Mathewson
2003-08-28Fix memory leaks in directory parsingNick Mathewson
2003-08-27remove last vestiges of op_portRoger Dingledine