summaryrefslogtreecommitdiff
path: root/src/or/test.c
AgeCommit message (Expand)Author
2005-08-22Make unit tests run without segfaultingNick Mathewson
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-08-09Fix segfault in unit testsNick Mathewson
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-07-23Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-18unit tests to prove i didn't screw upRoger Dingledine
2005-07-15Fix several bugs in read_escaped_data; add a unit test and a few docsNick Mathewson
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-27Fix unit tests that used old signature for add_fingerprint_to_dirNick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-07Fix for 152: reject malformed .onion addresses rather then passing them onNick Mathewson
2005-06-04Add unit test for openpgp s2kNick Mathewson
2005-05-14Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson
2005-05-02Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson
2005-04-26Fix unit tests for buffers.Nick Mathewson
2005-04-26Clean/renormalize whitespaceNick Mathewson
2005-04-26Change the implementation of buf_t a lot: make it a ring buffer to minimize m...Nick Mathewson
2005-04-07tie MAX_DIR_SIZE to MAX_BUF_SIZERoger Dingledine
2005-04-01update copyright notices.Nick Mathewson
2005-03-01Change version parsing logic: a version is "obsolete" if it is not recommende...Nick Mathewson
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-22Print uname on start of unittests.Nick Mathewson
2005-01-22Fix dumb bug in unittests.Nick Mathewson
2005-01-20Have reason string for serverdesc post requests contain actual serverdesc sta...Nick Mathewson
2005-01-19Add unittests for compression detection. Make all rendezvous descriptors "pla...Nick Mathewson
2005-01-07fix unit tests: address has to be a non-private IP, and socksportRoger Dingledine
2005-01-06Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...Nick Mathewson
2005-01-04Nothing actually _uses_ socks_port, so why publish it? For backward compatibi...Nick Mathewson
2004-12-24Remove length restriction when generating directories.Nick Mathewson
2004-12-16Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...Nick Mathewson
2004-12-07Renormalize whitespaceNick Mathewson
2004-12-07Make unit tests work on win32Nick Mathewson
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-11-30Rename parse_address to parse_extended_hostname (since we have other kinds of...Nick Mathewson
2004-11-29Implement new version format for post 0.1.Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine
2004-11-28correct multiple internal spacesNick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-23update unit tests to reflect changed interfaceRoger Dingledine
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-12Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-07More tests for splitNick Mathewson