aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
Commit message (Expand)AuthorAge
...
* Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...Nick Mathewson2004-12-16
* Renormalize whitespaceNick Mathewson2004-12-07
* Make unit tests work on win32Nick Mathewson2004-12-07
* Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson2004-12-04
* Rename parse_address to parse_extended_hostname (since we have other kinds of...Nick Mathewson2004-11-30
* Implement new version format for post 0.1.Nick Mathewson2004-11-29
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine2004-11-29
* correct multiple internal spacesNick Mathewson2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* update unit tests to reflect changed interfaceRoger Dingledine2004-11-23
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
* Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson2004-11-12
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson2004-11-12
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Resolve many XXXs and all DOCDOCsNick Mathewson2004-11-09
* More tests for splitNick Mathewson2004-11-07
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* Add code to read configuration lines from a string as well as a fileNick Mathewson2004-11-04
* - Implement all of control interface except authentication, setconfig,Nick Mathewson2004-11-03
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* Pass with -Wstrict-prototypesNick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27
* Check for low _MSC_VER, not high. On windows, always use winsock.Nick Mathewson2004-10-20
* Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson2004-10-19
* Fix segfault in unit tests. (Main program is unaffected)Nick Mathewson2004-10-17
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Fix unit tests, make it compileNick Mathewson2004-10-16
* 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