summaryrefslogtreecommitdiff
path: root/programs/lz4.1.md
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23lz4cli: add option '--best' as an alias of '-12'WHR1-0/+3
2019-04-22--list gives block typeYann Collet1-3/+2
2019-04-22Merge https://github.com/lz4/lz4 into devgabrielstedman1-14/+13
2019-04-21ensure tests work when `stdout` is not the consoleYann Collet1-14/+13
ensure this case is continuously tested on travis. Update documentation on implicit output, invite to not rely on implicit output in scripts.
2019-04-21FR #598 Improve initial design, test mallocs, support C90.gabrielstedman1-0/+6
2019-04-12added command -BI for "Independent Blocks"Yann Collet1-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.
2019-04-12updated man pageYann Collet1-1/+7
with --favor-decSpeed
2018-09-05updated documentation regarding dictionary compressionYann Collet1-7/+13
following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc
2018-06-25Added --fast command to cliJennifer Liu1-0/+7
2018-03-19minor man fix on clevelsYann Collet1-3/+3
2018-01-02Merge pull request #439 from eli-b/doc-nohup-behaviorYann Collet1-0/+3
Docs: describe behavior under nohup
2018-01-01Docs: describe behavior under nohupEli Boyarski1-0/+3
2018-01-01Grammar: "to silent" -> "to silence"Eli Boyarski1-1/+1
2017-07-08Fix formatting of concatenation exampleFeRD (Frank Dana)1-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.
2017-03-23cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin1-0/+3
This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility.
2016-12-08fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z)Yann Collet1-3/+5
2016-11-28fixed minor display error when using -rYann Collet1-3/+0
2016-11-28Updated man pageYann Collet1-29/+39
2016-11-27minor man page updateYann Collet1-3/+7
2016-11-27Add "man" target to MakefileTakayuki MATSUOKA1-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.