aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
Commit message (Expand)AuthorAge
* Create routerparse.hSebastian Hahn2010-07-27
* Create rephist.hSebastian Hahn2010-07-27
* Create policies.hSebastian Hahn2010-07-27
* Create onion.hSebastian Hahn2010-07-27
* Create connection_edge.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Create circuitbuild.hSebastian Hahn2010-07-27
* Create buffers.hSebastian Hahn2010-07-27
* Create rendcommon.hSebastian Hahn2010-07-27
* Create geoip.hSebastian Hahn2010-07-27
* Fix unittest failure in bug 1660.•••We now record large times as abandoned, to prevent a filter step from happening and skewing our results. Also, issue a warn for a rare case that can happen for funky values of Xm or too many abandoned circuits. Can happen (very rarely) during unit tests, but should not be possble during live operation, due to network liveness filters and discard logic. Mike Perry2010-07-06
* Split the circuit timeout and close codepaths.•••We need to record different statistics at point of timeout, vs the point of forcible closing. Also, give some better names to constants and state file variables to indicate they are not dealing with timeouts, but abandoned circuits. Mike Perry2010-06-15
* Address some issues with unit tests.•••Histogram conversion causes accuracy loss, and there are some boundary conditions when we hit 1000 circuits that cause false negative test results. Mike Perry2010-06-09
* Fix CBT unit tests.Mike Perry2010-05-12
* Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
* Remove misc unnecessary newlines found by new check.Mike Perry2010-02-22
* Move CBT params into consensus.Mike Perry2010-02-18
* Another unit test for exit_policy_is_general_exit()Sebastian Hahn2010-02-09
* Another unit test for exit_policy_is_general_exit()Sebastian Hahn2010-02-04
* New unit test, testing for b0red's exit policySebastian Hahn2010-02-04
* Another new test for exit_policy_is_general_exit()Sebastian Hahn2010-02-03
* New testcase for exit_policy_is_general_exitSebastian Hahn2010-02-03
* Fix bug 1113.•••Bridges do not use the default exit policy, but reject *:* by default. Karsten Loesing2009-10-27
* Fix testsuite call.•••tinytest_main() returns 0 on success, -1 on errors and 1 on test failures. So test.c should check on !=0 instead of <0. Peter Palfrader2009-10-10
* Split directory tests into their own module.•••(Also, clean up some whitespace.) Nick Mathewson2009-09-23
* Split general util and address tests into their own files.Nick Mathewson2009-09-23
* Split container tests into their own moduleNick Mathewson2009-09-23
* Split crypto tests into a separate module.Nick Mathewson2009-09-23
* Move testing code into new src/test directory.Nick Mathewson2009-09-23