summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2010-02-27Update copyright dates for files not in maint-0.2.1Nick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick 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
2010-01-25Rearrange _thread_test_func to please Coverity ScanNick Mathewson
2010-01-24Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-12-18Merge branch 'ewma'Nick Mathewson
2009-12-18Remove duplicate words and a duplicate newline.Karsten Loesing
2009-12-17Refactor out the 'find string at start of any line' logic.Nick Mathewson
2009-12-12Enhance pqueue so we can remove items from the middle.Nick Mathewson
2009-11-08Fix building from a separate build directory.Nick Mathewson
2009-10-27Fix bug 1113.Karsten Loesing
2009-10-26Fix the very noisy unit test memory leak of CID 420-421.Nick Mathewson
2009-10-26Fix a very stupid coverity complaint (CID 416).Nick Mathewson
2009-10-26Fix CID 409: check return value of base64_encode in testsNick Mathewson
2009-10-25Reduce log level for someone else sending us weak DH keys.Karsten Loesing
2009-10-18Add functions to serve microdescs and flavored consensuses.Nick Mathewson
2009-10-15Parse detached signatures and microdesc networkstatuses correctly.Nick Mathewson
2009-10-15Implement signatures for microdesc consensuses right.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-10-15Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson
2009-10-15Support for encoding and decoding 256-bit digests in base64Nick Mathewson
2009-10-11Ship test.h in releasePeter Palfrader
2009-10-10Fix testsuite call.tor-0.2.2.4-alphaPeter Palfrader
2009-09-27Improved fix for test_memeq_hex leak.Nick Mathewson
2009-09-27Fix a memleakSebastian Hahn
2009-09-27Make a NULL check in test_dir.c non-redundant.Nick Mathewson
2009-09-23Do not distribute tinytest_demo.c in the tarballNick Mathewson
2009-09-23Carve out unrelated parts of test_dir_formatsNick Mathewson
2009-09-23Split directory tests into their own module.Nick Mathewson
2009-09-23Split test_util() into smaller functions.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-23Remove a warning on ./autogen.shSebastian Hahn
2009-09-23Move testing code into new src/test directory.Nick Mathewson