aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-02-06Rename sun to s_un in test_addr.cNick Mathewson
2014-02-04Distcheck repair: add new python testing code to "tarballs"Nick Mathewson
2014-02-03test_config.c: log which address should have failedNick Mathewson
2014-02-03Clean up test_hs.c: warning fix; tor_free() usage.Nick Mathewson
2014-02-03More fixes to rip out all of the v2 directory code.Karsten Loesing
2014-02-03check-spaces fixes for test_router.cNick Mathewson
2014-02-03Merge remote-tracking branch 'houqp/hs_control'Nick Mathewson
2014-02-03slownacl's pure-python curve25519 lets us test ntor everywhere.Nick Mathewson
2014-01-29add test case for node_describe_by_idQingping Hou
2014-01-29add test case for hidden service async eventsQingping Hou
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2014-01-17Coverate in util.c: test that tor_parse_* rejects negative base.Nick Mathewson
2014-01-17Add an --accel switch to run unit tests with crypto accelerationNick Mathewson
2013-12-17Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-17Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4Nick Mathewson
2013-12-16Avoid free()ing from an mmap on corrupted microdesc cacheNick Mathewson
2013-11-22Add checks to prevent memcmp(.,.,negative) in tests (CID 1064417)Nick Mathewson
2013-11-22Fix another unit test memory leak. CID1087949,CID1087950.Nick Mathewson
2013-11-22Fix a bunch of coverity-spotted unit test resource leaksNick Mathewson
2013-11-22Remove needless fd var from test. CID 1130989.Nick Mathewson
2013-11-20Whitespace cleanupNick Mathewson
2013-11-18Fix crypto/digests testNick Mathewson
2013-11-18Merge branch 'finish_prop157'Nick Mathewson
2013-11-18Fix whitespaceNick Mathewson
2013-11-18Merge branch 'backtrace_squashed'Nick Mathewson
2013-11-18Tests for backtrace.cNick Mathewson
2013-11-18Unit tests for new functions in log.cNick Mathewson
2013-11-14Make the dir-key-crosscert element requiredNick Mathewson
2013-11-11Fix test_cmdline_args to work with old opensslNick Mathewson
2013-11-07Documentation and tests for 10060Nick Mathewson
2013-10-28Merge branch 'morestats4' into morestats5Karsten Loesing
2013-10-28squash! Pass const uint64_t pointers, document array length.Karsten Loesing
2013-10-21Make test_cmdline_args.py work with older pythonsNick Mathewson
2013-10-11Fix out-of-tree "make check-local"Nick Mathewson
2013-10-11When possible, run the ntor python integration tests tooNick Mathewson
2013-10-11When python is available, run the commandline unit tests from "make check"Nick Mathewson
2013-10-11Merge branch 'bug1376'Nick Mathewson
2013-10-11Fix some whitespace; tighten the tests.Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-10-10Fix unit test for format_helper_exit_statusNick Mathewson
2013-09-29test-network.sh: tools dir in PATH, parameterizationJim Pannacciulli
2013-09-23Use tt_ptr_op, not test_eq, for pointer comparisons in testsNick Mathewson
2013-09-18Fix benchmarks to run without crashing.Nick Mathewson
2013-09-13Merge branch 'bug4647_squashed'Nick Mathewson
2013-09-13Finish tests for command-line argumentsNick Mathewson
2013-09-13Integration test for parsing arguments on the commandlineNick Mathewson
2013-09-12Pass const uint64_t pointers, document array length.Karsten Loesing
2013-09-12Pass around const struct timeval * instead of struct timeval.Karsten Loesing
2013-09-08Fix unit tests with --disable-curve25519Nick Mathewson