aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-07-05Fix shared-random testNick Mathewson
2016-07-05Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-05Repair unit test that assumed we have 9 dirauths.Nick Mathewson
2016-07-05Merge remote-tracking branch 'dgoulet/bug19567_029_01'Nick Mathewson
2016-07-05Merge remote-tracking branch 'asn/bug19551'Nick Mathewson
2016-07-04sr: add the base16 RSA identity digest to commitDavid Goulet
2016-07-04test: Fix shared random buffer overrunDavid Goulet
2016-07-02Fix edge case fail of shared random unittest.George Kadianakis
2016-07-01Keep make check-spaces happyAndrea Shepard
2016-07-01Windows open() returns eacces when eisdir would be saneNick Mathewson
2016-07-01Fix i386 conversion warningsNick Mathewson
2016-07-01Fix a -Wmissing-variable-declarations warningNick Mathewson
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-07-01prop250: Add a DEL state action and return const SRVsDavid Goulet
2016-07-01prop250: Use the new dirvote_get_intermediate_param_value for AuthDirNumSRVAg...David Goulet
2016-07-01Refactor parameter computation and add a helper functionNick Mathewson
2016-07-01prop250: Change reveal_num to uint64_t and version to uint32_tDavid Goulet
2016-07-01prop250: Don't reject votes containing commits of unknown dirauths.George Kadianakis
2016-07-01prop250: Fix unit tests about the RSA fingerprint checkDavid Goulet
2016-07-01prop250: Sort smartlist before you get most frequent SRV.George Kadianakis
2016-07-01prop250: Use RSA identity digest instead of fingerprintDavid Goulet
2016-07-01prop250: Add unit testsDavid Goulet
2016-07-01Add an extra check to test_dir to try to debug windows jenkins issueNick Mathewson
2016-06-30Make sure that our tests expect the windows path separator as neededNick Mathewson
2016-06-30One more tt_u64_opNick Mathewson
2016-06-30use tt_u64_op for comparing len_descs_dumpedNick Mathewson
2016-06-30Fix more naked strdup/malloc/free instancesNick Mathewson
2016-06-30Avoid naked strdups in test_dir.cNick Mathewson
2016-06-30Fix a memory leak in test_dir_populate_dump_desc_fifoNick Mathewson
2016-06-30Merge remote-tracking branch 'andrea/ticket19323_squashed'Nick Mathewson
2016-06-30Merge remote-tracking branch 'andrea/bug18322_v3_squashed'Nick Mathewson
2016-06-30Add unit test for dump_desc_populate_fifo_from_directory()Andrea Shepard
2016-06-30Unit test for dump_desc_populate_one_file()Andrea Shepard
2016-06-30Move unparseable descriptor dumps into subdirectory of DataDirAndrea Shepard
2016-06-30Add dir/dump_unparseable_descriptors unit testAndrea Shepard
2016-06-30Add tv_udiff and tv_mdiff unit tests with negative valuesteor (Tim Wilson-Brown)
2016-06-29Add more unit tests for tv_udiff and tv_mdiffteor (Tim Wilson-Brown)
2016-06-29Unit tests for GETINFO download/desc and download/bridge casesAndrea Shepard
2016-06-29Unit test for GETINFO download/cert caseAndrea Shepard
2016-06-29Unit test for GETINFO download/networkstatus caseAndrea Shepard
2016-06-23Merge remote-tracking branch 'public/bug15942_v2_alternative'Nick Mathewson
2016-06-20Coverage hack for test_switch_id.shNick Mathewson
2016-06-20Small coverage improvements on compat.cNick Mathewson
2016-06-20More coverage in backtrace.cNick Mathewson
2016-06-20Merge remote-tracking branch 'dgoulet/bug19465_029_01'Nick Mathewson
2016-06-20Fix unit test crash on 32-bit.Nick Mathewson
2016-06-20test: Increase offset to rendcache descriptor timeDavid Goulet
2016-06-20Merge branch 'bug14013_029_01_squashed'Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-19Fix #19063: Add check in utility macroU+039b