summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1.md
Commit message (Collapse)AuthorAgeFilesLines
* updated man pageYann Collet2022-08-111-4/+4
|
* updated documentation in anticipation for `v1.9.4` releaseYann Collet2022-08-111-0/+3
|
* introduced new `--no-crc` commandYann Collet2022-07-291-0/+3
| | | | which disables both frame and block checksums.
* lz4cli: add option '--best' as an alias of '-12'WHR2019-07-231-0/+3
|
* --list gives block typeYann Collet2019-04-221-3/+2
|
* Merge https://github.com/lz4/lz4 into devgabrielstedman2019-04-221-14/+13
|\
| * ensure tests work when `stdout` is not the consoleYann Collet2019-04-221-14/+13
| | | | | | | | | | | | | | ensure this case is continuously tested on travis. Update documentation on implicit output, invite to not rely on implicit output in scripts.
* | FR #598 Improve initial design, test mallocs, support C90.gabrielstedman2019-04-211-0/+6
|/
* added command -BI for "Independent Blocks"Yann Collet2019-04-121-1/+4
| | | | | | | | This is the reverse of `-BD`, and the current default. This command can be useful to reverse a previous `-BD` command. It may in the future be more important if `lz4` switches to generating dependent blocks by default.
* updated man pageYann Collet2019-04-121-1/+7
| | | | with --favor-decSpeed
* updated documentation regarding dictionary compressionYann Collet2018-09-051-7/+13
| | | | | | following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc
* Added --fast command to cliJennifer Liu2018-06-261-0/+7
|
* minor man fix on clevelsYann Collet2018-03-191-3/+3
|
* Merge pull request #439 from eli-b/doc-nohup-behaviorYann Collet2018-01-011-0/+3
|\ | | | | Docs: describe behavior under nohup
| * Docs: describe behavior under nohupEli Boyarski2018-01-011-0/+3
| |
* | Grammar: "to silent" -> "to silence"Eli Boyarski2018-01-011-1/+1
|/
* Fix formatting of concatenation exampleFeRD (Frank Dana)2017-07-081-6/+2
| | | | | | The "Concatenation of .lz4 files" section contains example commands that are run together on one line, making them invalid. Wrap them in a code block and clean up surrounding formatting.
* cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin2017-03-231-0/+3
| | | | | This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility.
* fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z)Yann Collet2016-12-081-3/+5
|
* fixed minor display error when using -rYann Collet2016-11-281-3/+0
|
* Updated man pageYann Collet2016-11-281-29/+39
|
* minor man page updateYann Collet2016-11-281-3/+7
|
* Add "man" target to MakefileTakayuki MATSUOKA2016-11-271-0/+206
- `make man` makes manpage lz4.1 from lz4.1.md - It needs `gem` and `ronn` which is same as xxhash.1.md is required.