summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
Commit message (Expand)AuthorAgeFilesLines
* clarify constant MFLIMITYann Collet2018-09-111-4/+5
* fixed minor warning in fuzzer.cYann Collet2018-09-101-6/+8
* restored nullifying outputYann Collet2018-09-101-1/+5
* removed temporary debug tracesYann Collet2018-09-101-2/+0
* fixed fuzzer testYann Collet2018-09-081-4/+6
* first sketch for a byte-accurate partial decoderYann Collet2018-09-071-47/+79
* updated API documentationYann Collet2018-09-071-2/+2
* Also Fix Appveyor Cast WarningW. Felix Handte2018-05-221-1/+1
* Remove #define-rename of `LZ4_decompress_safe_forceExtDict`W. Felix Handte2018-05-221-8/+8
* Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte2018-05-221-0/+15
* small extDict : fixed side-effectYann Collet2018-05-061-3/+6
* fixed frametest errorYann Collet2018-05-061-1/+12
* fix comments / indentationCyan49732018-05-031-10/+8
* introduce LZ4_decoderRingBufferSize()Yann Collet2018-05-021-7/+26
* simplify shortcutYann Collet2018-05-021-55/+22
* Merge pull request #527 from svpv/fastDecYann Collet2018-04-301-25/+82
|\
| * lz4.c: two-stage shortcut for LZ4_decompress_genericAlexey Tourbin2018-04-281-25/+82
* | Merge pull request #515 from svpv/refactorDecYann Collet2018-04-291-49/+114
|\ \ | |/ |/|
| * lz4.c: fixed the LZ4_decompress_fast_continue caseAlexey Tourbin2018-04-271-2/+22
| * lz4.c: fixed the LZ4_decompress_safe_continue caseAlexey Tourbin2018-04-261-17/+36
| * lz4.c: refactor the decoding routinesAlexey Tourbin2018-04-251-53/+79
* | Merge pull request #519 from lz4/fdParserYann Collet2018-04-271-3/+3
|\ \
| * | ensure favorDecSpeed is properly initializedYann Collet2018-04-271-3/+3
* | | Merge _destSize Compress Variant into LZ4_compress_generic()W. Felix Handte2018-04-261-190/+66
|/ /
* | Merge pull request #511 from lz4/decFastYann Collet2018-04-241-3/+5
|\ \
| * | re-ordered parenthesisCyan49732018-04-241-2/+3
| * | disable shortcut for LZ4_decompress_fast()Cyan49732018-04-231-3/+4
* | | Merge pull request #507 from lz4/clangPerfYann Collet2018-04-231-5/+11
|\ \ \ | |/ / |/| |
| * | fixed incorrect commentCyan49732018-04-211-3/+3
| * | fixed clang performance in lz4_fastYann Collet2018-04-211-3/+9
| |/
* | Fix compilation error and assert.Nick Terrell2018-04-231-1/+1
* | Fix input size validation edge casesNick Terrell2018-04-231-2/+6
|/
* Merge pull request #503 from lz4/l120Yann Collet2018-04-191-24/+70
|\
| * modified indentation for consistencyYann Collet2018-04-191-17/+33
| * minor length reduction of several large linesYann Collet2018-04-181-23/+53
* | Merge pull request #502 from lhacc1/devYann Collet2018-04-191-0/+4
|\ \ | |/ |/|
| * Wrap likely/unlikely macroses with #ifndefDmitrii Rodionov2018-04-181-0/+4
* | fixed LZ4_compress_fast_extState_fastReset() in 32-bit modeYann Collet2018-04-171-2/+2
* | fix dictDelta setting errorYann Collet2018-04-171-1/+1
* | fix matchIndex overflowYann Collet2018-04-171-12/+4
* | Merge branch 'dev' into lowAddrYann Collet2018-04-171-2/+9
|\ \ | |/
| * Always Bump Offset by 64 KB in LZ4_loadDict()W. Felix Handte2018-04-171-2/+9
* | fixed dictCtx compressionYann Collet2018-04-171-7/+12
* | edited a few traces for debuggingYann Collet2018-04-171-7/+7
* | fixed minor format warningsYann Collet2018-04-161-3/+3
* | fixed gcc performance regressionYann Collet2018-04-161-2/+4
* | fixed minor unused variable warningYann Collet2018-04-131-3/+0
* | added comment on variables required after _next_matchYann Collet2018-04-131-0/+8
* | fixed potential ptrdiff_t overflow (32-bits mode)Yann Collet2018-04-131-14/+11
* | compatibility with gcc-4.4 string.h versionCyan49732018-04-131-3/+3