summaryrefslogtreecommitdiffstats
path: root/programs/lz4cli.c
Commit message (Expand)AuthorAgeFilesLines
* lz4cli: add option '--best' as an alias of '-12'WHR2019-07-231-0/+4
* fix #734 : --version should output to stdoutYann Collet2019-06-241-2/+3
* Handle file not existing case #704gabrielstedman2019-05-261-3/+10
* List mode improvements.gstedman2019-05-161-7/+14
* fixed C90 complianceYann Collet2019-04-221-1/+1
* FR #598 - Move LZ4F_compFileInfo_t def to lz4frame.h discard output_filegabrielstedman2019-04-221-3/+10
* Merge https://github.com/lz4/lz4 into devgabrielstedman2019-04-221-19/+26
|\
| * ensure tests work when `stdout` is not the consoleYann Collet2019-04-221-2/+3
| * cli: display a warning whenever default output is stdout while input != stdinYann Collet2019-04-201-11/+25
* | FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword funcgabrielstedman2019-04-221-2/+1
* | FR #598 Improve initial design, test mallocs, support C90.gabrielstedman2019-04-211-23/+3
* | correctly use unisgned int for indexgabrielstedman2019-04-201-2/+2
* | Add --list option to display compressed file information.gabrielstedman2019-04-201-2/+32
|/
* fixed lz4 -m -cYann Collet2019-04-121-1/+1
* added command -BI for "Independent Blocks"Yann Collet2019-04-121-11/+13
* Add constant pointer annotationsTim Zakian2019-01-111-2/+2
* Remove a bunch of global variables that tracked settings for the IO module, a...Tim Zakian2019-01-101-32/+34
* Fix pass-through modeTim Zakian2019-01-101-1/+6
* Fix lz4 extension in input filename not causing decompressionRuben O. Chiavone2019-01-091-5/+19
* support custom block sizes: fix usage message & remove unused functionsBlaise Sanouillet2018-09-281-1/+1
* support custom block sizesBlaise Sanouillet2018-09-281-7/+7
* fixed minor cppcheck warnings in programsYann Collet2018-09-181-1/+1
* updated documentation regarding dictionary compressionYann Collet2018-09-051-1/+1
* Fixed invalid argument test and reformatted elseJennifer Liu2018-06-271-2/+1
* Fixed code based on comments from pull requestJennifer Liu2018-06-271-4/+5
* Added --fast command to cliJennifer Liu2018-06-261-1/+34
* fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet2018-04-261-0/+2
* bench: introduced hidden command -SYann Collet2018-03-201-3/+7
* lz4cli : minor rewrite of lz4c legacy commandsYann Collet2017-10-151-12/+13
* lz4cli : removed extension artefactsYann Collet2017-10-151-15/+7
* Add Dictionary Support to the Command Line ToolW. Felix Handte2017-10-101-0/+27
* fixed a bunch of -Wcomma warningsYann Collet2017-09-101-2/+5
* Merge branch 'dev' into installVars and fixed conflictsYann Collet2017-08-151-1/+1
|\
| * cli : restored command -BX to enable block checksum (#322)Yann Collet2017-08-121-1/+1
* | lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c"Yann Collet2017-08-141-35/+31
|/
* Fix gcc7 Wimplicit-fallthrough warningsChocobo12017-06-191-1/+2
* cli accept block sizes with KB / MB prefixesYann Collet2017-05-261-2/+10
* lz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin2017-04-291-1/+1
* Merge pull request #341 from iburinoc/exematchYann Collet2017-03-251-6/+15
|\
| * Ignore extensions in exe name matchingSean Purcell2017-03-241-6/+15
* | cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin2017-03-231-1/+3
|/
* Fix printf specifierChocobo12017-01-121-1/+1
* Merge pull request #292 from inikep/devYann Collet2016-12-221-22/+14
|\
| * improved MinGW supportPrzemyslaw Skibinski2016-12-211-0/+3
| * reordered definitons in platform.hPrzemyslaw Skibinski2016-12-201-0/+9
| * improved platform.hPrzemyslaw Skibinski2016-12-201-2/+2
| * executables use platform.hPrzemyslaw Skibinski2016-12-201-22/+2
* | updated a few macros namesYann Collet2016-12-221-1/+1
|/
* fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z)Yann Collet2016-12-081-5/+8
* fixed path-1, as suggested by @t-matYann Collet2016-12-081-1/+1