summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.c
Commit message (Expand)AuthorAgeFilesLines
...
| * fixed minor Visual warningsYann Collet2019-04-121-12/+12
* | fixed incorrect assertion conditionYann Collet2019-04-131-1/+1
|/
* made LZ4F_getHeaderSize() publicYann Collet2019-04-101-42/+48
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-091-1/+2
* created LZ4_initStream()Yann Collet2019-04-051-2/+2
* created LZ4_initStreamHC()Yann Collet2019-04-051-57/+69
* fixed an old bug in LZ4F_flush()Yann Collet2019-04-031-47/+67
* Make LZ4F_getBlockSize public and publis in experimental sectionTim Zakian2019-01-091-8/+7
* [amalgamation] lz4frame.cBing Xu2018-11-261-0/+7
* fixed #589Yann Collet2018-10-091-1/+5
* added a test for LZ4F_compressEnd()Yann Collet2018-10-091-11/+14
* fixed improper hintYann Collet2018-09-281-3/+5
* fixed minor cppcheck warnings in libYann Collet2018-09-181-7/+7
* avoid final trailing comma for enum listsYann Collet2018-09-131-5/+5
* Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu2018-06-271-2/+2
* 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