aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-11-11Add product_available to product available modulesJustin Yun
2020-10-19Rename ART release APEX to com.android.art.Martin Stjernholm
2020-06-11Make liblz4 buildable for native_bridgeVictor Khimenko
2020-05-28Set apex_available propertyJiyong Park
2020-04-09Upgrade to lz v1.9.1.Elliott Hughes
2020-04-07Merge "Make lz4 available to adbd."Josh Gao
2020-04-01Make lz4 available to adbd.Josh Gao
2020-03-25Remove redundant NOTICE symbolic link.Bob Badour
2019-08-09[LZ4_compress_destSize] Fix off-by-one errorNick Terrell
2019-08-06Only Bump Offset When Attaching Non-Null DictionaryW. Felix Handte
2019-08-06Add Attach Dict Debug LogW. Felix Handte
2019-08-06Make Attaching an Empty Dict Behave the Same as Using it DirectlyW. Felix Handte
2019-08-06Merge pull request #772 from lz4/offset0Yann Collet
2019-08-06silence msan warning when offset==0Yann Collet
2019-07-31[lz4hc] Chain swap with accelerationNick Terrell
2019-07-31[lz4hc] Only allow chain swapping forwardsNick Terrell
2019-07-31[lz4hc] Fix pattern detection end of dictionaryNick Terrell
2019-07-31[lz4hc] Fix minor pessimization in extDict pattern matchingNick Terrell
2019-07-31[lz4hc] Improve pattern detection in ext dictNick Terrell
2019-07-24[LZ4HC] Speed up pattern compression with external dictionaryNick Terrell
2019-07-19Merge pull request #763 from terrelln/unusedYann Collet
2019-07-19Merge pull request #760 from terrelln/destSizeYann Collet
2019-07-19[lz4frame] Fix unused variable warnings in fuzzing modeNick Terrell
2019-07-18[lz4frame] Skip magic and checksums in fuzzing modeNick Terrell
2019-07-18Fix LZ4_attach_dictionary with empty dictionaryNick Terrell
2019-07-18[LZ4_compress_destSize] Fix off-by-one error in fixNick Terrell
2019-07-18Unconditionally Clear `dictCtx`W. Felix Handte
2019-07-18Fix Data Corruption Bug when Streaming with an Attached Dict in HC ModeW. Felix Handte
2019-07-17[LZ4_compress_destSize] Fix overflow conditionNick Terrell
2019-07-17[LZ4_compress_destSize] Fix rare data corruption bugNick Terrell
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