aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4frame.c
AgeCommit message (Expand)Author
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
2017-08-11restored block checksum capability at lz4frame API levelYann Collet
2017-08-10implemented lz4frame decompression APIYann Collet
2017-08-10support dictionary compression with independent blocksYann Collet
2017-08-10dictionary compression correctly uses compression levelYann Collet
2017-08-09fixed C++ conversion warningsYann Collet
2017-08-09fixed uninitialization error in lz4frameYann Collet
2017-08-09implemented dictionary compression in lz4frameYann Collet
2017-08-08added dictID inside LZ4F_frameInfo_tYann Collet
2017-06-19Fix gcc7 Wimplicit-fallthrough warningsChocobo1
2017-05-10added test for LZ4F_resetDecompressionContext()Yann Collet
2017-05-10expose LZ4F_resetDecompressionContext()Yann Collet
2017-04-09lz4frame : Added negative compression levelsYann Collet
2017-04-09ensure lz4f_cctx internal buffer size remain valid in case of malloc errorYann Collet
2017-04-08lz4frame : control lz4 context creation successYann Collet
2017-03-29fixed minor Visual warningYann Collet
2017-03-29Improved comments on LZ4F_getFrameInfo()Yann Collet
2017-03-28Safer LZ4_getFrameInfo()Yann Collet
2017-03-17added `extern C` for lz4.h static sectionYann Collet