aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-17[LZ4_compress_destSize] Allow 2 more bytes of match lengthNick Terrell
2019-07-16Merge pull request #752 from terrelln/fuzzersYann Collet
2019-07-15[lz4] Fix bugs in partial decodingNick Terrell
2019-07-15ensure conformance with custom LZ4_DISTANCE_MAXYann Collet
2019-07-15bugfix: correctly control the offset < LZ4_DISTANCE_MAX,when change the value...Hitatm
2019-07-04Remove an useless declarationSylvestre Ledru
2019-07-01bumped version number to v1.9.2Yann Collet
2019-06-28Fix out-of-bounds read of up to 64 KB in the pastNick Terrell
2019-06-06precise again that LZ4 decoder needs metadataYann Collet
2019-06-04restored FORCE_INLINEYann Collet
2019-05-31Merge pull request #717 from lz4/inplaceYann Collet
2019-05-31added more details for in-place documentationYann Collet
2019-05-31decompress: changed final memcpy() into memmove()Yann Collet
2019-05-31FAST_DEC_LOOP: only did offset check in specific condition.Chenxi Mao
2019-05-30updated LZ4_DECOMPRESS_INPLACE_MARGINYann Collet
2019-05-30add more doc on in-place (de)compressionYann Collet
2019-05-29some more minor conversion warnings fixesYann Collet
2019-05-29ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any o...Yann Collet
2019-05-29added comments and macros for in-place (de)compressionYann Collet
2019-05-24fix temporary buffer use when input size hint is respectedNiko Dzhus
2019-05-16Merge pull request #708 from gabrielstedman/listYann Collet
2019-05-15Add multiframe report to --list commandgstedman
2019-05-07enable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC by defaultGeorge Prekas
2019-04-25Include block checksum in worst case scenario calculation of dstCapacityBrenden Eng
2019-04-24several minor style changes recommended by clang-tidyYann Collet
2019-04-23Merge pull request #697 from ldv-alt/fixes/test-amalgamationYann Collet
2019-04-23test-amalgamation: use a single cat commandDmitry V. Levin
2019-04-24lib/Makefile: Fix detection of `Darwin`.Chongyu Zhu
2019-04-23More build imrpvementsJPeterMugaas
2019-04-22Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet
2019-04-22Fix a test for mingwJPeterMugaas
2019-04-22Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas
2019-04-22Initial commits from diff I submitted earlierJPeterMugaas
2019-04-19bumped version numberYann Collet
2019-04-19lz4frame: initializers compatibility with C++Yann Collet
2019-04-18fixed read-after input in LZ4_decompress_safe()Yann Collet
2019-04-18address a few minor Visual warningsYann Collet
2019-04-17re-enable FORCE_INLINEYann Collet
2019-04-17fix out-of-bound read within LZ4_decompress_fast()Yann Collet
2019-04-17Fix AIX errors/warningsNorm Green
2019-04-16ensure consistent definition and usage of FREEMEMYann Collet
2019-04-15simplified output_directiveYann Collet
2019-04-15fix comma for pedanticYann Collet
2019-04-15unified limitedOutput_directiveYann Collet
2019-04-15decompress*_fast() function do not generate deprecation warningsYann Collet
2019-04-15fixed lz4frame with linked blocksYann Collet
2019-04-13Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet
2019-04-13fixed incorrect assertion conditionYann Collet
2019-04-12fix minor visual warningYann Collet
2019-04-12fixed minor Visual warningsYann Collet