aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
Commit message (Expand)AuthorAge
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
* Fix unit tests that used old signature for add_fingerprint_to_dirNick Mathewson2005-06-27
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* Fix for 152: reject malformed .onion addresses rather then passing them onNick Mathewson2005-06-07
* Add unit test for openpgp s2kNick Mathewson2005-06-04
* Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson2005-05-14
* Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson2005-05-02
* Fix unit tests for buffers.Nick Mathewson2005-04-26
* Clean/renormalize whitespaceNick Mathewson2005-04-26
* Change the implementation of buf_t a lot: make it a ring buffer to minimize m...Nick Mathewson2005-04-26
* tie MAX_DIR_SIZE to MAX_BUF_SIZERoger Dingledine2005-04-07
* update copyright notices.Nick Mathewson2005-04-01
* Change version parsing logic: a version is "obsolete" if it is not recommende...Nick Mathewson2005-03-01
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* Print uname on start of unittests.Nick Mathewson2005-02-22
* Fix dumb bug in unittests.Nick Mathewson2005-01-22
* Have reason string for serverdesc post requests contain actual serverdesc sta...Nick Mathewson2005-01-20
* Add unittests for compression detection. Make all rendezvous descriptors "pla...Nick Mathewson2005-01-19
* fix unit tests: address has to be a non-private IP, and socksportRoger Dingledine2005-01-07
* Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...Nick Mathewson2005-01-06
* Nothing actually _uses_ socks_port, so why publish it? For backward compatibi...Nick Mathewson2005-01-04
* Remove length restriction when generating directories.Nick Mathewson2004-12-24
* 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