summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #678 from lz4/decFastYann Collet2019-04-186-87/+107
|\
| * fix several minor static analyzer warningsYann Collet2019-04-184-40/+52
| * fuzzer: fixed scan-build leak warningYann Collet2019-04-181-19/+10
| * fuzzer: fix explicit cast for C++Yann Collet2019-04-171-1/+1
| * re-enable FORCE_INLINEYann Collet2019-04-171-3/+0
| * fix out-of-bound read within LZ4_decompress_fast()Yann Collet2019-04-172-11/+23
| * fuzzer: added tests to detect LZ4_decompress_fast() out of bound readYann Collet2019-04-171-19/+27
|/
* Merge pull request #674 from nrgiii/devYann Collet2019-04-172-0/+10
|\
| * Merge branch 'fuzzerAix' into devNorm Green2019-04-172-0/+10
| |\ |/ /
| * Fix AIX errors/warningsNorm Green2019-04-172-0/+10
|/
* fixed version number for lz4hcYann Collet2019-04-171-1/+1
* minor benchmark updateYann Collet2019-04-162-4/+4
* ensure consistent definition and usage of FREEMEMYann Collet2019-04-162-6/+6
* minor news updateYann Collet2019-04-161-1/+1
* updated NEWS for v1.9.0Yann Collet2019-04-161-0/+12
* Merge pull request #669 from lz4/fixframeYann Collet2019-04-154-74/+67
|\
| * simplified output_directiveYann Collet2019-04-151-15/+17
| * fix comma for pedanticYann Collet2019-04-151-1/+1
| * Merge branch 'dev' into fixframeYann Collet2019-04-151-1/+1
| |\ | |/ |/|
* | added a fake initialization to please an analyzerYann Collet2019-04-151-1/+1
| * fix fuzzer tests on dirty contextYann Collet2019-04-151-3/+3
| * unified limitedOutput_directiveYann Collet2019-04-152-35/+27
| * Merge branch 'dev' into fixframeYann Collet2019-04-151-5/+4
| |\ | |/ |/|
* | added more margin for canary in frametestYann Collet2019-04-151-5/+4
| * decompress*_fast() function do not generate deprecation warningsYann Collet2019-04-151-13/+14
| * fixed lz4frame with linked blocksYann Collet2019-04-151-11/+9
|/
* frametest: removed uninitialized warningYann Collet2019-04-151-17/+26
* assert() the failed testYann Collet2019-04-151-0/+1
* fixed frametestYann Collet2019-04-151-10/+14
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2019-04-136-34/+42
|\
| * Merge pull request #668 from lz4/visualYann Collet2019-04-136-34/+42
| |\
| | * and even more visual conversion warningsYann Collet2019-04-132-10/+16
| | * some more Visual conversion warningYann Collet2019-04-131-1/+3
| | * fixed minor Visual conversion warningsYann Collet2019-04-132-7/+7
| | * fix minor visual warningYann Collet2019-04-121-2/+2
| | * fixed minor Visual warningsYann Collet2019-04-122-14/+14
* | | fixed incorrect assertion conditionYann Collet2019-04-131-1/+1
|/ /
* | updated benchmark tableYann Collet2019-04-131-12/+12
* | Merge pull request #667 from lz4/pipeMultipleYann Collet2019-04-135-20/+72
|\ \ | |/
| * added tests for -d -m -cYann Collet2019-04-123-13/+35
| * fixed lz4 -m -cYann Collet2019-04-124-16/+46
|/
* Merge pull request #666 from lz4/blockIndepYann Collet2019-04-124-14/+23
|\
| * added command -BI for "Independent Blocks"Yann Collet2019-04-124-14/+23
|/
* updated man pageYann Collet2019-04-122-6/+16
* updated doc to underline difference between block and frameYann Collet2019-04-125-26/+46
* Merge pull request #665 from lz4/dictYann Collet2019-04-116-15/+50
|\
| * improved documentation for LZ4 dictionary compressionYann Collet2019-04-116-15/+50
* | Merge pull request #664 from lz4/maxdistYann Collet2019-04-116-38/+84
|\ \ | |/
| * introduce LZ4_DISTANCE_MAX build macroYann Collet2019-04-116-38/+84
|/
* updated block format with more details on MF_LIMITYann Collet2019-04-111-12/+23