summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-03-20Fix unittest compilation with --disable-curve25519Nick Mathewson
2014-02-07Survive fedora's openssl in our benchmarksNick 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-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-04refactor and give it unit testsRoger Dingledine
2013-06-12Expand microdesc cache testsNick Mathewson
2013-05-15Fix unit tests to pass after fix for #8879Nick Mathewson
2013-05-10Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard
2013-05-09Add some unit tests for fp_pair_map_t to test/containers.c based on the strma...Andrea Shepard
2013-05-09Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-05-09Don't run off the end of the array-of-freelistsNick Mathewson
2013-05-08Fix bug 8845: check the right length of memory in aes unit testsNick Mathewson
2013-04-18Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson
2013-04-18Add unit test for encoding ntor key in routerinfoNick Mathewson
2013-04-18Remove the unused pk3 variable from test_dir_formatsNick Mathewson
2013-04-18Re-enable test for parsing and generating descriptor with exit policyNick Mathewson
2013-04-18Test networkstatus_getinfo_helper_singleNick Mathewson
2013-04-18Add a quick-and-dirty-test for generate_v2_networkstatus.Nick Mathewson
2013-04-18Test improvement: include microdesc lines in our synthetic microdesc consensu...Nick Mathewson
2013-04-18Use chunks, not buffers, for router descriptorsNick Mathewson
2013-04-18Fix some wide linesNick Mathewson
2013-04-14Merge branch 'bug8683_rebased' into maint-0.2.4Nick Mathewson
2013-04-14Rename all fields which measure bw in kb to end with _kbNick Mathewson
2013-04-11socks5 will ask for username/password if we offer itRoger Dingledine
2013-04-05test.c: Try to create a more random temporary directory for our workspace (re...Peter Palfrader
2013-03-23Avoid clang warnings from implicit off_t->size_t castNick Mathewson
2013-03-22Fix an uninitialized-var warning in unit testsNick Mathewson
2013-03-21Fix a small memory leak in the unit testsNick Mathewson
2013-03-18Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-03-18Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4Nick Mathewson
2013-03-07Add unit test for dirserv measured bandwidth cacheAndrea Shepard
2013-03-01Add unit test for tor_addr_is_loopbackNick Mathewson
2013-02-23Remove some functions which were unused except for their testsNick Mathewson
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-02-19Fix a may-be-used-uninitialized warning.Nick Mathewson
2013-02-19Merge branch 'bug2286_unit_test_squashed'Nick Mathewson
2013-02-19Test alternate values of maxunmeasuredbw tooAndrea Shepard
2013-02-19Update unmeasured bandwidth clipping unit test per NickM's bugfix for the Unm...Andrea Shepard
2013-02-19Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard
2013-02-19Refactor v3_networkstatus test to allow reuse of test for measuredbwAndrea Shepard
2013-02-15Fix unreachable use-before-assign in test_util_join_win_cmdlineNick Mathewson
2013-02-11Fix a null-deref-on-fail in unit testsNick Mathewson
2013-02-11Fix even more dead code and resource leaks in the unit testsNick Mathewson
2013-02-11Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson
2013-02-11Speed up the curve25519 unit test by doing fewer iterationsNick Mathewson
2013-02-08Unit test for tor_weak_random_rangeNick Mathewson
2013-02-07whitespace fixNick Mathewson
2013-02-07Tolerate curve25519 backends where the high bit of the pk isn't ignoredNick Mathewson