aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-07-10Make liblz4 buildable for native_bridgeandroid11-devVictor Khimenko
2020-04-30Set apex_available propertyJiyong Park
2020-04-30Make lz4 available to adbd.Josh Gao
2019-01-14Merge v1.8.3 into master.Xin Li
2018-12-17Build static library for WindowsDavid Sehr
2018-09-11clarify constant MFLIMITYann Collet
2018-09-10fixed minor warning in fuzzer.cYann Collet
2018-09-10restored nullifying outputYann Collet
2018-09-10removed temporary debug tracesYann Collet
2018-09-10Merge branch 'dev' into partialDecodeYann Collet
2018-09-10Merge pull request #569 from lz4/circle2Yann Collet
2018-09-10Merge pull request #565 from lz4/lz4f_initYann Collet
2018-09-10Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet
2018-09-08Add support for MidnightBSDLucas Holt
2018-09-07fixed fuzzer testYann Collet
2018-09-07updated function interface documentationYann Collet
2018-09-07first sketch for a byte-accurate partial decoderYann Collet
2018-09-07updated API documentationYann Collet
2018-09-06Merge pull request #563 from lz4/docDictYann Collet
2018-09-05added comments on version numbersYann Collet
2018-09-05Introduced constants LZ4F_INIT_*Yann Collet
2018-09-05updated documentation regarding dictionary compressionYann Collet
2018-09-05removed one assert() conditionYann Collet
2018-09-04fixed #560Yann Collet
2018-07-28fixed spelling mistake in lz4.hJack Luo
2018-07-17Merge pull request #547 from jennifermliu/devYann Collet
2018-07-10Fix LZ4_compress_fast_continue() docsNick Terrell
2018-06-27Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu
2018-05-29Merge pull request #542 from wbx-github/devYann Collet
2018-05-22allow to override uname when cross-compilingWaldemar Brodkorb
2018-05-22Also Fix Appveyor Cast WarningW. Felix Handte
2018-05-21Add `extern "C"` Guards Around Experimental HC DeclarationsW. Felix Handte
2018-05-21Remove #define-rename of `LZ4_decompress_safe_forceExtDict`W. Felix Handte
2018-05-21Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte
2018-05-17Add Haiku as a validated target.fbrosson
2018-05-07Merge pull request #537 from lz4/xpHCmf2Yann Collet
2018-05-07renamed variable for clarityYann Collet
2018-05-07Merge pull request #538 from lz4/frameTestErrorYann Collet
2018-05-06fixed minor conversion warningYann Collet
2018-05-06small PA optimizationYann Collet
2018-05-05small extDict : fixed side-effectYann Collet
2018-05-05fixed frametest errorYann Collet
2018-05-05lz4hc: fixed PA / SC parameter orderYann Collet
2018-05-05lz4hc: SC only enabled for opt parserYann Collet
2018-05-05fixed SC.opt integration with regular HC parserYann Collet
2018-05-05lz4hc: fixed performance issueYann Collet
2018-05-04integrated chain swapper into HC match finderYann Collet
2018-05-04Fix make installNick Terrell
2018-05-03implemented search acceleratorYann Collet
2018-05-03created LZ4HC_FindLongestMatch()Yann Collet