aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4hc.h
AgeCommit message (Expand)Author
2018-05-21Add `extern "C"` Guards Around Experimental HC DeclarationsW. Felix Handte
2018-04-26favorDecSpeed feature can be triggered from lz4frameYann Collet
2018-04-24Revert Stream Size Const to Correct ValueW. Felix Handte
2018-04-20Add Comments on New Public APIsW. Felix Handte
2018-04-20Add API for Attaching DictionariesW. Felix Handte
2018-04-20Remove inputBuffer from Context, Work Around its AbsenceW. Felix Handte
2018-04-19Add Fast Reset PathsW. Felix Handte
2018-04-19Add a Dictionary Context Pointer to the HC ContextW. Felix Handte
2018-02-05fuzzer: added low address compression testYann Collet
2018-01-31Ensure LZ4_DEPRECATED("...") is before LZ4LIB_APIAsger Hautop Drewsen
2017-12-20new level 10Yann Collet
2017-11-03minor comment editYann Collet
2017-11-03unified HC levelsYann Collet
2017-11-03removed ctx->searchNumYann Collet
2017-11-03LZ4_compress_HC_continue_destSize() now compatible with optimal parserYann Collet
2017-11-03removed code and reference to binary tree match finderYann Collet
2017-10-20lz4opt: added hash chain searchYann Collet
2017-08-10dictionary compression correctly uses compression levelYann Collet
2017-06-12updated NEWSYann Collet
2017-04-29liz4hc.h: fix a comment: LZ4HC_MAX_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin
2017-03-24Export deprecated symbols declared in lz4hc.hDmitry V. Levin
2017-03-17added `extern C` for lz4.h static sectionYann Collet
2017-03-16LZ4_compress_HC_continue_destSize() works as intended up to level 10Yann Collet
2017-03-16LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet
2017-03-16created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet
2017-03-08lz4hc: Add LZ4_compressHC_destSize and LZ4_compress_HC_continue_destSizeremittor
2016-12-28removed nextToUpdateBTPrzemyslaw Skibinski
2016-12-22updated a few macros namesYann Collet
2016-12-09tree update dependent from compression levelPrzemyslaw Skibinski
2016-12-09fullUpdate as a parameterPrzemyslaw Skibinski
2016-12-08slightly improved lz4opt.hPrzemyslaw Skibinski
2016-12-07fixed LZ4_STREAMHCSIZEPrzemyslaw Skibinski
2016-12-07LZ4HC_DICTIONARY_LOGSIZE 17Przemyslaw Skibinski
2016-12-07improved ratioPrzemyslaw Skibinski
2016-12-0715-bit LZ4HC_HASH_LOGPrzemyslaw Skibinski
2016-12-07LZ4HC_MAX_CLEVEL = 12Przemyslaw Skibinski
2016-12-0617-bit LZ4HC_MAXDPrzemyslaw Skibinski
2016-12-06introduced LZ4HC_compress_hashChainPrzemyslaw Skibinski
2016-11-14fixed nameless union warningsYann Collet
2016-11-12made lz4hc explicitly dependent on lz4Yann Collet
2016-11-12fixed __GNUC__ macroYann Collet
2016-11-12enabled deprecation warnings on remaining obsolete functionsYann Collet
2016-11-12update code commentsYann Collet
2016-11-11Expose internal types to remove strict aliasingNick Terrell
2016-11-09removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski
2016-11-03updated links to LZ4 repositoryPrzemyslaw Skibinski
2016-09-23Use different prefix for each file to avoid conflictKouhei Sutou
2016-09-23Add LZ4LIB_APIKouhei Sutou
2016-09-02-b# and -e# options from zstdinikep
2016-06-29stronger compilation flagsYann Collet