summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix minor explicit castYann Collet2020-10-311-1/+1
* reduce new test stack usageYann Collet2020-10-031-10/+12
* Appveyor: added compilation and runtime fuzzer testsYann Collet2020-10-031-3/+9
* preserver alignment test on Visual Studio x64Yann Collet2020-10-021-16/+19
* fixed x32 test on TravisYann Collet2020-10-021-5/+2
* fix cppcheck unused variable warningYann Collet2020-10-021-0/+1
* added LZ4_streamHC_t init testYann Collet2020-10-021-2/+21
* 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
| * fix #783Yann Collet2020-08-273-32/+49
| * Merge branch 'dev' into extraInputYann Collet2020-08-2738-178/+259
| |\ | |/ |/|
* | Merge pull request #909 from lz4/fasterCountYann Collet2020-08-262-45/+71
|\ \