summaryrefslogtreecommitdiff
path: root/src/test/test.c
AgeCommit message (Expand)Author
2011-04-07Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittestsGisle Vanem
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-11-24Report only the top 10 ports in exit-port stats.Karsten Loesing
2010-09-29Do away with the complexity of the network liveness detection.Mike Perry
2010-08-20Add unit test for tor_listdir.Nick Mathewson
2010-08-17Remove unused function declarationsSebastian Hahn
2010-08-16Fix compilation with --with-dmallocKarsten Loesing
2010-08-15Merge commit 'sebastian/bug1831'Nick Mathewson
2010-08-15Make unit tests work when tests get run in subprocesses.Nick Mathewson
2010-08-15Rename rep_hist_exit_stats_history in test.c tooNick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-16Refactor circuit_build_times_parse_stateSebastian Hahn
2010-08-15Run test_stats in a subprocess.Karsten Loesing
2010-08-11Refactor exit port statistics code and add unit tests.Karsten Loesing
2010-08-07Fix a rare bug in rend_fn tests when the randomly generated port is 0Nick Mathewson
2010-08-05Allow enabling or disabling *Statistics while Tor is running.Karsten Loesing
2010-07-31Fix up geoip unit tests to know about ??Nick Mathewson
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create onion.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-07-06Fix unittest failure in bug 1660.Mike Perry
2010-06-15Split the circuit timeout and close codepaths.Mike Perry
2010-06-09Address some issues with unit tests.Mike Perry
2010-05-12Fix CBT unit tests.Mike Perry
2010-02-27Update copyright dates for files not in maint-0.2.1Nick Mathewson
2010-02-22Remove misc unnecessary newlines found by new check.Mike Perry
2010-02-18Move CBT params into consensus.Mike Perry
2010-02-09Another unit test for exit_policy_is_general_exit()Sebastian Hahn
2010-02-04Another unit test for exit_policy_is_general_exit()Sebastian Hahn
2010-02-04New unit test, testing for b0red's exit policySebastian Hahn
2010-02-03Another new test for exit_policy_is_general_exit()Sebastian Hahn
2010-02-03New testcase for exit_policy_is_general_exitSebastian Hahn
2009-10-27Fix bug 1113.Karsten Loesing
2009-10-10Fix testsuite call.tor-0.2.2.4-alphaPeter Palfrader
2009-09-23Split directory tests into their own module.Nick Mathewson
2009-09-23Split general util and address tests into their own files.Nick Mathewson
2009-09-23Split container tests into their own moduleNick Mathewson
2009-09-23Split crypto tests into a separate module.Nick Mathewson
2009-09-23Move testing code into new src/test directory.Nick Mathewson