summaryrefslogtreecommitdiffstats
path: root/programs/lz4cli.c
Commit message (Expand)AuthorAgeFilesLines
* fix: various typosDominique Pelle2022-07-311-1/+1
* introduced new `--no-crc` commandYann Collet2022-07-291-0/+1
* can select validation of CRC during benchmarkYann Collet2022-07-291-2/+2
* implement decoder-only benchmark modeYann Collet2022-07-291-3/+10
* fixed minor leakYann Collet2022-07-011-7/+3
* fixed -tmYann Collet2022-07-011-2/+4
* fix #1086Yann Collet2022-07-011-9/+1
* refactored logic to test special file namesYann Collet2022-07-011-3/+5
* fail on requesting to process 3+ file names in legacy modeYann Collet2022-07-011-26/+24
* added testYann Collet2022-01-291-1/+4
* Allow '--list' with stdin if it is a regular fileWHR2021-12-141-6/+1
* updated license & header datesYann Collet2020-11-251-1/+1
* all usages of prefs within lz4io are constYann Collet2020-11-141-9/+12
* fix minor static analyzer warningsYann Collet2020-09-301-1/+1
* Implement -m option with legacy format on cliFilipe Calasans2020-02-081-2/+9
* Fix lz4cli --list optionFilipe Calasans2020-02-071-1/+1
* bring support for Haiku up to date.Jerome Duval2019-11-071-0/+4
* Make benchmark compatible with dictionary compressionReto Koradi2019-11-061-9/+9
* 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