summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_add_filter_zstd.c
Commit message (Expand)AuthorAgeFilesLines
* Support producing multi-fragment zstd archives.Dag-Erling Smørgrav2023-01-091-38/+113
* Clean up zstd support code.Dag-Erling Smørgrav2023-01-091-70/+43
* Support libzstd compiled with compressor disabledPetr Malat2021-12-231-8/+8
* fix --threads commandlineRussell Greene2021-08-251-1/+1
* zstd filter writer: add threads optionRussell Greene2021-08-251-0/+26
* zstd: Improve version checkingHarry Mallon2020-04-141-3/+4
* zstd: Support negative compression-levelsHarry Mallon2020-04-071-6/+65
* zstd: Fix support for compression-level>=20 when using binaryHarry Mallon2020-03-111-0/+6
* zstd: Use --no-check with binary to match library defaultHarry Mallon2020-03-111-1/+2
* Implement private state logic for write filtersMartin Matuska2019-12-061-5/+0
* Remove unused variablesJoerg Sonnenberger2019-11-271-1/+0
* Refactor archive_write_close_filter logicJoerg Sonnenberger2019-11-271-5/+1
* zstd: Address comments by @terrellnSean Purcell2017-05-151-1/+0
* Fix compile errors with cmake and when zstd isn't presentSean Purcell2017-05-151-0/+5
* Fix zstd reader and change variable scopesSean Purcell2017-05-151-22/+19
* Add Zstandard write supportSean Purcell2017-05-151-0/+334