summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.c
Commit message (Expand)AuthorAgeFilesLines
* small extDict : fixed side-effectYann Collet2018-05-061-0/+1
* fixed frametest errorYann Collet2018-05-061-0/+1
* Merge pull request #529 from felixhandte/lz4f-fast-reset-for-streaming-onlyYann Collet2018-05-031-5/+14
|\
| * Only Reset the LZ4 Stream when Init'ing a Streaming BlockW. Felix Handte2018-05-031-5/+14
* | random lz4f clarificationsYann Collet2018-05-021-29/+47
|/
* Merge pull request #520 from felixhandte/frame-dict-nitsYann Collet2018-04-271-7/+14
|\
| * Avoid Possibly Redundant Table Clears When Loading HC DictW. Felix Handte2018-04-271-1/+1
| * 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-271-0/+3
|\ \ | |/ |/|
| * fixed a number of minor cast warningsYann Collet2018-04-271-1/+1
| * fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet2018-04-261-1/+1
| * favorDecSpeed feature can be triggered from lz4frameYann Collet2018-04-261-0/+3
* | Limit Dictionary Size During LZ4F DecompressionW. Felix Handte2018-04-261-4/+21
|/
* Change Over Includes in the ProjectW. Felix Handte2018-04-241-1/+2
* Remove Debug Log StatementsW. Felix Handte2018-04-241-21/+0
* Add API for Attaching DictionariesW. Felix Handte2018-04-201-2/+1
* Use Fast Reset in LZ4F AgainW. Felix Handte2018-04-201-1/+1
* Use Fast Reset API in LZ4FW. Felix Handte2018-04-201-1/+1
* Call LZ4F_applyCDict Even on NULL CDictW. Felix Handte2018-04-201-1/+1
* Set dictCtx Rather than memcpy'ing CtxW. Felix Handte2018-04-201-6/+3
* Add Debug Log Statements to HCW. Felix Handte2018-04-201-0/+21
* Minor FixesW. Felix Handte2018-04-111-2/+0
* Add a LZ4_STATIC_LINKING_ONLY Macro to Guard Experimental APIsW. Felix Handte2018-04-111-0/+1
* Expose dictCtx Functionality in LZ4W. Felix Handte2018-04-111-2/+1
* Rename _extState_noReset -> _extState_fastReset and Edit CommentsW. Felix Handte2018-04-111-1/+1
* Expose a Faster Stream Reset FunctionW. Felix Handte2018-04-101-3/+1
* fix comment styleYann Collet2018-03-211-2/+2
* Switch ALLOC() to ALLOC_AND_ZERO() to Paper Over Existing Uninitialized ReadW. Felix Handte2018-03-131-1/+1
* Split lz4CtxLevel into Two FieldsW. Felix Handte2018-03-131-17/+10
* Another Allocation Fail CheckW. Felix Handte2018-03-131-1/+2
* Renames and Comment FixesW. Felix Handte2018-03-121-1/+1
* Hoist LZ4F Dictionary Setup into Helper LZ4F_applyCDict()W. Felix Handte2018-03-121-47/+25
* Minor Style FixesW. Felix Handte2018-03-121-9/+9
* Replace calloc() Calls With malloc() Where PossibleW. Felix Handte2018-03-121-15/+16
* Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte2018-03-121-22/+53
* Set Dictionary Context Pointer Rather than Copying the Context InW. Felix Handte2018-03-121-6/+29
* Only Re-Alloc / Reset When Needed When Switching Between Regular and High Com...W. Felix Handte2018-03-121-13/+27
* Avoid Resetting the Context When PossibleW. Felix Handte2018-03-121-2/+19
* refactored frameCompress exampleYann Collet2018-01-311-1/+2
* lz4frame : removed some intermediate stage from LZ4F_decompress()Yann Collet2018-01-141-16/+6
* ensure a ptr is non-nullYann Collet2018-01-141-0/+9
* modified formulation for LZ4F_compressBound()Yann Collet2018-01-141-5/+5
* [lz4f] Skip memcpy() on empty dictionaryNick Terrell2018-01-051-2/+4
* minor comment editYann Collet2017-11-031-4/+4
* fixed decoding block checksum in lz4frameYann Collet2017-10-041-4/+3
* minor lz4frame code refactorYann Collet2017-09-231-50/+54
* Fix Segfault When Copying DictW. Felix Handte2017-09-221-0/+1
* fix : asan error in dctx, due to increased maximum frame header size, reporte...v1.8.0Yann Collet2017-08-171-3/+3
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-315/+384