summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/compression/zstd
AgeCommit message (Collapse)Author
2020-10-28zstd: Fix MinGW buildJohn Ericson
2020-08-15zstd: fix shebangs when cross-compilingBen Wolsieffer
2020-07-02zstd: build programs and tests against the shared libraryDmitry Kalinkin
2020-06-04Revert "Revert "Merge pull request #78910 from serokell/libarchive-zstd""Frederik Rietdijk
The PR was accidentally merged into master instead of staging and thus reverted. Now, in staging, we can re-revert it. This reverts commit 4df2f78ec72f6a8d2fe286cd34eb3acdfcac81f3.
2020-06-04Merge master into staging-nextFrederik Rietdijk
2020-05-29Revert "Merge pull request #78910 from serokell/libarchive-zstd"Frederik Rietdijk
Should go to staging instead. This reverts commit f8d9f59abe02ce97f621da24723156934a54611e, reversing changes made to b27a19d5bf799f581a8afc2b554f178e58c1f524.
2020-05-29Merge pull request #78910 from serokell/libarchive-zstdFrederik Rietdijk
libarchive: link to zstd (split zstd output)
2020-05-29Merge #78910: libarchive: link to zstd (into staging)Vladimír Čunát
Also split outputs and don't provide static lib by default.
2020-05-29zstd: get rid of static libs if enableSharedVladimír Čunát
2020-05-23zstd: 1.4.4 -> 1.4.5 (#88609)Orivej Desh
The previous CMake version did not run any tests, the current version tries to run all tests (I could not await their completion), and the last GNU Make version ran `make -C tests shortest` which ran only playTests.sh, so I've enabled only the playTests test.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-10zstd: enable split outputsYorick van Pelt
2019-12-29zstd: build with CMakeTobias Mayer
CMake is used for static builds because the Makefile does not offer a way to disable the shared library.
2019-11-23Merge remote-tracking branch 'upstream/master' into mingw-rocksdbJohn Ericson
Can just use single commit from https://github.com/facebook/rocksdb/pull/6076 for rocksdb!
2019-11-15zstd: Fix MinGW buildJohn Ericson
2019-11-05zstd: 1.4.3 -> 1.4.4Timothy DeHerrera
2019-08-19zstd: 1.4.2 -> 1.4.3Will Dietz
https://github.com/facebook/zstd/releases/tag/v1.4.3
2019-07-25zstd: 1.4.1 -> 1.4.2Will Dietz
https://github.com/facebook/zstd/releases/tag/v1.4.2
2019-07-21zstd: 1.4.0 -> 1.4.1Orivej Desh
2019-04-17zstd: 1.3.8 -> 1.4.0Will Dietz
https://github.com/facebook/zstd/releases/tag/v1.4.0
2018-12-28zstd: 1.3.7 -> 1.3.8Will Dietz
https://github.com/facebook/zstd/releases/tag/v1.3.8
2018-10-22zstd: 1.3.6 -> 1.3.7Dmitry Kalinkin
2018-10-14zstd: 1.3.5 -> 1.3.6 (#47965)Vladyslav M
2018-08-11zstd: make tests run, but disableJan Malakhovski
2018-07-03zstd: 1.3.4 -> 1.3.5 (#42913)R. RyanTM
2018-03-27zstd: 1.3.3 -> 1.3.4Vladyslav M
2018-03-20zstd: Fix install name on macOSEelco Dolstra
It had an install name '/usr/local/lib/libzstd.1.dylib'.
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice
Goodbye, and thanks for all the Nix...
2017-12-22zstd: 1.3.2 -> 1.3.3dywedir
2017-11-03zstd: 1.3.0 -> 1.3.2mimadrid
2017-08-11treewide: use less `phases` if not necessaryRobin Gloster
This removes some skipping of e.g. fixupPhase and cleans up occurences where this led to duplicating code
2017-07-25zstd: 1.2.0 -> 1.3.0Lluís Batlle i Rossell
2017-05-10zstd: 1.1.3 -> 1.2.0Orivej Desh
2017-02-16zstd: update to 1.1.3Lluís Batlle i Rossell
2016-11-05zstd: 1.0.0 -> 1.1.1Tobias Geerinckx-Rice
2016-09-03zstd: 0.7.5 -> 1.0.0Susan Potter
Also updated to use the new repository location under facebook organization.
2016-08-03zstd: 0.7.3 -> 0.7.5Tobias Geerinckx-Rice
2016-07-08zstd: 0.7.2 -> 0.7.3Tobias Geerinckx-Rice
New: - compression format specification zstd_compression_format.md - -- separator, stating that all following arguments are file names - ZSTD_getDecompressedSize() Fixes: - dictBuilder using HC levels - legacy support from ZSTD_decompress_usingDDict() - multi-blocks decoding with intermediate uncompressed blocks
2016-07-03zstd: 0.7.1 -> 0.7.2Tobias Geerinckx-Rice
Fixes: - ZSTD_decompressBlock() using multiple consecutive blocks. - potential segfault on very large files (many gigabytes). - CLI displays system error message when destination file cannot be created. - potential leak in zdict.
2016-06-23zstd: set meta.platforms to unixFlorian
2016-06-23zstd: 0.7.0 -> 0.7.1Tobias Geerinckx-Rice
Fixes: - ZBUFF_compressEnd() called multiple times with too small dst buffer - dictBuilder fails if first sample is too small - corruption issue - cli breaks during destination file overwrite confirmation Changes: - frame checksum enabled by default in command line mode
2016-06-16zstd: 0.6.1 -> 0.7.0Tobias Geerinckx-Rice
Changes: https://github.com/Cyan4973/zstd/releases/tag/v0.7.0
2016-05-14zstd: 0.6.0 -> 0.6.1Tobias Geerinckx-Rice
2016-04-14zstd: 0.5.1 -> 0.6.0Tobias Geerinckx-Rice
Changes: - Stronger high compression modes - Changed : highest compression modes require --ultra command to remove memory restrictions - API: ZSTD_getFrameParams() provides size of decompressed content - Fixed: zstd cli return error code > 0 and removes dst file artifact when decompression fails - Various fixes and small performance improvements
2016-02-22zstd: 0.5.0 -> 0.5.1Tobias Geerinckx-Rice
Changes: - New: Optimal parsing => Very high compression modes, thanks to @inikep - Changed: Dictionary builder integrated into libzstd and zstd cli - Changed (!): zstd cli now uses "multiple input files" as default mode. See zstd -h. - Fix: high compression modes for big-endian platforms (#123) - New: zstd cli : -t | --test command
2016-02-08zstd: 0.4.7 -> 0.5.0Tobias Geerinckx-Rice
“New: dictionary builder tool Changed: advanced API for streaming and dictionary compression Improved: better compression of small data.”
2016-01-27zstd: init at 0.4.7Tobias Geerinckx-Rice