Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+1 |
* | removed test artefacts | Yann Collet | 2016-09-06 | 1 | -3/+2 |
* | minor comments | Yann Collet | 2016-08-20 | 1 | -17/+10 |
* | minor refactor | Yann Collet | 2016-08-20 | 1 | -4/+2 |
* | minor decompression speed gains | Yann Collet | 2016-08-20 | 1 | -2/+5 |
* | Use https wherever possible | Ben Wiederhake | 2016-07-07 | 1 | -1/+1 |
* | changed : default benchmark LZ4_decompress_safe() | Yann Collet | 2016-06-29 | 1 | -7/+6 |
* | Minor refactoring (code style) | Yann Collet | 2016-06-29 | 1 | -50/+25 |
* | Fixed : alignment warning | Yann Collet | 2016-06-29 | 1 | -3/+10 |
* | minor refactoring | Yann Collet | 2016-06-29 | 1 | -10/+9 |
* | very minor decompression speed gain | Yann Collet | 2016-06-29 | 1 | -2/+2 |
* | minor code refactoring | Yann Collet | 2016-06-29 | 1 | -45/+25 |
* | minor compression speed improvement | Yann Collet | 2016-06-29 | 1 | -3/+4 |
* | minor refactoring | Yann Collet | 2016-06-29 | 1 | -8/+10 |
* | minor refactoring (coding style) | Yann Collet | 2016-06-29 | 1 | -140/+82 |
* | fixed non-C99 compilers | Irwan Djajadi | 2016-04-19 | 1 | -2/+4 |
|\ | |||||
| * | fixed non-C99 compiler | Irwan Djajadi | 2016-04-19 | 1 | -3/+5 |
* | | Merge branch 'heapmode_alloc_failure_fix' into dev | Irwan Djajadi | 2016-04-19 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | alloc failure fix | Irwan Djajadi | 2016-04-18 | 1 | -0/+10 |
* | | lz4cli: print library version | John Zhuge | 2016-04-01 | 1 | -0/+1 |
* | | Allow for safe in-place decoding | Julius Werner | 2016-02-13 | 1 | -1/+4 |
* | | heapmode macro option for lz4hc | Yann Collet | 2015-10-21 | 1 | -3/+3 |
* | | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 1 | -1/+8 |
* | | New unalign access method | Yann Collet | 2015-08-19 | 1 | -12/+41 |
* | | Slightly improved compression speed on ARMv6 | Yann Collet | 2015-08-16 | 1 | -11/+11 |
* | | Improved performance on ARMv6 | Yann Collet | 2015-08-16 | 1 | -15/+35 |
* | | minor simplification lz4_readarch() | Yann Collet | 2015-08-06 | 1 | -12/+4 |
* | | minor refactor | Yann Collet | 2015-07-16 | 1 | -16/+15 |
* | | Slightly improved decompression speed | Yann Collet | 2015-07-16 | 1 | -5/+6 |
* | | sligthly improved decompression speed | Yann Collet | 2015-07-16 | 1 | -12/+12 |
|/ | |||||
* | Performance fix : big compression speed boost for clang (+30%) | Yann Collet | 2015-05-21 | 1 | -1/+1 |
* | Updated a few comments | Yann Collet | 2015-05-12 | 1 | -1/+1 |
* | Added : LZ4_compress_destSize() | Yann Collet | 2015-05-06 | 1 | -4/+217 |
* | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 1 | -13/+13 |
* | Fixed minor Visual warning | Yann Collet | 2015-05-03 | 1 | -1/+1 |
* | New lz4 API, using LZ4_compress_fast() | Yann Collet | 2015-05-03 | 1 | -60/+41 |
* | Fixed bug 9318 | Yann Collet | 2015-05-02 | 1 | -4/+6 |
* | streaming API : Improved ring buffer management | Yann Collet | 2015-04-24 | 1 | -2/+1 |
* | Added LZ4_compress_fast_extState() | Yann Collet | 2015-04-23 | 1 | -16/+18 |
* | Removed LZ4_compress() (obsolete) from lz4 | Yann Collet | 2015-04-21 | 1 | -1/+1 |
* | Replace GCC_VERSION with LZ4_GCC_VERSION | Takayuki MATSUOKA | 2015-04-14 | 1 | -6/+6 |
* | Fixed issue #84 | Yann Collet | 2015-04-12 | 1 | -6/+7 |
* | fixed minor g++ warning | Yann Collet | 2015-04-12 | 1 | -1/+1 |
* | Fixed a few Valgrind warnings | Yann Collet | 2015-04-12 | 1 | -2/+3 |
* | Implemented obsolete warning message | Yann Collet | 2015-04-11 | 1 | -8/+6 |
* | Fixed a few warnings from -fsanitize=undefined | Yann Collet | 2015-04-09 | 1 | -105/+27 |
* | New LZ4_compress_safe() API | Yann Collet | 2015-04-09 | 1 | -23/+16 |
* | fullbench : tests of _limitedOutput variants intentionnally provides less mem... | Yann Collet | 2015-04-01 | 1 | -27/+16 |
* | simplified LZ4_compress_limitedOutput() | Yann Collet | 2015-04-01 | 1 | -16/+3 |
* | simplified LZ4_compress_withState() | Yann Collet | 2015-04-01 | 1 | -26/+28 |