summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #537 from lz4/xpHCmf2Yann Collet2018-05-071-48/+81
|\
| * renamed variable for clarityYann Collet2018-05-071-12/+12
| * fixed minor conversion warningYann Collet2018-05-071-1/+2
| * small PA optimizationYann Collet2018-05-061-11/+18
| * lz4hc: fixed PA / SC parameter orderYann Collet2018-05-051-5/+5
| * lz4hc: SC only enabled for opt parserYann Collet2018-05-051-7/+7
| * fixed SC.opt integration with regular HC parserYann Collet2018-05-051-4/+4
| * lz4hc: fixed performance issueYann Collet2018-05-051-114/+20
| * integrated chain swapper into HC match finderYann Collet2018-05-051-45/+76
| * implemented search acceleratorYann Collet2018-05-031-2/+18
| * created LZ4HC_FindLongestMatch()Yann Collet2018-05-031-16/+88
* | Merge pull request #538 from lz4/frameTestErrorYann Collet2018-05-072-3/+19
|\ \
| * | small extDict : fixed side-effectYann Collet2018-05-062-3/+7
| * | fixed frametest errorYann Collet2018-05-062-1/+13
* | | Fix make installNick Terrell2018-05-041-34/+36
|/ /
* | Merge pull request #529 from felixhandte/lz4f-fast-reset-for-streaming-onlyYann Collet2018-05-032-10/+33
|\ \ | |/ |/|
| * Only Reset the LZ4 Stream when Init'ing a Streaming BlockW. Felix Handte2018-05-032-10/+33
* | Merge branch 'dev' into lz4fRingBufferYann Collet2018-05-031-10/+8
|\ \
| * \ Merge pull request #528 from lz4/complexShortcutYann Collet2018-05-032-49/+108
| |\ \
| | * | fix comments / indentationCyan49732018-05-031-10/+8
* | | | random lz4f clarificationsYann Collet2018-05-021-29/+47
* | | | Merge branch 'dev' into lz4fRingBufferYann Collet2018-05-021-13/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | increased nbAttempts for lz4 -12Yann Collet2018-05-021-13/+13
* | | introduce LZ4_decoderRingBufferSize()Yann Collet2018-05-022-26/+63
* | | simplify shortcutYann Collet2018-05-021-55/+22
* | | Merge branch 'dev' into complexShortcutYann Collet2018-05-022-53/+55
|\ \ \ | |/ /
| * | Merge pull request #521 from lz4/BD_deterministicYann Collet2018-05-011-48/+46
| |\ \
| | * | renamed variable for clarityCyan49732018-05-011-7/+7
| | * | lz4hc changed variableYann Collet2018-04-301-2/+2
| | * | Merge branch 'dev' into BD_deterministicYann Collet2018-04-275-38/+68
| | |\ \
| | * | | fix lz4hc -BD non-determinismYann Collet2018-04-271-3/+2
| | * | | lz4hc : minor editions for clarityYann Collet2018-04-271-38/+37
| * | | | clarified streaming decompression functionYann Collet2018-04-301-5/+9
| | |_|/ | |/| |
* | | | 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 #523 from svpv/makeV1Yann Collet2018-04-291-28/+34
|\ \ \ \
| * | | | lib/Makefile: show commands with V=1Alexey Tourbin2018-04-281-28/+34
| |/ / /
* | | | 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 #520 from felixhandte/frame-dict-nitsYann Collet2018-04-272-8/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Avoid Possibly Redundant Table Clears When Loading HC DictW. Felix Handte2018-04-272-2/+2
| * | | Remove Redundant LZ4_resetStream() CallW. Felix Handte2018-04-271-2/+1
| * | | Rename LZ4F_applyCDict() -> LZ4F_initStream()W. Felix Handte2018-04-271-4/+12
| | |/ | |/|
* | | Merge pull request #519 from lz4/fdParserYann Collet2018-04-275-38/+68
|\ \ \ | |/ / |/| |
| * | ensure favorDecSpeed is properly initializedYann Collet2018-04-272-8/+8
| * | fixed a number of minor cast warningsYann Collet2018-04-272-6/+5
| * | fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet2018-04-262-2/+2
| * | favorDecSpeed feature can be triggered from lz4frameYann Collet2018-04-264-11/+27