Lines Matching refs:zstd

11 cli : accept decompressing files with *.zstd suffix
58 misc: Collect all of zstd's libc dependencies into zstd_deps.h
76 build: Relative includes no longer require -I compiler flags for zstd lib subdirs (#2103, by @felix…
77 build: zstd now compiles cleanly under -pedantic (#2099)
78 build: zstd now compiles with make-4.3
86 doc : New issue templates for zstd
92 perf: zstd reference encoder can generate RLE blocks, by @bimbashrestha
112 misc: Improved documentation : ZSTD_CLEVEL, DYNAMIC_BMI2, ZSTD_CDict, function deprecation, zstd fo…
121 bug: Fix bug in zstd-0.5 decoder by @terrelln (#1696)
186 misc: Fix zstd --list on truncated files by @kostmo
206 build: fixed zstd-pgo, by @bmwiedemann
335 cli : changed : Multithreading enabled by default (use target zstd-nomt or HAVE_THREAD=0 to disable)
337 cli : new : zstdmt symlink hardwired to `zstd -T0`
373 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`)
414 Fixed : zstd-small, zstd-compress and zstd-decompress compilation targets
417 New : contrib/pzstd, parallel version of zstd, by Nick Terrell
428 Fixed : zstd-pgo, reported by octoploid (#329)
459 changed : zstd.h moved to /lib directory
480 modified : removed "mem.h" and "error_public.h" dependencies from "zstd.h" (experimental section)
521 Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, than…
525 Changed : Dictionary builder integrated into libzstd and zstd cli
526 Changed (!) : zstd cli now uses "multiple input files" as default mode. See `zstd -h`.
528 New : zstd cli : `-t` | `--test` command
557 new : zstd-frugal
565 removed `zstd.c`
569 Removed zstdhc => merged into zstd