summaryrefslogtreecommitdiff
path: root/src/or/test.c
AgeCommit message (Expand)Author
2004-08-11Clean up tempdir after finishing unittests; use tor_temp_$PID instead of tor_...Nick Mathewson
2004-08-09Make unittests passNick Mathewson
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson
2004-08-04Add functions to format and parse RFC1123-style times, for HTTP protocol.Nick Mathewson
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
2004-07-22Add fingerprint to router format in testsNick Mathewson
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
2004-07-20Split uptime into separate fieldNick Mathewson
2004-07-16Change rule from "reject non-recommended versions" to "reject obsolete versio...Nick Mathewson
2004-07-15Fix warningNick Mathewson
2004-07-13Code to parse tor version numbers so we can do an is-newer-than check.Nick Mathewson
2004-07-12make unit tests pass againRoger Dingledine
2004-07-12add 'advertisedbandwidth' to router descriptorRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-06-21Implement several 008pre1 items: needs more testingNick Mathewson
2004-06-08Use intptr_t correctly in test.c; try to resolve ia64 warningsNick Mathewson
2004-06-01Check recommended-software string *early*, before actually parsing the direct...Nick Mathewson
2004-05-12Not every RSA decrypt should warn on failure.Nick Mathewson
2004-05-10Split directory/router parsing functionality into separate file from routerli...Nick Mathewson
2004-05-05Use intptr_t when playing with void*sNick Mathewson
2004-05-05Fix compilation warnings on 64-bit platformsNick Mathewson
2004-05-02patches on patchesRoger Dingledine
2004-05-01Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-28Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson
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