aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4hc.c
AgeCommit message (Expand)Author
2018-09-05removed one assert() conditionYann Collet
2018-09-04fixed #560Yann Collet
2018-05-07renamed variable for clarityYann Collet
2018-05-06fixed minor conversion warningYann Collet
2018-05-06small PA optimizationYann 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-03implemented search acceleratorYann Collet
2018-05-03created LZ4HC_FindLongestMatch()Yann Collet
2018-05-02increased nbAttempts for lz4 -12Yann Collet
2018-04-30Merge pull request #521 from lz4/BD_deterministicYann Collet
2018-04-30renamed variable for clarityCyan4973
2018-04-30lz4hc changed variableYann Collet
2018-04-27Merge pull request #520 from felixhandte/frame-dict-nitsYann Collet
2018-04-27Merge branch 'dev' into BD_deterministicYann Collet
2018-04-27fix lz4hc -BD non-determinismYann Collet
2018-04-27lz4hc : minor editions for clarityYann Collet
2018-04-27Avoid Possibly Redundant Table Clears When Loading HC DictW. Felix Handte
2018-04-27ensure favorDecSpeed is properly initializedYann Collet
2018-04-26fixed a number of minor cast warningsYann Collet
2018-04-26fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet
2018-04-26favorDecSpeed feature can be triggered from lz4frameYann Collet
2018-04-26introduced ability to parse for decompression speedYann Collet
2018-04-24Remove Debug Log StatementsW. Felix Handte
2018-04-20Change vLimit CalculationW. Felix Handte
2018-04-20Remove Redundant Static AssertW. Felix Handte
2018-04-20Simpler loadDict() ResetW. Felix Handte
2018-04-20Tolerate Base Pointer UnderflowW. Felix Handte
2018-04-20Don't Segfault on Malloc FailureW. Felix Handte
2018-04-20Sign-Extend -1 to Pointer WidthW. Felix Handte
2018-04-20Fix Constant ValueW. Felix Handte
2018-04-20Handle Index Underflows SafelyW. Felix Handte
2018-04-20Consts and Asserts and Other Minor NitsW. Felix Handte
2018-04-20Add API for Attaching DictionariesW. Felix Handte
2018-04-20Also Reset the Chain TableW. Felix Handte
2018-04-20Remove inputBuffer from Context, Work Around its AbsenceW. Felix Handte
2018-04-20Remove Commented Out Support for Match Continuation over Segment BoundaryW. Felix Handte
2018-04-19Fix Signedness of ComparisonW. Felix Handte
2018-04-19Don't Clear the Dictionary Context Until No Longer UsefulW. Felix Handte
2018-04-19Copy DictCtx into Working Context on Inputs Larger than 4 KBW. Felix Handte
2018-04-19Force Inline on HashChainW. Felix Handte
2018-04-19Split DictCtx-using Code Into Separate Inlining ChainW. Felix Handte
2018-04-19Add Fast Reset PathsW. Felix Handte
2018-04-19Remove Match Upper Bounds CheckW. Felix Handte
2018-04-19Fix Some Cast/Conversion WarningsW. Felix Handte
2018-04-19Fix Offset MathW. Felix Handte
2018-04-19Reset Stream in LZ4_compress_HCW. Felix Handte