aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
AgeCommit message (Expand)Author
2006-01-10Make unittests pass again.Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-08Whitespace normalizationNick Mathewson
2005-12-01Add a benchmark-aes function to test.c. Off by default.Nick Mathewson
2005-11-24get rid of some unused variablesRoger Dingledine
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson
2005-10-13Allow tor_gzip_uncompress to extract as much as possible from truncated compr...Nick Mathewson
2005-09-30Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson
2005-09-29Be more conservative about whether to advertise our dirport.Roger Dingledine
2005-09-23Fix some compiler warningsNick Mathewson
2005-09-21Implement new version handling code.Nick Mathewson
2005-09-18Move to new base64 digest functions. Switch to new router digest calculation...Nick Mathewson
2005-09-15Make unittests not dieNick Mathewson
2005-09-13add docs, fix whitespace, and make ANY rule in routerparse a little tighter.Nick Mathewson
2005-09-10Use tor_listdir in test.c instead of duplicating ode.Nick Mathewson
2005-09-09Add sorting/searching to smartlistNick Mathewson
2005-08-31when we think a router is unreachable, pass the message back to theRoger Dingledine
2005-08-29Allow tor_gzip_uncompress to handle multiple concatenated compressed strings.Nick Mathewson
2005-08-26Make unit tests (and others) run without launching listeners, creating subdir...Nick Mathewson
2005-08-26We no longer need dirserv_load_from_directory_string, so dirserv_add_descrip...Nick Mathewson
2005-08-26Remove accidentally added printfNick Mathewson
2005-08-26Add some documentation; move the signature generation logic into routerparse....Nick Mathewson
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