summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge branch 'dev' into fasterCountYann Collet2020-08-263-97/+146
| |\ \ | |/ / |/| |
* | | Merge pull request #908 from lz4/stdin_sizeYann Collet2020-08-263-97/+146
|\ \ \
| * | | fix test under non-interactive environmentYann Collet2020-08-251-1/+1
| * | | added more tests around --content-sizeYann Collet2020-08-251-1/+10
| * | | use variables for program invocationYann Collet2020-08-251-80/+82
| * | | Merge pull request #905 from nh2/use-fstatYann Collet2020-08-252-16/+54
| |\ \ \ |/ / / /
| * | | fixup: Portable fileno()Niklas Hambüchen2020-08-251-1/+10
| * | | fixup: C90 compliance, clean up stat() types/callsNiklas Hambüchen2020-08-251-27/+31
| * | | Use fstat() to determine file size.Niklas Hambüchen2020-08-242-3/+28
| | * | added documentation about LZ4_FORCE_SW_BITCOUNTYann Collet2020-08-262-8/+33
| | * | Merge pull request #898 from aqrit/aqrit-prefixlenYann Collet2020-08-241-45/+46
| | |\ \ | |/ / / |/| | |
| | * | silence warningaqrit2020-08-171-2/+2
| | * | rejigger bit counting intrinsicsaqrit2020-08-121-45/+46
* | | | Merge pull request #902 from lz4/realhwYann Collet2020-08-241-0/+15
|\ \ \ \
| * | | | added target aarch64, ppc64lw and s390x to TravisCIYann Collet2020-08-221-0/+15
| |/ / /
* | | | Merge pull request #907 from terrelln/travisYann Collet2020-08-241-1/+1
|\ \ \ \
| * | | | [CI][ossfuzz] Fix string equalNick Terrell2020-08-241-1/+1
| |/ / /
* | | | Merge pull request #903 from lz4/nofastforceYann Collet2020-08-241-16/+0
|\ \ \ \ | |/ / / |/| | |
| * | | removed LZ4_compress_fast_force()Yann Collet2020-08-221-16/+0
|/ / /
* | | Merge pull request #886 from servusDei2018/devYann Collet2020-08-211-3/+2
|\ \ \