aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4.c
AgeCommit message (Expand)Author
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-07fixed fuzzer testYann Collet
2018-09-07first sketch for a byte-accurate partial decoderYann Collet
2018-09-07updated API documentationYann Collet
2018-05-22Also Fix Appveyor Cast WarningW. 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-05small extDict : fixed side-effectYann Collet
2018-05-05fixed frametest errorYann Collet
2018-05-03fix comments / indentationCyan4973
2018-05-02introduce LZ4_decoderRingBufferSize()Yann Collet
2018-05-02simplify shortcutYann Collet
2018-04-30Merge pull request #527 from svpv/fastDecYann Collet
2018-04-29Merge pull request #515 from svpv/refactorDecYann Collet
2018-04-28lz4.c: two-stage shortcut for LZ4_decompress_genericAlexey Tourbin
2018-04-27Merge pull request #519 from lz4/fdParserYann Collet
2018-04-27ensure favorDecSpeed is properly initializedYann Collet
2018-04-27lz4.c: fixed the LZ4_decompress_fast_continue caseAlexey Tourbin
2018-04-26Merge _destSize Compress Variant into LZ4_compress_generic()W. Felix Handte
2018-04-26lz4.c: fixed the LZ4_decompress_safe_continue caseAlexey Tourbin
2018-04-25lz4.c: refactor the decoding routinesAlexey Tourbin
2018-04-24Merge pull request #511 from lz4/decFastYann Collet
2018-04-23re-ordered parenthesisCyan4973
2018-04-23Merge pull request #507 from lz4/clangPerfYann Collet
2018-04-23disable shortcut for LZ4_decompress_fast()Cyan4973
2018-04-23Fix compilation error and assert.Nick Terrell
2018-04-23Fix input size validation edge casesNick Terrell
2018-04-21fixed incorrect commentCyan4973
2018-04-20fixed clang performance in lz4_fastYann Collet
2018-04-19Merge pull request #503 from lz4/l120Yann Collet
2018-04-19Merge pull request #502 from lhacc1/devYann Collet
2018-04-19modified indentation for consistencyYann Collet
2018-04-18minor length reduction of several large linesYann Collet
2018-04-18Wrap likely/unlikely macroses with #ifndefDmitrii Rodionov
2018-04-17fixed LZ4_compress_fast_extState_fastReset() in 32-bit modeYann Collet
2018-04-17fix dictDelta setting errorYann Collet
2018-04-17fix matchIndex overflowYann Collet
2018-04-17Merge branch 'dev' into lowAddrYann Collet
2018-04-17Always Bump Offset by 64 KB in LZ4_loadDict()W. Felix Handte
2018-04-16fixed dictCtx compressionYann Collet
2018-04-16edited a few traces for debuggingYann Collet
2018-04-16fixed minor format warningsYann Collet
2018-04-16fixed gcc performance regressionYann Collet
2018-04-13fixed minor unused variable warningYann Collet
2018-04-13added comment on variables required after _next_matchYann Collet
2018-04-13fixed potential ptrdiff_t overflow (32-bits mode)Yann Collet
2018-04-13compatibility with gcc-4.4 string.h versionCyan4973