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