summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-25changes file for 21662/21663/21664Nick Mathewson
2017-04-25Merge branch 'ahf_prop278_21662_squashed'Nick Mathewson
2017-04-25Fix newlines in compression headers.Alexander Færøy
2017-04-25Remove `tor_compress_memory_level()`.Alexander Færøy
2017-04-25Use switch-statement in tor_{compress,uncompress}.Alexander Færøy
2017-04-25Use `tor_compress_supports_method()` before printing library versions.Alexander Færøy
2017-04-25Add API entry-point for getting compression method version numbers.Alexander Færøy
2017-04-25Add function to check if a given compression method is supported.Alexander Færøy
2017-04-25Add `tor_compress_get_total_allocation()` function.Alexander Færøy
2017-04-25Display LZMA and Zstandard versions when starting Tor.Alexander Færøy
2017-04-25Show liblzma and libzstd versions in `tor --library-versions`.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-25Use a switch-statement when checking for compression method.Alexander Færøy
2017-04-25Add `compress_zlib.obj` to `src/common/Makefile.nmake`.Alexander Færøy
2017-04-25Rename the `torgzip` module to `compress`.Alexander Færøy
2017-04-25Move zlib compression code into its own module.Alexander Færøy
2017-04-24Fix implicit conversion warnings in the period_num testsNick Mathewson
2017-04-24Remove changes files that are already merged into 0.3.0.Nick 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-24Fix a signed/unsigned comparison warning on 32-bitNick 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-24Fix reference leak & handle leak in consensus_diff_worker_replyfnNick 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-24Add a hashtable to consdiffmgr to keep track of diff statusNick Mathewson
2017-04-24Consdiffmgr: extract "get a sha3 digest" function.Nick Mathewson
2017-04-24consdiffmgr: function to re-validate stored sha3 digests at startupNick Mathewson
2017-04-24Consdiffmgr: use aggressive-release flag on consensusesNick Mathewson
2017-04-24Add handle support to consensus_cache_entry_tNick 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-24Make cpuworker_queue_work function mockable.Nick Mathewson
2017-04-24Add a "Consensus diff manager" module.Nick Mathewson
2017-04-24Merge branch 'consdiff_numeric_squashed'Nick Mathewson
2017-04-24consdiff: Reject ranges with non-numeric charsSebastian Hahn
2017-04-24Merge remote-tracking branch 'dgoulet/bug22032_031_01'Nick Mathewson