summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * fix cppcheck unused variable warningYann Collet2020-10-021-0/+1
| * added LZ4_streamHC_t init testYann Collet2020-10-021-2/+21
* | Merge pull request #938 from terrelln/fuzzer-fixYann Collet2020-11-061-7/+7
|\ \
| * | [ossfuzz] Fix parallel buildsNick Terrell2020-11-051-7/+7
|/ /
* | Merge pull request #930 from remittor-pr/fix_msvcYann Collet2020-10-312-38/+38
|\ \
| * | Replace "static" to "LZ4_FORCE_INLINE" for small functionsremittor2020-10-072-20/+20
| * | Replace define LZ4_FORCE_O2_INLINE_GCC_PPC64LE to LZ4_FORCE_INLINEremittor2020-10-071-18/+18
| * | Fix: The "inline" specifier do not use for LZ4_wildCopy8 and LZ4_wildCopy32remittor2020-10-061-1/+1
| |/
* | Merge pull request #928 from remittor-pr/human_redableYann Collet2020-10-061-23/+30
|\ \ | |/ |/|
| * [lz4hc] Made function LZ4HC_encodeSequence a human readableremittor2020-10-031-23/+30
|/
* Merge pull request #925 from lz4/test_nullYann Collet2020-10-023-37/+62
|\
| * define sentinelTestYann Collet2020-10-021-2/+3
| * make it possible to select SCANBUILD binary on command lineYann Collet2020-10-022-2/+4
| * add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet2020-10-022-33/+55
|/
* Merge pull request #924 from lz4/safixesYann Collet2020-10-0111-86/+98
|\
| * make scan-build accept assert()Yann Collet2020-10-012-7/+10
| * fix bad init scenarioYann Collet2020-10-011-3/+5
| * added memcpy() related SA warning fixesYann Collet2020-10-011-8/+14
| * Merge branch 'safixes' of github.com:lz4/lz4 into safixesYann Collet2020-09-305-31/+33
| |\
| | * fix conversion warningYann Collet2020-09-301-5/+5
| | * Merge branch 'dev' into safixesYann Collet2020-09-303-5/+5
| | |\ | |_|/ |/| |
* | | bump version numberYann Collet2020-09-293-26/+48
| | * fix minor static analyzer warningsYann Collet2020-09-3012-91/+114
| |/ |/|
| * fix minor static analyzer warningsYann Collet2020-09-3011-69/+90
|/
* Merge pull request #923 from lz4/fix784Yann Collet2020-09-284-65/+216
|\
| * improved last literals run on LZ4_compress_destSizeYann Collet2020-09-282-10/+12
| * ensure last match not too close to endYann Collet2020-09-283-27/+48
| * fix incorrect countingYann Collet2020-09-282-3/+4
| * fix efficiency of LZ4_compress_HC_destSize()Yann Collet2020-09-283-34/+161
* | Merge pull request #921 from lz4/doubleNullYann Collet2020-09-282-4/+14
|\ \
| * | fix compressing into NULLYann Collet2020-09-262-4/+14
| |/
* | Merge pull request #922 from XVilka/tinycc-supportYann Collet2020-09-281-2/+2
|\ \ | |/ |/|
| * Fix compilation with TinyCCAnton Kochkov2020-09-271-2/+2
|/
* Merge pull request #919 from attilaolah/cliYann Collet2020-09-231-6/+9
|\
| * Add CMake option LZ4_BUILD_CLI.Attila Oláh2020-09-231-6/+9
|/
* comment bug on older versions of ZSTD_compress_destSize()Yann Collet2020-09-181-1/+12
* Merge pull request #918 from lz4/usan_nullYann Collet2020-09-186-12/+66
|\
| * fixed ubsan tests with dynamic libraryYann Collet2020-09-172-3/+7
| * ubsan: make pointer overflow recoverableYann Collet2020-09-171-1/+1
| * fixed lz4frame with blocks of size 1Yann Collet2020-09-173-24/+27
| * Merge branch 'usan_null' of github.com:Cyan4973/lz4 into usan_nullYann Collet2020-09-172-4/+4
| |\
| | * Merge branch 'usan_null' of github.com:lz4/lz4 into usan_nullYann Collet2020-09-171-2/+5
| | |\
| | * | fix ubsan testYann Collet2020-09-172-4/+4
| * | | added the actual code changeYann Collet2020-09-171-6/+53
| | |/ | |/|
* | | Merge pull request #913 from lz4/usan_nullYann Collet2020-09-171-0/+11
|\ \ \ | |/ /
| * | fix #847Yann Collet2020-09-151-2/+5
| |/
| * added test triggering NULL arithmetic with usanYann Collet2020-09-151-0/+8
|/
* Merge pull request #910 from lz4/extraInputYann Collet2020-08-276-49/+128
|\
| * fixed minor pre-existing printf formattingYann Collet2020-08-271-2/+2
| * fixed strict c90 supportYann Collet2020-08-271-2/+0