aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4frame.h
AgeCommit message (Expand)Author
2018-04-18minor length reduction of several large linesYann Collet
2018-02-27updated LZ4F_compressBound() documentationYann Collet
2018-01-31refactored frameCompress exampleYann Collet
2018-01-13modified formulation for LZ4F_compressBound()Yann Collet
2018-01-13updated LZ4F_decompress() documentationYann 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-10fixed gcc prototype warningYann Collet
2017-08-10dictionary compression correctly uses compression levelYann Collet
2017-08-09implemented dictionary compression in lz4frameYann Collet
2017-08-08added dictID inside LZ4F_frameInfo_tYann Collet
2017-06-13clarified lz4frame api comment (#350)Yann Collet
2017-05-10added test for LZ4F_resetDecompressionContext()Yann Collet
2017-05-10updated MakefileYann Collet
2017-05-10expose LZ4F_resetDecompressionContext()Yann Collet
2017-04-26[LZ4F] Allow users to disable LZ4F_DEPRECATENick Terrell
2017-04-09lz4frame : Added negative compression levelsYann Collet
2017-03-29Improved comments on LZ4F_getFrameInfo()Yann Collet
2017-03-28Safer LZ4_getFrameInfo()Yann Collet
2017-03-24fixed API comment for LZ4F_createCompressionContext()Yann Collet
2017-03-17added `extern C` for lz4.h static sectionYann Collet
2017-03-16LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet
2017-03-10Explicitly set visibility of public API functions when gcc is usedDmitry V. Levin
2017-02-08updated comments on block sizesYann Collet
2017-01-23lz4frame.h: added IntroductionPrzemyslaw Skibinski
2017-01-23lz4frame.h: prepared to generate manualPrzemyslaw Skibinski
2016-12-21LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress...Yann Collet
2016-11-21added a few datesYann Collet
2016-11-21added doc in code commentsYann Collet
2016-11-11updated frametestYann Collet
2016-11-09removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski
2016-11-07updated declaration of LZ4F_freeDecompressionContextPrzemyslaw Skibinski
2016-11-07fixed appveyor.ymlPrzemyslaw Skibinski
2016-11-04restricted deprecation warning to fairly recent gcc versions (>=6.0)Yann Collet
2016-11-04lz4frame obsolete enum should trigger deprecation warnings (on supported comp...Yann Collet
2016-11-03fix #198 : no longer requires to restart streaming decompression from where i...Yann Collet
2016-11-03fixed strict warningsYann Collet
2016-11-03updated commentsYann Collet
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-08-11minor comments clarificationYann Collet
2016-08-11Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frameYann Collet
2016-02-12Remove whitespace from ends of linesJulius Werner
2015-09-01Updated Makefile and .travisYann Collet
2015-04-27moved lz4frame context types to incomplete typedefYann Collet
2015-04-24Increased aligment requirement for lz4frame context pointerYann Collet
2015-04-24Modified lz4frame context typedef, to enforce stricter alignment conditionYann Collet
2015-04-20Updated LZ4F_freeDecompressionContext(), to provide stage hint as resultYann Collet