Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fasterDecSpeed can be triggered from cli with --favor-decSpeed | Yann Collet | 2018-04-26 | 1 | -0/+8 |
| | |||||
* | Change Over Includes in the Project | W. Felix Handte | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | fixed DISPLAYUPDATE() | Yann Collet | 2018-04-06 | 1 | -3/+6 |
| | | | | | | wrong comparison, which was always overflowing (hence was always true) except when it was not (i386, reported by pmc) in which case it would never show any information. | ||||
* | Make LZ4F_compressFrame_usingCDict Take a Compression Context | W. Felix Handte | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | fix: missed semicolon at programs/lz4io.c:954 | hobomind | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | minor : try to tell static analyzer that we don't care if fseek() fails | Yann Collet | 2018-01-14 | 1 | -1/+1 |
| | | | | as already explained in comments. | ||||
* | lz4io: fixed minor ressource leak | Yann Collet | 2018-01-14 | 1 | -0/+1 |
| | |||||
* | [lz4io] Fix decompression file stat with --rm | Nick Terrell | 2018-01-05 | 1 | -8/+12 |
| | |||||
* | Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if ↵ | Alice Atlas | 2017-12-04 | 1 | -1/+1 |
| | | | | running as root | ||||
* | Read the Dictionary into a Circular Buffer | W. Felix Handte | 2017-10-10 | 1 | -22/+49 |
| | |||||
* | Add Dictionary Support to the Command Line Tool | W. Felix Handte | 2017-10-10 | 1 | -4/+80 |
| | |||||
* | cli : restored command -BX to enable block checksum (#322) | Yann Collet | 2017-08-12 | 1 | -5/+6 |
| | |||||
* | report where decompression ends (#313) | Yann Collet | 2017-06-12 | 1 | -39/+60 |
| | | | | | suggested by @ehem note : only works for files < 2 GB | ||||
* | LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path | Yann Collet | 2017-03-16 | 1 | -1/+1 |
| | | | | | Limits compression level to 10, to remain compatible with Hash Chain. | ||||
* | fixed Visual compilation error | Yann Collet | 2017-03-16 | 1 | -1/+1 |
| | | | | | static const must be a "constant", like a macro even if it can be determined at compile time ... | ||||
* | fix #332 : do not modify /dev/null permissions | Yann Collet | 2017-03-16 | 1 | -37/+31 |
| | |||||
* | Avoid fseek()'s 2GiB barrier with MinGW | Przemyslaw Skibinski | 2017-02-15 | 1 | -16/+5 |
| | |||||
* | use FindFirstFileA and FindNextFileA on Windows | Przemyslaw Skibinski | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | improved comments | Przemyslaw Skibinski | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | use fseeko for 32-bit MacOS | Przemyslaw Skibinski | 2016-12-21 | 1 | -3/+1 |
| | |||||
* | test Large File support for Mac OS-X in 32-bits mode | Przemyslaw Skibinski | 2016-12-21 | 1 | -2/+11 |
| | |||||
* | util.h and platform.h based on zstd | Przemyslaw Skibinski | 2016-12-21 | 1 | -1/+5 |
| | |||||
* | fixed Visual Studio compilation | Przemyslaw Skibinski | 2016-12-21 | 1 | -0/+8 |
| | |||||
* | improved MinGW support | Przemyslaw Skibinski | 2016-12-21 | 1 | -6/+0 |
| | |||||
* | improved formatting (2) | Przemyslaw Skibinski | 2016-12-20 | 1 | -0/+2 |
| | |||||
* | fixed gcc warnings (2) | Przemyslaw Skibinski | 2016-12-20 | 1 | -1/+3 |
| | |||||
* | improved platform.h | Przemyslaw Skibinski | 2016-12-20 | 1 | -2/+2 |
| | |||||
* | executables use platform.h | Przemyslaw Skibinski | 2016-12-20 | 1 | -31/+2 |
| | |||||
* | 15-bit LZ4HC_HASH_LOG | Przemyslaw Skibinski | 2016-12-07 | 1 | -1/+2 |
| | |||||
* | fixed gcc warnings | Przemyslaw Skibinski | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | fixed LZ4IO_compressMultipleFilenames | Przemyslaw Skibinski | 2016-11-22 | 1 | -3/+5 |
| | |||||
* | added a few dates | Yann Collet | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | fixed : shadow global variable on gcc 4.4 (minor) | Yann Collet | 2016-11-19 | 1 | -5/+5 |
| | |||||
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 1 | -9/+14 |
| | | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode | ||||
* | fixed sign conversion warning | Yann Collet | 2016-11-15 | 1 | -3/+2 |
| | |||||
* | fixed minor coverity warnings | Yann Collet | 2016-11-15 | 1 | -3/+4 |
| | |||||
* | silence a minor msan warning | Yann Collet | 2016-11-14 | 1 | -1/+2 |
| | |||||
* | Fix license and remove references to zstd | Nick Terrell | 2016-11-11 | 1 | -4/+4 |
| | |||||
* | changed FUZZER_TIME | Przemyslaw Skibinski | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | fix empty body | Yann Collet | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | fixed some static analyzer warning | Yann Collet | 2016-11-10 | 1 | -50/+60 |
| | |||||
* | fixed sparse on stdout | Yann Collet | 2016-11-10 | 1 | -0/+1 |
| | |||||
* | fixed multiples files on lz4cat (#184, by @libor-m) | Yann Collet | 2016-11-10 | 1 | -29/+56 |
| | |||||
* | fixed synthetic benchmark mode | Yann Collet | 2016-11-09 | 1 | -2/+2 |
| | | | | slightly optimized test mode | ||||
* | Fix #243 : detect and report fread() errors, by @iyokan | Yann Collet | 2016-11-07 | 1 | -10/+11 |
| | |||||
* | added --rm option | Przemyslaw Skibinski | 2016-11-07 | 1 | -26/+22 |
| | |||||
* | Copy owner, file permissions and modification time | Przemyslaw Skibinski | 2016-11-07 | 1 | -8/+7 |
| | |||||
* | Rename passThrough to testMode | Nick Terrell | 2016-11-04 | 1 | -6/+6 |
| | |||||
* | Fix test mode and write to null | Nick Terrell | 2016-11-03 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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% | ||||
* | Merge pull request #249 from inikep/dev | Yann Collet | 2016-11-03 | 1 | -1/+1 |
|\ | | | | | Dev |