aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-09-25Test vectors for PBKDF2 from RFC6070Nick Mathewson
2014-09-25Test vectors for scrypt from draft-josefsson-scrypt-kdf-00Nick Mathewson
2014-09-25Rudimentary-but-sufficient passphrase-encrypted box code.Nick Mathewson
2014-09-25More generic passphrase hashing code, including scrypt supportNick Mathewson
2014-08-28Rename secret_to_key to secret_to_key_rfc2440Nick Mathewson
2014-08-27Initialize crash handler in unit testsNick Mathewson
2014-08-26Merge remote-tracking branch 'public/bug10163'Nick Mathewson
2014-08-24Use the ARRAY_LENGTH macro more consistently.Nick Mathewson
2014-08-21Fix memory leaks in test_entrynodes.cNick Mathewson
2014-08-20Merge branch 'bug12205_take2_squashed'Nick Mathewson
2014-08-20Whitespace fixesNick Mathewson
2014-08-20Small cleanups to test_entry_is_time_to_retryNick Mathewson
2014-08-20Unit testing entry_is_time_to_retry().rl1987
2014-08-20Merge branch 'bug10116_squashed'Nick Mathewson
2014-08-20fix remaining compilation problemsNick Mathewson
2014-08-20Fix entrynodes test fails because of outdated test vectors.George Kadianakis
2014-08-15Remove implementation code for all pre-13 consensus methods.Nick Mathewson
2014-08-15Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-15Remove stale printfs from buffer/zlib_fin_at_chunk_end testNick Mathewson
2014-08-13Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-13Apply an MSVC compilation fix from Gisle VanemNick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-07-28Cast long long arguments to (int) for tt_int_op()Peter Palfrader
2014-07-21Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-07-21Fix warning on building with buffereventsSathyanarayanan Gunasekaran
2014-07-16Move test_descriptors.txt to an include fileNick Mathewson
2014-07-16Fix tests when building out-of-treeNick Mathewson
2014-07-16Fix wide lines, make entry_is_live() non-inlineNick Mathewson
2014-07-16Merge remote-tracking branch 'asn/bug12202'Nick Mathewson
2014-07-16Merge remote-tracking branch 'asn/bug12207_second_draft'Nick Mathewson
2014-07-16Add a tor_ftruncate to replace ftruncate.Nick Mathewson
2014-07-16Add an option to overwrite logsArlo Breault
2014-07-16When making a tempdir for windows unit tests, avoid an extra backslashNick Mathewson
2014-07-16Fixed fgets_eagain unit test.cypherpunks
2014-07-09Change interface of router_descriptor_is_too_old().George Kadianakis
2014-06-25Change the interface of entry_is_live() to take a bitmap.George Kadianakis
2014-06-25Basic entry_is_live() unittest.George Kadianakis
2014-06-24Add the entrynodes.c unit tests.George Kadianakis
2014-06-20Thread support is now requiredNick Mathewson
2014-06-20Remove code for Windows CE supportNick Mathewson
2014-06-15Add some test descriptors to src/test/.George Kadianakis
2014-06-14Merge branch 'bug8746_v2_squashed'Nick Mathewson
2014-06-14refactor win/nix handling for test_spawn_background*()Nick Mathewson
2014-06-14More unit tests for process spawningNick Mathewson
2014-05-22Merge remote-tracking branch 'andrea/bug11476'Nick Mathewson
2014-05-12Add --disable-mempools configure optionAndrea Shepard
2014-05-11fix whitespaceNick Mathewson
2014-05-11Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.dana koch
2014-05-08One more 64->32Nick Mathewson
2014-05-08Fix numerous 64->32 errors in the unit testsNick Mathewson