summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-01-13Update tests to match current changes to options_validateOla Bini
2016-01-13Move clearing of log messages on advice from @cypherpunks, in order to minimi...Ola Bini
2016-01-13Revert my addition of callback cleaner and instead use existing functionality...Ola Bini
2016-01-13Remove a small memory leak in log callback setupOla Bini
2016-01-13Fix memory leaksOla Bini
2016-01-13Fix all white space issuesOla Bini
2016-01-13Fix some issues in gcc warningsOla Bini
2016-01-13Add tests for options_actOla Bini
2016-01-12Stop log_heartbeat test from failing in timezones with non-integer offsetsFergus Dall
2016-01-11Make the touch_file unit test work around FS/system time sync issuesNick Mathewson
2016-01-11Merge remote-tracking branch 'rl1987/feature17950'Nick Mathewson
2016-01-08Merge branch 'unixninja_ticket15989_squashed'Nick Mathewson
2016-01-08Added AccountRule in and AccountingRule out optionsunixninja92
2016-01-08Merge remote-tracking branch 'public/feature16794_more'Nick Mathewson
2016-01-07Fix #18012 harder.Nick Mathewson
2016-01-07Try to fix windows test build (#18012)Nick Mathewson
2016-01-06Add FallbackDir list to GETINFO config/defaultsGeorge Tankersley
2016-01-03Unit tests for getpw* functionsNick Mathewson
2016-01-03clean up the "skip this util test on windows" logic.Nick Mathewson
2016-01-03Add a test for touch_fileNick Mathewson
2016-01-03Explicitly test our get/set_uint{8,16,32,64}.Nick Mathewson
2016-01-03Test another codepath in inet_ntopNick Mathewson
2016-01-03Add family argument to get_interface_addresses_raw (and subfunctions).rl1987
2015-12-23Unit tests for crypto_force_rand_ssleay().Nick Mathewson
2015-12-23Always test both ed25519 backends.Nick Mathewson
2015-12-21Fix a couple of jenkins issues from 12538.Nick Mathewson
2015-12-21Merge remote-tracking branch 'public/bug12538_merged'Nick Mathewson
2015-12-20Appease "make check-spaces"Nick Mathewson
2015-12-20Repair "make distcheck".Nick Mathewson
2015-12-20Merge remote-tracking branch 'yawning/feature17783_take2'Nick Mathewson
2015-12-20Add the randomized large buffer test for SHA-3 incremental hashing.Yawning Angel
2015-12-19Add `crypto_xof_t` and assorted routines, backed by SHAKE256.Yawning Angel
2015-12-19Add the SHA-3 hash functions to common/crypto.h.Yawning Angel
2015-12-18fix routerlist/pick_directory_server_impl in light of 12538Nick Mathewson
2015-12-18Fix config/directory_fetch after 12538 mergeNick Mathewson
2015-12-18Fix nodelist/node_is_dir test wrt 12538.Nick Mathewson
2015-12-18Merge branch 'feature12538_028_01_squashed'Nick Mathewson
2015-12-18Change dataflow on generating 'dir-cache' flag.Nick Mathewson
2015-12-18Assert rs are added in con and con_md testsMatthew Finkel
2015-12-18Automatically generate md-con method vers in testMatthew Finkel
2015-12-18Add new DirCache configuration optionMatthew Finkel
2015-12-18Add unit test for router_pick_directory_server_implMatthew Finkel
2015-12-18Client should check if dir server has open dir port or handles tunnelled requ...Matthew Finkel
2015-12-18Fix a memory leak in the backtrace testcypherpunks
2015-12-18Log the backtrace when the backtrace test failscypherpunks
2015-12-18Fix an unreached null-pointer deref in connection testsNick Mathewson
2015-12-18Fix a buffer overrun in connection tests.Nick Mathewson
2015-12-18Fix a coverity uninitialized-pointer warning in policy tests.Nick Mathewson
2015-12-18Fix a coverity NULL-pointer deref warning in the DNS tests.Nick Mathewson
2015-12-18Fix a coverity NULL-pointer deref warning in the tortls tests.Nick Mathewson