summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-03-31Remove openssl/evp.h dependency from test_crypto.cNick Mathewson
2017-03-31Remove crypto/rand include from test_crypto.cNick Mathewson
2017-03-31Isolate dmalloc/openssl bridge code to crypto.cNick Mathewson
2017-03-29Fix utimbuf initialization in storagedir/cleaning testNick Mathewson
2017-03-28Merge branch 'spooling_squashed'Nick Mathewson
2017-03-28Refactor the directory spool implementationNick Mathewson
2017-03-27Storagedir test fix: save strings in binary mode to preserve lengthNick Mathewson
2017-03-27Merge remote-tracking branch 'ahf/bugs/21757'Nick Mathewson
2017-03-26Merge remote-tracking branch 'origin/maint-0.3.0'Nick Mathewson
2017-03-26Tweak test_entrynodes commentNick Mathewson
2017-03-23Use update_approx_time() to run a test 100 days in the past.Nick Mathewson
2017-03-17Merge branch 'ahf_bugs_21641_squashed'Nick Mathewson
2017-03-17Make MIN_ONION_KEY_LIFETIME a consensus parameter defined value.Alexander Færøy
2017-03-17Split strings at newline in tor_get_lines_from_handle().Alexander Færøy
2017-03-16Generate src/test/fuzz/include.am from a scriptNick Mathewson
2017-03-16Merge branch 'storagedir_squashed'Nick Mathewson
2017-03-16Define a "storagedir" abstraction to hold numerous similar filesNick Mathewson
2017-03-16Merge branch 'prop140_21643_diff_only_squashed'Nick Mathewson
2017-03-16Avoid all needless memory copies when computing consensus diffs.Nick Mathewson
2017-03-16Add fuzzers for consensus diff backend codeNick Mathewson
2017-03-16Fix an abstraction violation.Nick Mathewson
2017-03-16prop140: Use sha3-256, not sha2-256Nick Mathewson
2017-03-16Add a couple more cases to reach 100% coverage.Nick Mathewson
2017-03-16Cover two more failing cases with unit testsNick Mathewson
2017-03-16Tweak&test log messages on apply_diffNick Mathewson
2017-03-16Check for expected warnings in apply_ed_diffNick Mathewson
2017-03-16test operator cleanupNick Mathewson
2017-03-16Enforce correct log messages on diff generation failure testsNick Mathewson
2017-03-16Test two more base64cmp cases.Nick Mathewson
2017-03-16Use "STATIC" to export consdiff fns for testingNick Mathewson
2017-03-16Consensus diff backend from Daniel Martí GSOC project.Daniel Martí
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-13Fix some compilation warnings in {test_,}hs_descriptor.cNick Mathewson
2017-03-13Merge remote-tracking branch 'asn/bug21334_v3'Nick Mathewson
2017-03-13prop224: Rename padding size def to something less confusing.George Kadianakis
2017-03-13prop224: Add unittests for decode_superencrypted().George Kadianakis
2017-03-13prop224: Fix the HS descriptor unittests.George Kadianakis
2017-03-09Remove fgets() compatbility function and related tests.Alexander Færøy
2017-03-09Add test case for get_string_from_pipe().Alexander Færøy
2017-03-09Remove buffered I/O stream usage in process_handle_t.Alexander Færøy
2017-03-06Merge remote-tracking branch 'ahf/bugs/20988'Nick Mathewson
2017-03-06Merge remote-tracking branch 'teor/bug19699'Nick Mathewson
2017-03-01Reset `buf` after each succesful test to avoid artifacts.Alexander Færøy
2017-03-01Use tor_fgets() instead of fgets().Alexander Færøy
2017-03-01Merge branch 'maint-0.3.0'Nick Mathewson
2017-03-01Make test-network.sh always call chutney's test-network.shteor
2017-03-01Remove the space before the interpreter name in test-network.shteor
2017-03-01Remove the space before the interpreter name in test-network.shteor
2017-02-28Merge branch 'maint-0.3.0'Nick Mathewson
2017-03-01Restore support for test-network.sh on BSD and other systems without bashteor