Lines Matching refs:cli
10 cli : Set nb of threads with environment variable ZSTD_NBTHREADS, by @senhuang42
11 cli : accept decompressing files with *.zstd suffix
12 cli : provide a condensed summary by default when processing multiple files
13 cli : fix : stdin input no longer confused as user prompt
14 cli : improve accuracy of several error messages
19 …ompression has predictable output even in special cases (see #2327) (issue not accessible from cli)
20 …ression correctly respects dictionary compression level (see #2303) (issue not accessible from cli)
34 cli : Add --output-dir-mirror option, by @xxie24 (#2219)
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 …
37 cli : Call stat less often, by @felixhandte (#2262)
38 cli : Allow --patch-from XXX and --filelist XXX in addition to --patch-from=XXX and --filelist=XXX,…
39 cli : Allow --patch-from to compress stdin with --stream-size, by @bimbashrestha (#2206)
51 build: Fix cli compilation with uclibc
52 build: Fix cli compilation without st_mtime, by @ffontaine (#2246)
68 cli : New --patch-from command, create and apply patches from files, by @bimbashreshta
69 cli : New --filelist= : Provide a list of files to operate upon from a file
70 cli : -b -d command can now benchmark decompression on multiple files
71 cli : New --no-content-size command
72 cli : New --show-default-cparams information command
97 cli: Named pipes support, by @bimbashrestha
98 cli: short tar's extension support, by @stokito
99 cli: command --output-dir-flat= , generates target files into requested directory, by @senhuang42
100 cli: commands --stream-size=# and --size-hint=#, by @nmagerko
101 cli: command --exclude-compressed, by @shashank0791
102 cli: faster `-t` test mode
103 cli: improved some error messages, by @vangyzen
104 cli: fix command `-D dictionary` on Windows, reported by @artyompetrov
105 cli: fix rare deadlock condition within dictionary builder, by @terrelln
136 cli: Recognize symlinks when built in C99 mode by @felixhandte (#1640)
137 cli: Expose cpu load indicator for each file on -vv mode by @ephiepark (#1631)
138 cli: Restrict read permissions on destination files by @chungy (#1644)
139 cli: zstdgrep: handle -f flag by @felixhandte (#1618)
140 cli: zstdcat: follow symlinks by @vejnar (#1604)
172 cli: Ensure that a dictionary is not used to compress itself by @shakeelrao
173 cli: Add --[no-]compress-literals flag to enable or disable literal compression
207 cli : support ZSTD_CLEVEL environment variable, by @yijinfb (#1423)
208 cli : --no-progress flag, preserving final summary (#1371), by @terrelln
209 cli : ensure destination file is not source file (#1422)
210 cli : clearer error messages, especially when input file not present
226 cli : fix : does no longer overwrite destination when source does not exist (#1082)
227 cli : new command --adapt, for automatic compression level adaptation
241 cli : fix : overlapLog can be manually set
242 cli : fix : decoding invalid lz4 frames
255 cli : asynchronous compression by default, for faster experience (use --single-thread for former be…
256 cli : smoother status report in multi-threading mode
257 cli : added command --fast=#, for faster compression modes
258 cli : fix crash when not overwriting existing files, by Pádraig Brady (@pixelb)
272 cli : fix : content size written in header by default
273 cli : fix : improved LZ4 format support, by @felixhandte
274 cli : new : hidden command `-S`, to benchmark multiple files while generating one result per file
289 cli : added LZ4 frame support by default, by Felix Handte (@felixhandte)
290 cli : improved --list output
291 cli : new : can split input file for dictionary training, using command -B#
292 cli : new : clean operation artefact on Ctrl-C interruption
293 cli : fix : do not change /dev/null permissions when using command -t with root access, reported by…
294 cli : fix : write file size in header in multiple-files mode
308 cli : improved and fixed --list command, by @ib (#772)
309 cli : command -vV to list supported formats, by @ib (#771)
320 cli : new : `--list` command, by Paul Cruz
321 cli : changed : xz/lzma support enabled by default
322 cli : changed : `-t *` continue processing list after a decompression error
335 cli : changed : Multithreading enabled by default (use target zstd-nomt or HAVE_THREAD=0 to disable)
336 cli : new : command -T0 means "detect and use nb of cores", by Sean Purcell
337 cli : new : zstdmt symlink hardwired to `zstd -T0`
338 cli : new : command --threads=# (#671)
339 cli : changed : cover dictionary builder by default, for improved quality, by Nick Terrell
340 cli : new : commands --train-cover and --train-legacy, to select dictionary algorithm and parameters
341 cli : experimental targets `zstd4` and `xzstd4`, with support for lz4 format, by Sean Purcell
342 cli : fix : does not output compressed data on console
343 cli : fix : ignore symbolic links unless --force specified,
357 cli : new : can compress in *.gz format, using --format=gzip command, by Przemyslaw Skibinski
358 cli : new : advanced benchmark command --priority=rt
359 cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77
360 cli : fix : --rm remains silent when input is stdin
361 cli : experimental : xzstd, with support for xz/lzma decoding, by Przemyslaw Skibinski
373 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`)
374 cli : new : experimental target `make zstdmt`, with multi-threading support
375 cli : new : improved dictionary builder "cover" (experimental), by Nick Terrell, based on prior wor…
376 cli : new : advanced commands for detailed parameters, by Przemyslaw Skibinski
377 cli : fix zstdless on Mac OS-X, by Andrew Janke
378 cli : fix #232 "compress non-files"
396 cli : new : gzstd, experimental version able to decode .gz files, by Przemyslaw Skibinski
397 cli : new : preserve file attributes
398 cli : new : added zstdless and zstdgrep tools
399 cli : fixed : status displays total amount decoded, even for file consisting of multiple frames (li…
400 cli : fixed : zstdcat
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