Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | static state size | Yann Collet | 2020-11-07 | 2 | -4/+4 |
* | re-enable alignment test on all targets | Yann Collet | 2020-11-07 | 3 | -17/+10 |
* | unified internal state declaration | Yann Collet | 2020-11-07 | 2 | -74/+41 |
* | document LZ4_ALIGN_TEST | Yann Collet | 2020-11-06 | 1 | -0/+3 |
* | unified alignment test | Yann Collet | 2020-11-06 | 2 | -27/+30 |
* | preserver alignment test on Visual Studio x64 | Yann Collet | 2020-10-02 | 1 | -16/+19 |
* | add LZ4F_decompress() tests with (NULL,0) input and output | Yann Collet | 2020-10-02 | 1 | -32/+52 |
* | make scan-build accept assert() | Yann Collet | 2020-10-01 | 1 | -6/+9 |
* | fix bad init scenario | Yann Collet | 2020-10-01 | 1 | -3/+5 |
* | added memcpy() related SA warning fixes | Yann Collet | 2020-10-01 | 1 | -8/+14 |
* | fix conversion warning | Yann Collet | 2020-09-30 | 1 | -5/+5 |
* | Merge branch 'dev' into safixes | Yann Collet | 2020-09-30 | 1 | -1/+1 |
|\ | |||||
| * | bump version number | Yann Collet | 2020-09-29 | 1 | -1/+1 |
* | | fix minor static analyzer warnings | Yann Collet | 2020-09-30 | 3 | -37/+39 |
|/ | |||||
* | Merge pull request #923 from lz4/fix784 | Yann Collet | 2020-09-28 | 2 | -42/+105 |
|\ | |||||
| * | improved last literals run on LZ4_compress_destSize | Yann Collet | 2020-09-28 | 1 | -2/+2 |
| * | ensure last match not too close to end | Yann Collet | 2020-09-28 | 2 | -21/+40 |
| * | fix incorrect counting | Yann Collet | 2020-09-28 | 1 | -2/+3 |
| * | fix efficiency of LZ4_compress_HC_destSize() | Yann Collet | 2020-09-28 | 2 | -25/+68 |
* | | Merge pull request #921 from lz4/doubleNull | Yann Collet | 2020-09-28 | 1 | -0/+1 |
|\ \ | |||||
| * | | fix compressing into NULL | Yann Collet | 2020-09-26 | 1 | -0/+1 |
| |/ | |||||
* | | Fix compilation with TinyCC | Anton Kochkov | 2020-09-27 | 1 | -2/+2 |
|/ | |||||
* | comment bug on older versions of ZSTD_compress_destSize() | Yann Collet | 2020-09-18 | 1 | -1/+12 |
* | fixed lz4frame with blocks of size 1 | Yann Collet | 2020-09-17 | 2 | -22/+23 |
* | added the actual code change | Yann Collet | 2020-09-17 | 1 | -6/+53 |
* | fix #783 | Yann Collet | 2020-08-27 | 2 | -28/+45 |
* | Merge branch 'dev' into extraInput | Yann Collet | 2020-08-27 | 2 | -61/+71 |
|\ | |||||
| * | added documentation about LZ4_FORCE_SW_BITCOUNT | Yann Collet | 2020-08-26 | 2 | -8/+33 |
| * | Merge pull request #898 from aqrit/aqrit-prefixlen | Yann Collet | 2020-08-24 | 1 | -45/+46 |
| |\ | |||||
| | * | silence warning | aqrit | 2020-08-17 | 1 | -2/+2 |
| | * | rejigger bit counting intrinsics | aqrit | 2020-08-12 | 1 | -45/+46 |
| * | | removed LZ4_compress_fast_force() | Yann Collet | 2020-08-22 | 1 | -16/+0 |
* | | | Merge branch 'dev' into extraInput | Yann Collet | 2020-08-18 | 3 | -9/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #897 from lz4/lz4wlib | Yann Collet | 2020-08-18 | 2 | -6/+7 |
| |\ \ | |||||
| | * | | added target lz4-wlib | Yann Collet | 2020-08-11 | 2 | -6/+7 |
| | |/ | |||||
| * | | Clarifies and fix EndMark | Yann Collet | 2020-08-13 | 1 | -3/+5 |
| |/ | |||||
* | | fix issue #783 (#862) | BellaXlp | 2020-08-12 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'fix832' into dev | Yann Collet | 2020-08-11 | 1 | -2/+2 |
|\ | |||||
| * | fixed test of gnu c version | Yann Collet | 2020-08-11 | 1 | -2/+2 |
* | | Merge pull request #896 from lz4/fix832 | Yann Collet | 2020-08-10 | 1 | -7/+6 |
|\ \ | |/ | |||||
| * | fix #832 | Yann Collet | 2020-08-10 | 1 | -7/+6 |
* | | Merge pull request #895 from lz4/hugefast | Yann Collet | 2020-08-10 | 2 | -6/+16 |
|\ \ | |/ |/| | |||||
| * | fix #876 | Yann Collet | 2020-08-10 | 2 | -6/+16 |
* | | Merge pull request #892 from felixhandte/lz4-clean-up-fast-reset | Yann Collet | 2020-08-10 | 2 | -25/+7 |
|\ \ | |/ |/| | |||||
| * | Fix Enum Casts | W. Felix Handte | 2020-08-10 | 1 | -5/+5 |
| * | Remove dirty Field From LZ4_stream_t | W. Felix Handte | 2020-08-06 | 2 | -14/+2 |
| * | Remove Extraneous Reset in LZ4_attach_dictionary() | W. Felix Handte | 2020-08-05 | 1 | -6/+0 |
* | | Merge pull request #856 from indragiek/indragiek/lz4f-visibility | Yann Collet | 2020-08-08 | 1 | -6/+11 |
|\ \ | |/ |/| | |||||
| * | LZ4LIB_VISIBILITY -> LZ4FLIB_VISIBILITY in comment | Indragie Karunaratne | 2020-08-05 | 1 | -1/+1 |
| * | Add LZ4FLIB_VISIBILITY for controlling library symbol visibility | Indragie Karunaratne | 2020-04-26 | 1 | -6/+11 |