Lines Matching refs:cli

5 cli : asynchronous compression by default, for faster experience (use --single-thread for former be…
6 cli : smoother status report in multi-threading mode
7 cli : added command --fast=#, for faster compression modes
8 cli : fix crash when not overwriting existing files, by Pádraig Brady (@pixelb)
22 cli : fix : content size written in header by default
23 cli : fix : improved LZ4 format support, by @felixhandte
24 cli : new : hidden command `-S`, to benchmark multiple files while generating one result per file
39 cli : added LZ4 frame support by default, by Felix Handte (@felixhandte)
40 cli : improved --list output
41 cli : new : can split input file for dictionary training, using command -B#
42 cli : new : clean operation artefact on Ctrl-C interruption
43 cli : fix : do not change /dev/null permissions when using command -t with root access, reported by…
44 cli : fix : write file size in header in multiple-files mode
58 cli : improved and fixed --list command, by @ib (#772)
59 cli : command -vV to list supported formats, by @ib (#771)
70 cli : new : `--list` command, by Paul Cruz
71 cli : changed : xz/lzma support enabled by default
72 cli : changed : `-t *` continue processing list after a decompression error
85 cli : changed : Multithreading enabled by default (use target zstd-nomt or HAVE_THREAD=0 to disable)
86 cli : new : command -T0 means "detect and use nb of cores", by Sean Purcell
87 cli : new : zstdmt symlink hardwired to `zstd -T0`
88 cli : new : command --threads=# (#671)
89 cli : changed : cover dictionary builder by default, for improved quality, by Nick Terrell
90 cli : new : commands --train-cover and --train-legacy, to select dictionary algorithm and parameters
91 cli : experimental targets `zstd4` and `xzstd4`, with support for lz4 format, by Sean Purcell
92 cli : fix : does not output compressed data on console
93 cli : fix : ignore symbolic links unless --force specified,
107 cli : new : can compress in *.gz format, using --format=gzip command, by Przemyslaw Skibinski
108 cli : new : advanced benchmark command --priority=rt
109 cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77
110 cli : fix : --rm remains silent when input is stdin
111 cli : experimental : xzstd, with support for xz/lzma decoding, by Przemyslaw Skibinski
123 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`)
124 cli : new : experimental target `make zstdmt`, with multi-threading support
125 cli : new : improved dictionary builder "cover" (experimental), by Nick Terrell, based on prior wor…
126 cli : new : advanced commands for detailed parameters, by Przemyslaw Skibinski
127 cli : fix zstdless on Mac OS-X, by Andrew Janke
128 cli : fix #232 "compress non-files"
146 cli : new : gzstd, experimental version able to decode .gz files, by Przemyslaw Skibinski
147 cli : new : preserve file attributes
148 cli : new : added zstdless and zstdgrep tools
149 cli : fixed : status displays total amount decoded, even for file consisting of multiple frames (li…
150 cli : fixed : zstdcat
271 Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, than…
275 Changed : Dictionary builder integrated into libzstd and zstd cli
276 Changed (!) : zstd cli now uses "multiple input files" as default mode. See `zstd -h`.
278 New : zstd cli : `-t` | `--test` command