summaryrefslogtreecommitdiff
path: root/src/or/test.c
AgeCommit message (Expand)Author
2008-12-23Remove bogus extern declaration for unused (and nonexistant) field from test.cNick Mathewson
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Make freelist_len in memarea.c static; document a few variables.Nick Mathewson
2008-12-22Expose bench_* functions via test cliNick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-22Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson
2008-12-19Move in-addr.arpa parsing and generation into address.c, and simplify the cod...Nick Mathewson
2008-12-18Replace calls to time(NULL) that occur on the order of once per read, one per...Nick Mathewson
2008-12-18whitespace fixes.Nick Mathewson
2008-12-18Make unit tests slower but more reliable by disabling an old optimization.Nick Mathewson
2008-12-18Fix more leaks in unit tests.Nick Mathewson
2008-12-18Fix bug 889: share deep-copied keys between threads to avoid races in referen...Nick Mathewson
2008-12-18Massage a little code to hopfully please coverity.Nick Mathewson
2008-12-17Make return code from router_add_to_routerlist a nice sensible enum. Based o...Nick Mathewson
2008-12-12Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server s...Nick Mathewson
2008-12-12Add cross-certification to authority key certificates. Partial implementatio...Nick Mathewson
2008-12-11Do not discard sign on return values of iv crypto functions in tests. May fi...Nick Mathewson
2008-12-11Fix two more unit-test bugs (deadcode this time) spotted by Coverity run 7.Nick Mathewson
2008-12-11Fix error in last unit test mem-leak-fixing.Nick Mathewson
2008-12-11Fix memory leaks in test_util_smartlist_* functions.Nick Mathewson
2008-12-11Fix memory leaks in test_v3_networkstatus.Nick Mathewson
2008-12-11Fix memory leaks in test_dir_formatNick Mathewson
2008-12-07New DirPortFrontPage option that takes an html file and publishes it as "/" o...Jacob Appelbaum
2008-12-05Fix more leaks in test_util_memarea().Nick Mathewson
2008-12-05Fix a resource leak in test_dir_formats()Nick Mathewson
2008-12-05Split test_util_smartlist into manageable chunks; make them free memory prope...Nick Mathewson
2008-12-05Add a few more tests to our tests so that our tests make sense to coverity. ...Nick Mathewson
2008-12-05Add a couple of sanity-checks for return values that coverity thinks we ought...Nick Mathewson
2008-12-02Change logging code to use fds instead of stdio. Fixes bug 861, and probably...Nick Mathewson
2008-11-05The chunk_size field in memarea_t was never actually set. Remove the whole t...Nick Mathewson
2008-11-05Fix a compile error found under pcc. It wants single-quites to be escaped in...Nick Mathewson
2008-11-03Fix unit test failure related to intro point parsing.Nick Mathewson
2008-09-26Make tests pass again by adding an opt hidden-service-dir to the example rout...Nick Mathewson
2008-09-25Make it easier for dmalloc to see if keys are leaking; remove a test-only key...Nick Mathewson
2008-09-25More test memory-management fixesNick Mathewson
2008-09-24Split test_crypto() into manageable pieces.Nick Mathewson
2008-09-10Fix more actual test leaksNick Mathewson
2008-09-10Make buffer unit tests handle resource leaks properly.Nick Mathewson
2008-09-10Make more unit tests handle resource leaks properly.Nick Mathewson
2008-09-09Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...Nick Mathewson
2008-08-19Apply proposal 121 patch 3, with minor tweaks and a few comments.Nick Mathewson
2008-08-14If we are lucky the whitespace nazis will not have noticed these things yetPeter Palfrader
2008-08-14Having a reject-all policy summarized with a lack of summary is stupid. Expl...Peter Palfrader
2008-08-14testsuite: Now that we add (pretty useless, but still) routerinfos to the rou...Peter Palfrader
2008-08-14Disable test suite for todayPeter Palfrader
2008-08-13Fix an overflow when counting rejects for *, truncate exit summaries after 10...Peter Palfrader
2008-08-13Think of the poor children in Antarctica who still have to work on 4" screensPeter Palfrader
2008-08-13A few testcases for policy summariesPeter Palfrader