Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-23 | lz4cli: add option '--best' as an alias of '-12' | WHR | 1 | -0/+3 | |
2019-04-22 | --list gives block type | Yann Collet | 1 | -3/+2 | |
2019-04-22 | Merge https://github.com/lz4/lz4 into dev | gabrielstedman | 1 | -14/+13 | |
2019-04-21 | ensure tests work when `stdout` is not the console | Yann Collet | 1 | -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-21 | FR #598 Improve initial design, test mallocs, support C90. | gabrielstedman | 1 | -0/+6 | |
2019-04-12 | added command -BI for "Independent Blocks" | Yann Collet | 1 | -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-12 | updated man page | Yann Collet | 1 | -1/+7 | |
with --favor-decSpeed | |||||
2018-09-05 | updated documentation regarding dictionary compression | Yann Collet | 1 | -7/+13 | |
following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc | |||||
2018-06-25 | Added --fast command to cli | Jennifer Liu | 1 | -0/+7 | |
2018-03-19 | minor man fix on clevels | Yann Collet | 1 | -3/+3 | |
2018-01-02 | Merge pull request #439 from eli-b/doc-nohup-behavior | Yann Collet | 1 | -0/+3 | |
Docs: describe behavior under nohup | |||||
2018-01-01 | Docs: describe behavior under nohup | Eli Boyarski | 1 | -0/+3 | |
2018-01-01 | Grammar: "to silent" -> "to silence" | Eli Boyarski | 1 | -1/+1 | |
2017-07-08 | Fix formatting of concatenation example | FeRD (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-23 | cli: add GNU separator -- specifying that all following arguments are files | Dmitry V. Levin | 1 | -0/+3 | |
This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility. | |||||
2016-12-08 | fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z) | Yann Collet | 1 | -3/+5 | |
2016-11-28 | fixed minor display error when using -r | Yann Collet | 1 | -3/+0 | |
2016-11-28 | Updated man page | Yann Collet | 1 | -29/+39 | |
2016-11-27 | minor man page update | Yann Collet | 1 | -3/+7 | |
2016-11-27 | Add "man" target to Makefile | Takayuki MATSUOKA | 1 | -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. |