Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed x32 test on Travis | Yann Collet | 2020-10-02 | 1 | -5/+2 |
* | fix cppcheck unused variable warning | Yann Collet | 2020-10-02 | 1 | -0/+1 |
* | added LZ4_streamHC_t init test | Yann Collet | 2020-10-02 | 1 | -2/+21 |
* | Merge pull request #925 from lz4/test_null | Yann Collet | 2020-10-02 | 3 | -37/+62 |
|\ | |||||
| * | define sentinelTest | Yann Collet | 2020-10-02 | 1 | -2/+3 |
| * | make it possible to select SCANBUILD binary on command line | Yann Collet | 2020-10-02 | 2 | -2/+4 |
| * | add LZ4F_decompress() tests with (NULL,0) input and output | Yann Collet | 2020-10-02 | 2 | -33/+55 |
|/ | |||||
* | Merge pull request #924 from lz4/safixes | Yann Collet | 2020-10-01 | 11 | -86/+98 |
|\ | |||||
| * | make scan-build accept assert() | Yann Collet | 2020-10-01 | 2 | -7/+10 |
| * | 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 |
| * | Merge branch 'safixes' of github.com:lz4/lz4 into safixes | Yann Collet | 2020-09-30 | 5 | -31/+33 |
| |\ | |||||
| | * | fix conversion warning | Yann Collet | 2020-09-30 | 1 | -5/+5 |
| | * | Merge branch 'dev' into safixes | Yann Collet | 2020-09-30 | 3 | -5/+5 |
| | |\ | |_|/ |/| | | |||||
* | | | bump version number | Yann Collet | 2020-09-29 | 3 | -26/+48 |
| | * | fix minor static analyzer warnings | Yann Collet | 2020-09-30 | 12 | -91/+114 |
| |/ |/| | |||||
| * | fix minor static analyzer warnings | Yann Collet | 2020-09-30 | 11 | -69/+90 |
|/ | |||||
* | Merge pull request #923 from lz4/fix784 | Yann Collet | 2020-09-28 | 4 | -65/+216 |
|\ | |||||
| * | improved last literals run on LZ4_compress_destSize | Yann Collet | 2020-09-28 | 2 | -10/+12 |
| * | ensure last match not too close to end | Yann Collet | 2020-09-28 | 3 | -27/+48 |
| * | fix incorrect counting | Yann Collet | 2020-09-28 | 2 | -3/+4 |
| * | fix efficiency of LZ4_compress_HC_destSize() | Yann Collet | 2020-09-28 | 3 | -34/+161 |
* | | Merge pull request #921 from lz4/doubleNull | Yann Collet | 2020-09-28 | 2 | -4/+14 |
|\ \ | |||||
| * | | fix compressing into NULL | Yann Collet | 2020-09-26 | 2 | -4/+14 |
| |/ | |||||
* | | Merge pull request #922 from XVilka/tinycc-support | Yann Collet | 2020-09-28 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Fix compilation with TinyCC | Anton Kochkov | 2020-09-27 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #919 from attilaolah/cli | Yann Collet | 2020-09-23 | 1 | -6/+9 |
|\ | |||||
| * | Add CMake option LZ4_BUILD_CLI. | Attila Oláh | 2020-09-23 | 1 | -6/+9 |
|/ | |||||
* | comment bug on older versions of ZSTD_compress_destSize() | Yann Collet | 2020-09-18 | 1 | -1/+12 |
* | Merge pull request #918 from lz4/usan_null | Yann Collet | 2020-09-18 | 6 | -12/+66 |
|\ | |||||
| * | fixed ubsan tests with dynamic library | Yann Collet | 2020-09-17 | 2 | -3/+7 |
| * | ubsan: make pointer overflow recoverable | Yann Collet | 2020-09-17 | 1 | -1/+1 |
| * | fixed lz4frame with blocks of size 1 | Yann Collet | 2020-09-17 | 3 | -24/+27 |
| * | Merge branch 'usan_null' of github.com:Cyan4973/lz4 into usan_null | Yann Collet | 2020-09-17 | 2 | -4/+4 |
| |\ | |||||
| | * | Merge branch 'usan_null' of github.com:lz4/lz4 into usan_null | Yann Collet | 2020-09-17 | 1 | -2/+5 |
| | |\ | |||||
| | * | | fix ubsan test | Yann Collet | 2020-09-17 | 2 | -4/+4 |
| * | | | added the actual code change | Yann Collet | 2020-09-17 | 1 | -6/+53 |
| | |/ | |/| | |||||
* | | | Merge pull request #913 from lz4/usan_null | Yann Collet | 2020-09-17 | 1 | -0/+11 |
|\ \ \ | |/ / | |||||
| * | | fix #847 | Yann Collet | 2020-09-15 | 1 | -2/+5 |
| |/ | |||||
| * | added test triggering NULL arithmetic with usan | Yann Collet | 2020-09-15 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #910 from lz4/extraInput | Yann Collet | 2020-08-27 | 6 | -49/+128 |
|\ | |||||
| * | fixed minor pre-existing printf formatting | Yann Collet | 2020-08-27 | 1 | -2/+2 |
| * | fixed strict c90 support | Yann Collet | 2020-08-27 | 1 | -2/+0 |
| * | fix #783 | Yann Collet | 2020-08-27 | 3 | -32/+49 |
| * | Merge branch 'dev' into extraInput | Yann Collet | 2020-08-27 | 38 | -178/+259 |
| |\ | |/ |/| | |||||
* | | Merge pull request #909 from lz4/fasterCount | Yann Collet | 2020-08-26 | 2 | -45/+71 |
|\ \ | |||||
| * \ | Merge branch 'dev' into fasterCount | Yann Collet | 2020-08-26 | 3 | -97/+146 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #908 from lz4/stdin_size | Yann Collet | 2020-08-26 | 3 | -97/+146 |
|\ \ \ | |||||
| * | | | fix test under non-interactive environment | Yann Collet | 2020-08-25 | 1 | -1/+1 |
| * | | | added more tests around --content-size | Yann Collet | 2020-08-25 | 1 | -1/+10 |