aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4frame.c
AgeCommit message (Expand)Author
2018-06-27Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu
2018-05-05small extDict : fixed side-effectYann Collet
2018-05-05fixed frametest errorYann Collet
2018-05-03Merge pull request #529 from felixhandte/lz4f-fast-reset-for-streaming-onlyYann Collet
2018-05-03Only Reset the LZ4 Stream when Init'ing a Streaming BlockW. Felix Handte
2018-05-02random lz4f clarificationsYann Collet
2018-04-27Merge pull request #520 from felixhandte/frame-dict-nitsYann Collet
2018-04-27Merge pull request #519 from lz4/fdParserYann Collet
2018-04-27Avoid Possibly Redundant Table Clears When Loading HC DictW. Felix Handte
2018-04-27Remove Redundant LZ4_resetStream() CallW. Felix Handte
2018-04-27Rename LZ4F_applyCDict() -> LZ4F_initStream()W. Felix Handte
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-26Limit Dictionary Size During LZ4F DecompressionW. Felix Handte
2018-04-24Change Over Includes in the ProjectW. Felix Handte
2018-04-24Remove Debug Log StatementsW. Felix Handte
2018-04-20Add API for Attaching DictionariesW. Felix Handte
2018-04-19Use Fast Reset in LZ4F AgainW. Felix Handte
2018-04-19Use Fast Reset API in LZ4FW. Felix Handte
2018-04-19Call LZ4F_applyCDict Even on NULL CDictW. Felix Handte
2018-04-19Set dictCtx Rather than memcpy'ing CtxW. Felix Handte
2018-04-19Add Debug Log Statements to HCW. Felix Handte
2018-04-11Minor FixesW. Felix Handte
2018-04-11Add a LZ4_STATIC_LINKING_ONLY Macro to Guard Experimental APIsW. Felix Handte
2018-04-11Expose dictCtx Functionality in LZ4W. Felix Handte
2018-04-11Rename _extState_noReset -> _extState_fastReset and Edit CommentsW. Felix Handte
2018-04-10Expose a Faster Stream Reset FunctionW. Felix Handte
2018-03-21fix comment styleYann Collet
2018-03-13Switch ALLOC() to ALLOC_AND_ZERO() to Paper Over Existing Uninitialized ReadW. Felix Handte
2018-03-13Split lz4CtxLevel into Two FieldsW. Felix Handte
2018-03-13Another Allocation Fail CheckW. Felix Handte
2018-03-12Renames and Comment FixesW. Felix Handte
2018-03-12Hoist LZ4F Dictionary Setup into Helper LZ4F_applyCDict()W. Felix Handte
2018-03-12Minor Style FixesW. Felix Handte
2018-03-12Replace calloc() Calls With malloc() Where PossibleW. Felix Handte
2018-03-12Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte
2018-03-12Set Dictionary Context Pointer Rather than Copying the Context InW. Felix Handte
2018-03-12Only Re-Alloc / Reset When Needed When Switching Between Regular and High Com...W. Felix Handte
2018-03-12Avoid Resetting the Context When PossibleW. Felix Handte
2018-01-31refactored frameCompress exampleYann Collet
2018-01-14lz4frame : removed some intermediate stage from LZ4F_decompress()Yann Collet
2018-01-13ensure a ptr is non-nullYann Collet
2018-01-13modified formulation for LZ4F_compressBound()Yann Collet
2018-01-05[lz4f] Skip memcpy() on empty dictionaryNick Terrell
2017-11-03minor comment editYann Collet
2017-10-04fixed decoding block checksum in lz4frameYann Collet
2017-09-23minor lz4frame code refactorYann Collet
2017-09-22Fix Segfault When Copying DictW. Felix Handte
2017-08-17fix : asan error in dctx, due to increased maximum frame header size, reporte...Yann Collet