aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-08-26Fix some memory issues in test_dns.cNick Mathewson
2015-08-26Resolve check-spaces in test_dns.cNick Mathewson
2015-08-26fix compilation warnings in test_dns.cNick Mathewson
2015-08-26Merge remote-tracking branch 'rl1987/test_dns_resolve_rebased'Nick Mathewson
2015-08-25Make test_checkdir.c dirent include consistent with other filesNick Mathewson
2015-08-23Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl().rl1987
2015-08-21Do not try to chmod test_keygen.sh: It is not generated by configure.Nick Mathewson
2015-08-21Fix a bunch of check-spaces complaintsSebastian Hahn
2015-08-21Ensure worker threads actually exit when it is timeSebastian Hahn
2015-08-20New testcase exposing bug during threadpool shutdownSebastian Hahn
2015-08-19Merge branch 'ed25519_keygen_squashed'Nick Mathewson
2015-08-19When we infer the master key from the certificate, save it to disk.Nick Mathewson
2015-08-19Document test_keygen.sh a little moreNick Mathewson
2015-08-19Add test_keygen tests for all log outputs; improve keygen outputs.Nick Mathewson
2015-08-19Suppress fingerprint display in test_keygen.shNick Mathewson
2015-08-19Integreate test_keygen.sh into 'make check'.Nick Mathewson
2015-08-19Resolve failing test_keygen tests.Nick Mathewson
2015-08-19Checkpoint work on ed25519 keygen improvements.Nick Mathewson
2015-08-18Merge remote-tracking branch 'teor/feature14882-TestingDirAuthVoteIsStrict-v3'Nick Mathewson
2015-08-18Merge branch 'decouple_controller_events_squashed'Nick Mathewson
2015-08-18Use thread-local storage to block event_queue recursion.Nick Mathewson
2015-08-18Refactor initialization logic for control-event-queueNick Mathewson
2015-08-18Make the control/events test run TT_FORKNick Mathewson
2015-08-18Refactor our logic for sending events to controllersNick Mathewson
2015-08-18Add unit tests for dirserv_set_routerstatus_testingteor
2015-08-17Bring the dimap tests up to 100%Nick Mathewson
2015-08-14Fix an overzealous compiler warning in the testsNick Mathewson
2015-08-13Increase unit test coverage on container.cNick Mathewson
2015-08-11Fix a 32-bit compilation warningNick Mathewson
2015-08-05Add a compat function to check how much disk space is free.Nick Mathewson
2015-08-05Let's try to get test_workqueue working on windowsNick Mathewson
2015-08-03When building with coverage, run chutney with coverageNick Mathewson
2015-07-29Merge remote-tracking branch 'teor/feature14175-chutney-performance-v2'Nick Mathewson
2015-07-27Allow a single trailing `.` when validating FQDNs from SOCKS.Yawning Angel
2015-07-23Fix a couple more msvc issues, reported by gisle vanemNick Mathewson
2015-07-21Improve the workqueue test help message.cypherpunks
2015-07-21Limit the number of inflight items to the number of items.cypherpunks
2015-07-20typo fix; spotted by armaNick Mathewson
2015-07-20Fix testcases where scrypt APIs are used wrong.rl1987
2015-07-16Break some wide linesNick Mathewson
2015-07-16Fix most check-spaces issuesNick Mathewson
2015-07-11Fix a leak in test_microdesc (CID 1311631)Nick Mathewson
2015-07-09Fix missing-macro errorsNick Mathewson
2015-07-09Merge branch 'libscrypt_eq_openssl_squashed'Nick Mathewson
2015-07-09Assert interoperability betweeen libscrypt and OpenSSL EBP_PBE_scrypt().rl1987
2015-07-06Integrate and enable ed25519-donna.Yawning Angel
2015-07-06Integrate the accelerated Curve25519 scalar basemult.Yawning Angel
2015-07-06Add chutney performance testing support to src/test/test-network.shteor
2015-07-03Make test_workqueue.c faster, and on-by-default.Nick Mathewson
2015-06-29More tweaks for windows compilation. (ick)Nick Mathewson