summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.h
Commit message (Expand)AuthorAgeFilesLines
...
* implemented lz4frame decompression APIYann Collet2017-08-101-5/+5
* support dictionary compression with independent blocksYann Collet2017-08-101-31/+32
* fixed gcc prototype warningYann Collet2017-08-101-1/+1
* dictionary compression correctly uses compression levelYann Collet2017-08-101-1/+3
* implemented dictionary compression in lz4frameYann Collet2017-08-091-19/+20
* added dictID inside LZ4F_frameInfo_tYann Collet2017-08-091-2/+3
* clarified lz4frame api comment (#350)Yann Collet2017-06-131-15/+17
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-101-6/+3
* updated MakefileYann Collet2017-05-101-1/+1
* expose LZ4F_resetDecompressionContext()Yann Collet2017-05-101-0/+11
* [LZ4F] Allow users to disable LZ4F_DEPRECATENick Terrell2017-04-261-5/+9
* lz4frame : Added negative compression levelsYann Collet2017-04-091-1/+1
* Improved comments on LZ4F_getFrameInfo()Yann Collet2017-03-291-5/+9
* Safer LZ4_getFrameInfo()Yann Collet2017-03-291-11/+16
* fixed API comment for LZ4F_createCompressionContext()Yann Collet2017-03-241-1/+1
* added `extern C` for lz4.h static sectionYann Collet2017-03-171-13/+12
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-2/+2
* Explicitly set visibility of public API functions when gcc is usedDmitry V. Levin2017-03-101-0/+4
* updated comments on block sizesYann Collet2017-02-081-2/+8
* lz4frame.h: added IntroductionPrzemyslaw Skibinski2017-01-231-0/+9
* lz4frame.h: prepared to generate manualPrzemyslaw Skibinski2017-01-231-20/+20
* LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress...Yann Collet2016-12-211-11/+12
* added a few datesYann Collet2016-11-211-1/+1
* added doc in code commentsYann Collet2016-11-211-0/+8
* updated frametestYann Collet2016-11-111-2/+3
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-091-6/+4
* updated declaration of LZ4F_freeDecompressionContextPrzemyslaw Skibinski2016-11-071-1/+1
* fixed appveyor.ymlPrzemyslaw Skibinski2016-11-071-1/+1
* restricted deprecation warning to fairly recent gcc versions (>=6.0)Yann Collet2016-11-051-1/+1
* lz4frame obsolete enum should trigger deprecation warnings (on supported comp...Yann Collet2016-11-041-14/+21
* fix #198 : no longer requires to restart streaming decompression from where i...Yann Collet2016-11-041-10/+9
* fixed strict warningsYann Collet2016-11-041-16/+16
* updated commentsYann Collet2016-11-041-50/+57
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
* Use different prefix for each file to avoid conflictKouhei Sutou2016-09-231-23/+23
* Add LZ4LIB_APIKouhei Sutou2016-09-221-20/+36
* minor comments clarificationYann Collet2016-08-111-24/+24
* Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frameYann Collet2016-08-111-5/+5
* Remove whitespace from ends of linesJulius Werner2016-02-131-1/+1
* Updated Makefile and .travisYann Collet2015-09-011-15/+15
* moved lz4frame context types to incomplete typedefYann Collet2015-04-271-6/+6
* Increased aligment requirement for lz4frame context pointerYann Collet2015-04-241-3/+3
* Modified lz4frame context typedef, to enforce stricter alignment conditionYann Collet2015-04-241-2/+2
* Updated LZ4F_freeDecompressionContext(), to provide stage hint as resultYann Collet2015-04-201-0/+2
* Changed LZ4F compressionLevel from unsigned to signed, in anticipation for LZ...Yann Collet2015-04-201-3/+3
* Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header deco...Yann Collet2015-04-191-11/+9
* minor header refactoringYann Collet2015-04-161-16/+15
* Add LZ4F_OBSOLETE_ENUM() to describe obsolete enumsTakayuki MATSUOKA2015-04-161-19/+45
* Issue#90 : Change old enum to macro to maximize compatibilityTakayuki MATSUOKA2015-04-141-4/+13
* Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-141-6/+13