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