aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
Commit message (Expand)AuthorAge
* Basic string-join functionalityNick Mathewson2004-10-14
* make it build on amd64Roger Dingledine2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* Use tor_parse_long in more placesNick Mathewson2004-10-12
* Oops, missed oneNick Mathewson2004-10-12
* Note byte-order on result for parse_addr_port()Nick Mathewson2004-10-12
* Add functions to parse addr[:port] consistentlyNick Mathewson2004-10-12
* Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ...Nick Mathewson2004-10-07
* Include a dir-signing-key token in directories to tell the parsing entity whi...Nick Mathewson2004-10-07
* Make base-64-encoded DER work, including workaround for ugly openssl misfeatu...Nick Mathewson2004-10-07
* Refactor fingerprint handling: remember hex digests (no spaces) instead of be...Nick Mathewson2004-10-06
* Only check versions against downloaded directories, not cached directories.Nick Mathewson2004-10-03
* Fix an evil bug: when we failed to write to our log, fputs()Roger Dingledine2004-09-28
* checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine2004-09-27
* cleanup: use strcmpstart() in more placesRoger Dingledine2004-09-23
* Add basic wrappers for zlib/gzipNick Mathewson2004-09-02
* Functions to test nickname validityNick Mathewson2004-08-18
* Move string-splitting into a separate functionNick Mathewson2004-08-17
* o clients choose nodes proportional to advertised bandwidthRoger Dingledine2004-08-15
* Clean up tempdir after finishing unittests; use tor_temp_$PID instead of tor_...Nick Mathewson2004-08-11
* Make unittests passNick Mathewson2004-08-09
* Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson2004-08-07
* Add functions to format and parse RFC1123-style times, for HTTP protocol.Nick Mathewson2004-08-04
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* Add fingerprint to router format in testsNick Mathewson2004-07-22
* now base16_encode() and base32_encode() can't ever failRoger Dingledine2004-07-22
* Split uptime into separate fieldNick Mathewson2004-07-20
* Change rule from "reject non-recommended versions" to "reject obsolete versio...Nick Mathewson2004-07-16
* Fix warningNick Mathewson2004-07-15
* Code to parse tor version numbers so we can do an is-newer-than check.Nick Mathewson2004-07-13
* make unit tests pass againRoger Dingledine2004-07-12
* add 'advertisedbandwidth' to router descriptorRoger Dingledine2004-07-12
* More digest/nickname fixesNick Mathewson2004-07-02
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
* Use intptr_t correctly in test.c; try to resolve ia64 warningsNick Mathewson2004-06-08
* Check recommended-software string *early*, before actually parsing the direct...Nick Mathewson2004-06-01
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
* Split directory/router parsing functionality into separate file from routerli...Nick Mathewson2004-05-10
* Use intptr_t when playing with void*sNick Mathewson2004-05-05
* Fix compilation warnings on 64-bit platformsNick Mathewson2004-05-05
* patches on patchesRoger Dingledine2004-05-02
* Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson2004-05-01
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson2004-04-28
* Refactor crypto error handling to be more like TLS error handling:Nick Mathewson2004-04-26
* use tor_assertRoger Dingledine2004-04-25
* Merge flagday into main branch.Nick Mathewson2004-04-24
* Never ever leave ri.platform unset.Nick Mathewson2004-04-14
* remove a stray printfNick Mathewson2004-04-08
* Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson2004-04-08