summaryrefslogtreecommitdiffstats
path: root/programs/lz4cli.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | to benchmark multiple files with separate results
* lz4cli : minor rewrite of lz4c legacy commandsYann Collet2017-10-151-12/+13
| | | | for clarity
* lz4cli : removed extension artefactsYann Collet2017-10-151-15/+7
| | | | It used to be useful for an old Windows variant which is no longer maintained.
* 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
| | | | reported by @rvandermeulen (#398)
* 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
|/ | | | | | | | | instead of selected at compilation time depending on a macro. This design makes it possible to have a single binary which supports both modes. An advantageous side effect is that when doing `make; make install` no additional binary is created during `make install` (it used to create `lz4c`, because `make` would only build `lz4`)
* Fix gcc7 Wimplicit-fallthrough warningsChocobo12017-06-191-1/+2
| | | | | For the default Wimplicit-fallthrough=3 level, the comment should start with "fall*"
* 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
| | | | Actually the program only mentions LZ4HC_CLEVEL_MAX.
* Merge pull request #341 from iburinoc/exematchYann Collet2017-03-251-6/+15
|\ | | | | Ignore extensions in exe name matching
| * 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
|/ | | | | This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility.
* Fix printf specifierChocobo12017-01-121-1/+1
|
* Merge pull request #292 from inikep/devYann Collet2016-12-221-22/+14
|\ | | | | improved POSIX
| * 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
|
* fix #284, reported by @beiDei8z : added test cases for path/to/lz4catYann Collet2016-12-071-0/+1
|
* fix : invocation of path/to/unlz4 (#284), reported by @beiDei8zYann Collet2016-12-071-1/+8
|
* fix #283 : implement LZ4_versionString().Yann Collet2016-12-041-1/+1
|
* fixed minor display error when using -rYann Collet2016-11-281-21/+24
|
* added a few datesYann Collet2016-11-211-1/+1
|
* fixed double ;; for VisualYann Collet2016-11-151-1/+1
|
* fixed minor coverity warningsYann Collet2016-11-151-14/+8
|
* minor code refactoringYann Collet2016-11-141-1/+1
|
* cli : add --help commandYann Collet2016-11-131-0/+1
|
* custom block sizePrzemyslaw Skibinski2016-11-101-12/+27
|
* fixed some static analyzer warningYann Collet2016-11-101-4/+4
|
* fixed sparse on stdoutYann Collet2016-11-101-7/+19
|
* fixed multiples files on lz4cat (#184, by @libor-m)Yann Collet2016-11-101-31/+33
|
* fix unused variable warningYann Collet2016-11-091-2/+1
|
* fixed synthetic benchmark modeYann Collet2016-11-091-12/+13
| | | | slightly optimized test mode
* fixed lz4catYann Collet2016-11-091-57/+60
| | | | changed lz4-test order
* bench.c: support notification levelPrzemyslaw Skibinski2016-11-081-0/+3
|
* new Travis testsPrzemyslaw Skibinski2016-11-081-10/+7
|
* added --rm optionPrzemyslaw Skibinski2016-11-071-2/+4
|
* fixed --testPrzemyslaw Skibinski2016-11-071-1/+1
|
* Merge pull request #252 from inikep/devYann Collet2016-11-041-20/+44
|\ | | | | Dev
| * updated lz4cli.cPrzemyslaw Skibinski2016-11-041-7/+6
| |
| * added -r optionPrzemyslaw Skibinski2016-11-041-13/+38
| |