Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fasterDecSpeed can be triggered from cli with --favor-decSpeed | Yann Collet | 2018-04-26 | 1 | -0/+2 |
| | |||||
* | bench: introduced hidden command -S | Yann Collet | 2018-03-20 | 1 | -3/+7 |
| | | | | to benchmark multiple files with separate results | ||||
* | lz4cli : minor rewrite of lz4c legacy commands | Yann Collet | 2017-10-15 | 1 | -12/+13 |
| | | | | for clarity | ||||
* | lz4cli : removed extension artefacts | Yann Collet | 2017-10-15 | 1 | -15/+7 |
| | | | | It used to be useful for an old Windows variant which is no longer maintained. | ||||
* | Add Dictionary Support to the Command Line Tool | W. Felix Handte | 2017-10-10 | 1 | -0/+27 |
| | |||||
* | fixed a bunch of -Wcomma warnings | Yann Collet | 2017-09-10 | 1 | -2/+5 |
| | | | | reported by @rvandermeulen (#398) | ||||
* | Merge branch 'dev' into installVars and fixed conflicts | Yann Collet | 2017-08-15 | 1 | -1/+1 |
|\ | |||||
| * | cli : restored command -BX to enable block checksum (#322) | Yann Collet | 2017-08-12 | 1 | -1/+1 |
| | | |||||
* | | lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c" | Yann Collet | 2017-08-14 | 1 | -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 warnings | Chocobo1 | 2017-06-19 | 1 | -1/+2 |
| | | | | | For the default Wimplicit-fallthrough=3 level, the comment should start with "fall*" | ||||
* | cli accept block sizes with KB / MB prefixes | Yann Collet | 2017-05-26 | 1 | -2/+10 |
| | |||||
* | lz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_CLEVEL_MAX | Alexey Tourbin | 2017-04-29 | 1 | -1/+1 |
| | | | | Actually the program only mentions LZ4HC_CLEVEL_MAX. | ||||
* | Merge pull request #341 from iburinoc/exematch | Yann Collet | 2017-03-25 | 1 | -6/+15 |
|\ | | | | | Ignore extensions in exe name matching | ||||
| * | Ignore extensions in exe name matching | Sean Purcell | 2017-03-24 | 1 | -6/+15 |
| | | |||||
* | | cli: add GNU separator -- specifying that all following arguments are files | Dmitry V. Levin | 2017-03-23 | 1 | -1/+3 |
|/ | | | | | This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility. | ||||
* | Fix printf specifier | Chocobo1 | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #292 from inikep/dev | Yann Collet | 2016-12-22 | 1 | -22/+14 |
|\ | | | | | improved POSIX | ||||
| * | improved MinGW support | Przemyslaw Skibinski | 2016-12-21 | 1 | -0/+3 |
| | | |||||
| * | reordered definitons in platform.h | Przemyslaw Skibinski | 2016-12-20 | 1 | -0/+9 |
| | | |||||
| * | improved platform.h | Przemyslaw Skibinski | 2016-12-20 | 1 | -2/+2 |
| | | |||||
| * | executables use platform.h | Przemyslaw Skibinski | 2016-12-20 | 1 | -22/+2 |
| | | |||||
* | | updated a few macros names | Yann Collet | 2016-12-22 | 1 | -1/+1 |
|/ | |||||
* | fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z) | Yann Collet | 2016-12-08 | 1 | -5/+8 |
| | |||||
* | fixed path-1, as suggested by @t-mat | Yann Collet | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | fix #284, reported by @beiDei8z : added test cases for path/to/lz4cat | Yann Collet | 2016-12-07 | 1 | -0/+1 |
| | |||||
* | fix : invocation of path/to/unlz4 (#284), reported by @beiDei8z | Yann Collet | 2016-12-07 | 1 | -1/+8 |
| | |||||
* | fix #283 : implement LZ4_versionString(). | Yann Collet | 2016-12-04 | 1 | -1/+1 |
| | |||||
* | fixed minor display error when using -r | Yann Collet | 2016-11-28 | 1 | -21/+24 |
| | |||||
* | added a few dates | Yann Collet | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | fixed double ;; for Visual | Yann Collet | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | fixed minor coverity warnings | Yann Collet | 2016-11-15 | 1 | -14/+8 |
| | |||||
* | minor code refactoring | Yann Collet | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | cli : add --help command | Yann Collet | 2016-11-13 | 1 | -0/+1 |
| | |||||
* | custom block size | Przemyslaw Skibinski | 2016-11-10 | 1 | -12/+27 |
| | |||||
* | fixed some static analyzer warning | Yann Collet | 2016-11-10 | 1 | -4/+4 |
| | |||||
* | fixed sparse on stdout | Yann Collet | 2016-11-10 | 1 | -7/+19 |
| | |||||
* | fixed multiples files on lz4cat (#184, by @libor-m) | Yann Collet | 2016-11-10 | 1 | -31/+33 |
| | |||||
* | fix unused variable warning | Yann Collet | 2016-11-09 | 1 | -2/+1 |
| | |||||
* | fixed synthetic benchmark mode | Yann Collet | 2016-11-09 | 1 | -12/+13 |
| | | | | slightly optimized test mode | ||||
* | fixed lz4cat | Yann Collet | 2016-11-09 | 1 | -57/+60 |
| | | | | changed lz4-test order | ||||
* | bench.c: support notification level | Przemyslaw Skibinski | 2016-11-08 | 1 | -0/+3 |
| | |||||
* | new Travis tests | Przemyslaw Skibinski | 2016-11-08 | 1 | -10/+7 |
| | |||||
* | added --rm option | Przemyslaw Skibinski | 2016-11-07 | 1 | -2/+4 |
| | |||||
* | fixed --test | Przemyslaw Skibinski | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #252 from inikep/dev | Yann Collet | 2016-11-04 | 1 | -20/+44 |
|\ | | | | | Dev | ||||
| * | updated lz4cli.c | Przemyslaw Skibinski | 2016-11-04 | 1 | -7/+6 |
| | | |||||
| * | added -r option | Przemyslaw Skibinski | 2016-11-04 | 1 | -13/+38 |
| | | |||||
* | | Return error if input file does not exist. | Nick Terrell | 2016-11-04 | 1 | -2/+2 |
|/ | | | | Make `lz4 file-does-not-exist` return non-zero. | ||||
* | Rename passThrough to testMode | Nick Terrell | 2016-11-04 | 1 | -1/+1 |
| | |||||
* | Fix test mode and write to null | Nick Terrell | 2016-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix test mode to not always return success. Don't ask for permission to overwrite `nulmark`. Before: > echo "hello world" > file > lz4 -t file successfully decoded 12 bytes > lz4 -tf file successfully decoded 12 bytes > lz4 file null Warning : /dev/null already exists Overwrite ? (Y/n) : n Error 12 : No. Operation aborted : /dev/null already exists > lz4 file /dev/null Warning : /dev/null already exists Overwrite ? (Y/n) : n Error 12 : No. Operation aborted : /dev/null already exists After: > lz4 -t file Error 44 : Unrecognized header : file cannot be decoded > lz4 -tf file Error 44 : Unrecognized header : file cannot be decoded > lz4 file null Compressed 12 bytes into 31 bytes ==> 258.33% > lz4 file /dev/null Compressed 12 bytes into 31 bytes ==> 258.33% |