summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix: Disable LZ4HC correspond functions when LZ4_STATIC_LINKING_ONLY_DISABLE_...Takayuki Matsuoka2022-08-071-1/+3
* removed ->dictBase from lz4hc stateYann Collet2022-07-131-1/+1
* removed ->base from lz4hc stateYann Collet2022-07-131-1/+1
* minor : specify min versions for library version identifiersYann Collet2022-07-121-24/+5
* clarify static sizes of states for static allocationYann Collet2022-07-121-18/+17
* Change definitions of LZ4_STREAMSIZE, LZ4_STREAMDECODESIZE and LZ4_STREAMHCSI...jonrumsey2022-07-111-1/+19
* Fix typos found by codespellDimitri Papadopoulos2021-11-251-1/+1
* updated license & header datesYann Collet2020-11-251-1/+1
* static state sizeYann Collet2020-11-071-2/+2
* unified internal state declarationYann Collet2020-11-071-40/+15
* ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any o...Yann Collet2019-05-291-0/+3
* added versions in commentsYann Collet2019-04-101-1/+5
* re-enable LZ4_resetStreamHC()Yann Collet2019-04-091-1/+1
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-091-3/+3
* created LZ4_initStream()Yann Collet2019-04-051-2/+2
* created LZ4_initStreamHC()Yann Collet2019-04-051-26/+49
* moved LZ4_decompress_fast*() into deprecated sectionYann Collet2019-04-041-1/+1
* fixed an old bug in LZ4F_flush()Yann Collet2019-04-031-19/+42
* moved _destSize() into "stable API" statusYann Collet2019-04-031-41/+41
* Merge pull request #593 from felixhandte/lz4hc-publish-staticYann Collet2018-10-161-12/+23
|\
| * Make LZ4HC Experimental Functions Dynamically PublishableW. Felix Handte2018-10-161-12/+23
* | Adding information about dirty context for _HC_ family of functionsOleg Khabinov2018-10-101-2/+11
|/
* increase size of LZ4 contexts for 128-bit systemsYann Collet2018-09-181-10/+20
* increase lz4hc context size as constant for 128-bit systemsYann Collet2018-09-181-6/+6
* Add `extern "C"` Guards Around Experimental HC DeclarationsW. Felix Handte2018-05-221-0/+8
* favorDecSpeed feature can be triggered from lz4frameYann Collet2018-04-261-5/+13
* Revert Stream Size Const to Correct ValueW. Felix Handte2018-04-241-1/+1
* Add Comments on New Public APIsW. Felix Handte2018-04-201-0/+29
* Add API for Attaching DictionariesW. Felix Handte2018-04-201-0/+27
* Remove inputBuffer from Context, Work Around its AbsenceW. Felix Handte2018-04-201-3/+8
* Add Fast Reset PathsW. Felix Handte2018-04-201-0/+2
* Add a Dictionary Context Pointer to the HC ContextW. Felix Handte2018-04-201-5/+9
* fuzzer: added low address compression testYann Collet2018-02-051-4/+4
* Ensure LZ4_DEPRECATED("...") is before LZ4LIB_APIAsger Hautop Drewsen2018-01-311-17/+17
* new level 10Yann Collet2017-12-201-1/+1
* minor comment editYann Collet2017-11-031-22/+19
* unified HC levelsYann Collet2017-11-031-2/+1
* removed ctx->searchNumYann Collet2017-11-031-3/+1
* LZ4_compress_HC_continue_destSize() now compatible with optimal parserYann Collet2017-11-031-2/+2
* removed code and reference to binary tree match finderYann Collet2017-11-031-2/+2
* lz4opt: added hash chain searchYann Collet2017-10-211-1/+1
* dictionary compression correctly uses compression levelYann Collet2017-08-101-7/+16
* updated NEWSYann Collet2017-06-121-2/+2
* liz4hc.h: fix a comment: LZ4HC_MAX_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin2017-04-291-2/+2
* Export deprecated symbols declared in lz4hc.hDmitry V. Levin2017-03-241-17/+17
* added `extern C` for lz4.h static sectionYann Collet2017-03-171-1/+1
* LZ4_compress_HC_continue_destSize() works as intended up to level 10Yann Collet2017-03-161-0/+2
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-10/+10
* created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet2017-03-161-10/+47
* lz4hc: Add LZ4_compressHC_destSize and LZ4_compress_HC_continue_destSizeremittor2017-03-081-0/+2