summary refs log tree commit diff
path: root/pkgs/tools/compression/zstd
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into mingw-rocksdbJohn Ericson2019-11-23
|\ | | | | | | | | Can just use single commit from https://github.com/facebook/rocksdb/pull/6076 for rocksdb!
| * zstd: 1.4.3 -> 1.4.4Timothy DeHerrera2019-11-05
| |
* | zstd: Fix MinGW buildJohn Ericson2019-11-15
|/
* zstd: 1.4.2 -> 1.4.3Will Dietz2019-08-19
| | | | https://github.com/facebook/zstd/releases/tag/v1.4.3
* zstd: 1.4.1 -> 1.4.2Will Dietz2019-07-25
| | | | https://github.com/facebook/zstd/releases/tag/v1.4.2
* zstd: 1.4.0 -> 1.4.1Orivej Desh2019-07-21
|
* zstd: 1.3.8 -> 1.4.0Will Dietz2019-04-17
| | | | https://github.com/facebook/zstd/releases/tag/v1.4.0
* zstd: 1.3.7 -> 1.3.8Will Dietz2018-12-28
| | | | https://github.com/facebook/zstd/releases/tag/v1.3.8
* zstd: 1.3.6 -> 1.3.7Dmitry Kalinkin2018-10-22
|
* zstd: 1.3.5 -> 1.3.6 (#47965)Vladyslav M2018-10-14
|
* zstd: make tests run, but disableJan Malakhovski2018-08-11
|
* zstd: 1.3.4 -> 1.3.5 (#42913)R. RyanTM2018-07-03
|
* zstd: 1.3.3 -> 1.3.4Vladyslav M2018-03-27
|
* zstd: Fix install name on macOSEelco Dolstra2018-03-20
| | | | It had an install name '/usr/local/lib/libzstd.1.dylib'.
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* zstd: 1.3.2 -> 1.3.3dywedir2017-12-22
|
* zstd: 1.3.0 -> 1.3.2mimadrid2017-11-03
|
* treewide: use less `phases` if not necessaryRobin Gloster2017-08-11
| | | | | This removes some skipping of e.g. fixupPhase and cleans up occurences where this led to duplicating code
* zstd: 1.2.0 -> 1.3.0Lluís Batlle i Rossell2017-07-25
|
* zstd: 1.1.3 -> 1.2.0Orivej Desh2017-05-10
|
* zstd: update to 1.1.3Lluís Batlle i Rossell2017-02-16
|
* zstd: 1.0.0 -> 1.1.1Tobias Geerinckx-Rice2016-11-05
|
* zstd: 0.7.5 -> 1.0.0Susan Potter2016-09-03
| | | | Also updated to use the new repository location under facebook organization.
* zstd: 0.7.3 -> 0.7.5Tobias Geerinckx-Rice2016-08-03
|
* zstd: 0.7.2 -> 0.7.3Tobias Geerinckx-Rice2016-07-08
| | | | | | | | | | | | 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
* zstd: 0.7.1 -> 0.7.2Tobias Geerinckx-Rice2016-07-03
| | | | | | | | | 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.
* zstd: set meta.platforms to unixFlorian2016-06-23
|
* zstd: 0.7.0 -> 0.7.1Tobias Geerinckx-Rice2016-06-23
| | | | | | | | | | | 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
* zstd: 0.6.1 -> 0.7.0Tobias Geerinckx-Rice2016-06-16
| | | | Changes: https://github.com/Cyan4973/zstd/releases/tag/v0.7.0
* zstd: 0.6.0 -> 0.6.1Tobias Geerinckx-Rice2016-05-14
|
* zstd: 0.5.1 -> 0.6.0Tobias Geerinckx-Rice2016-04-14
| | | | | | | | | | | 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
* zstd: 0.5.0 -> 0.5.1Tobias Geerinckx-Rice2016-02-22
| | | | | | | | | 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
* zstd: 0.4.7 -> 0.5.0Tobias Geerinckx-Rice2016-02-08
| | | | | | “New: dictionary builder tool Changed: advanced API for streaming and dictionary compression Improved: better compression of small data.”
* zstd: init at 0.4.7Tobias Geerinckx-Rice2016-01-27