aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-04-29Add --enable-rust configure switchSebastian Hahn
2017-04-27Merge branches 'consdiffmgr_orig_squashed' and 'actually_compute_diffs_squashed'Nick Mathewson
2017-04-27Pre-compress consensus diffs with supported consensus methods.Nick Mathewson
2017-04-27Store archived consensuses compressed on disk.Nick Mathewson
2017-04-27New force-delete option on consensus_cache_delete_pending()Nick Mathewson
2017-04-27Merge branch 'parse_accept_encoding'Nick Mathewson
2017-04-27Document and test nul-terminating behavior of tor_uncompress()Nick Mathewson
2017-04-27whitespace fixNick Mathewson
2017-04-27Re-enable the partial-input test for zstd.Nick Mathewson
2017-04-27Have a separate entry point for each compresion testNick Mathewson
2017-04-27Merge remote-tracking branch 'ahf/bugs/22085'Nick Mathewson
2017-04-27Merge branch 'dirreq'Nick Mathewson
2017-04-27Test support for multiple compression backends in the buffer code.Alexander Færøy
2017-04-27Clean up mentions of 'zlib' and rename the mentions to 'compressed'.Alexander Færøy
2017-04-27Refactor compression tests into a single test.Alexander Færøy
2017-04-25Tests for parse_accept_encodingNick Mathewson
2017-04-25Merge branch 'unified_compress_squashed'Nick Mathewson
2017-04-25Combine all *compress/*uncompress backend function into oneNick Mathewson
2017-04-25Merge branch 'atomic_counters'Nick Mathewson
2017-04-25trace: Add a basic event-tracing infrastructure.David Goulet
2017-04-25Use atomic counters for compressor allocation.Nick Mathewson
2017-04-25Merge branch 'ahf_prop278_21662_squashed'Nick Mathewson
2017-04-25Add function to check if a given compression method is supported.Alexander Færøy
2017-04-25Add Zstandard support.Alexander Færøy
2017-04-25Add --enable-zstd to our configure script.Alexander Færøy
2017-04-25Add LZMA support.Alexander Færøy
2017-04-25Add --enable-lzma to our configure script.Alexander Færøy
2017-04-25Rename the `torgzip` module to `compress`.Alexander Færøy
2017-04-24Fix implicit conversion warnings in the period_num testsNick Mathewson
2017-04-24Merge remote-tracking branch 'dgoulet/ticket21980_031_01'Nick Mathewson
2017-04-24Fix some leaks in the consdiffmgr testsNick Mathewson
2017-04-24Merge branch 'consdiffmgr_squashed'Nick Mathewson
2017-04-24Remove a checklist item that was already testedNick Mathewson
2017-04-24consdiffmgr test: do not launch a diff task that is already pendingNick Mathewson
2017-04-24consdiffmgr: tests for consdiffmgr_validate()Nick Mathewson
2017-04-24consdiffmgr: add tests for cdm_entry_get_sha3_valueNick Mathewson
2017-04-24consdiffmgr test: add a test for updating ht on clean/rescan.Nick Mathewson
2017-04-24Expand diff-management test to cover reloading items from diskNick Mathewson
2017-04-24consdiffmgr tests: add tests to validate diff lookup/applicationNick Mathewson
2017-04-24consdiffmgr: Enable in-progress test that was not previously workingNick Mathewson
2017-04-24consdiffmgr: function to re-validate stored sha3 digests at startupNick Mathewson
2017-04-24Consdiffmgr test: Make sure that diffs are removableNick Mathewson
2017-04-24Test the easiest cases of consdiffmgr_cleanup.Nick Mathewson
2017-04-24consdiffmgr non-test: check for initialization failureNick Mathewson
2017-04-24consdiffmgr test: survive failures to compute a diff.Nick Mathewson
2017-04-24Another consdiffmgr test: only generate the diffs that are neededNick Mathewson
2017-04-24Unit tests for consdiffmgr moduleNick Mathewson
2017-04-24Merge branch 'consdiff_numeric_squashed'Nick Mathewson
2017-04-24consdiff: Reject ranges with non-numeric charsSebastian Hahn
2017-04-24Add regression test for #22304Taylor Yu