summaryrefslogtreecommitdiff
path: root/src/or/test.c
AgeCommit message (Expand)Author
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
2003-08-23start honoring the recommended_versions stringRoger Dingledine
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-07-30Be smarter about getting key matter from DH.Nick Mathewson
2003-06-30Add AES counter-mode support to the crypt libraryNick Mathewson
2003-06-25simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine
2003-06-21Remove false warnings from printf checksNick Mathewson
2003-06-20Fix a bug where we'd sometimes run off the end of an array whileNick Mathewson
2003-06-17Make sure crypt_seed_rng succeedsNick Mathewson
2003-06-14Dont test handshakes in an infinite loopNick Mathewson
2003-06-14Fix the periodic bug that would make handshaking fail.Nick Mathewson
2003-06-13Better test messages for onion skin bugNick Mathewson
2003-06-13remove on-the-fly compression featureRoger Dingledine
2003-06-12implement truncate and truncated (untested)Roger Dingledine
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
2003-05-09Routerinfos are no longer linkedNick Mathewson
2003-05-09Thats the letter I and the number 2. (Apologies to Negativland)Nick Mathewson
2003-05-07Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson
2003-05-07Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...Nick Mathewson
2003-05-07More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson
2003-05-06Refactor directories; add unit tests; add router keywordNick Mathewson
2003-05-06put some symbolic constants to the onion skin lengthsRoger Dingledine
2003-05-05Tests, headers, and debugging for onion skin backendNick Mathewson