summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1.md
Commit message (Collapse)AuthorAgeFilesLines
* 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.