summaryrefslogtreecommitdiff
path: root/src/or/test.c
AgeCommit message (Expand)Author
2010-04-12testsuite: Prevent the main thread from starving the worker threadsPeter Palfrader
2010-04-12testsuite: Only free the main mutex when and if all the worker threads are donePeter Palfrader
2010-03-02Backport fix for time-goes-forward test. Fix bug 1267Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-05-27Fix unit tests that were broken after last fix of #932.Karsten Loesing
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-04-01log more verbosely when we accept or decline a router descriptor,Roger Dingledine
2009-03-03Actually use tor_sscanf() to parse untrusted input.Nick Mathewson
2009-03-03Add a simple locale-independent no-surprises sscanf replacement.Nick Mathewson
2009-01-13True, 17 is greater than 0. But this applies to 4111 as well.Karsten Loesing
2009-01-13Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson
2009-01-13Do the tor_assert hack everywhere in test_crypto_aes_iv.Nick Mathewson
2009-01-04Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson
2009-01-04Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-26Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and...Nick Mathewson
2008-12-25some fixes i found in my sandboxRoger Dingledine
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