Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path | Yann Collet | 2017-03-16 | 1 | -1/+1 |
* | fixed Visual compilation error | Yann Collet | 2017-03-16 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | Merge pull request #249 from inikep/dev | Yann Collet | 2016-11-03 | 1 | -1/+1 |
|\ | |||||
| * | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+1 |
* | | fixed clang conversion warning | Yann Collet | 2016-11-03 | 1 | -1/+1 |
* | | check fread() operation results (#243) | Yann Collet | 2016-11-03 | 1 | -9/+16 |
|/ | |||||
* | fix for ARM platform | Yann Collet | 2016-11-02 | 1 | -2/+2 |
* | moved cmake and debian directories to contrib (#245) | Yann Collet | 2016-11-02 | 1 | -5/+5 |
* | fixed #247, reported by Felix Bolte | Yann Collet | 2016-11-01 | 1 | -205/+144 |
* | Use lower case for header file name | Kouhei Sutou | 2016-09-22 | 1 | -1/+1 |
* | remove EnablePREfast=true for Win32 | inikep | 2016-09-02 | 1 | -0/+1 |
* | fix mingw64 compilation warnings | inikep | 2016-09-02 | 1 | -0/+3 |