Lines Matching refs:when

12 cli : provide a condensed summary by default when processing multiple files
21 build: fix cmake script when using path with spaces, by @terrelln
28 fix : Always return dstSize_tooSmall when that is the case
35 cli : Warn when (de)compressing multiple files into a single output, by @senhuang42 (#2279)
36 cli : Improved progress bar and status summary when (de)compressing multiple files, by @senhuang42 …
65 perf: Automatically downsizes ZSTD_DCtx when too large for too long (#2069, by @bimbashreshta)
90 perf: Better compression speed when re-using a context, by @felixhandte
91 perf: Fix compression ratio when compressing large files with small dictionary, by @senhuang42
132 perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658)
136 cli: Recognize symlinks when built in C99 mode by @felixhandte (#1640)
147 build: Make: skip multithread tests when built without support by @michaelforney (#1620)
168 api: Allow compression parameters to be set when a dictionary is used
210 cli : clearer error messages, especially when input file not present
224 perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte
225 perf: faster dictionary decompression when using a very large number of dictionaries simultaneously
226 cli : fix : does no longer overwrite destination when source does not exist (#1082)
243 api : fix : performance degradation for dictionary compression when using advanced API, by @terrelln
258 cli : fix crash when not overwriting existing files, by Pádraig Brady (@pixelb)
277 api : change : when setting `pledgedSrcSize`, use `ZSTD_CONTENTSIZE_UNKNOWN` macro value to mean "u…
287 fix : a rare compression bug when compression generates very large distances and bunch of other con…
293 cli : fix : do not change /dev/null permissions when using command -t with root access, reported by…
307 perf: Multi-threading supports up to 256 threads. Cap at 256 when more are requested (#760)
350 API : fix : error code "GENERIC" replaced by "dstSizeTooSmall" when appropriate
360 cli : fix : --rm remains silent when input is stdin
389 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames…
409 Improved : better memory usage when using streaming compression API, thanks to @Rogier-5 report
422 Fixed : CLI -d output to stdout by default when input is stdin (#322)
453 Fixed : premature end of frame when zero-sized raw block, reported by Eric Biggers
467 Fixed : segfault when using small dictionaries, reported by Felix Handte
486 fixed : CLI displays system error message when destination file cannot be created (#231). Reported …
500 New : Support pass-through mode (when using `-df`)
521 Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, than…