summaryrefslogtreecommitdiff
path: root/doc/lz4frame_manual.html
AgeCommit message (Expand)AuthorFilesLines
2019-04-11improved documentation for LZ4 dictionary compressionYann Collet1-1/+1
2019-04-11introduce LZ4_DISTANCE_MAX build macroYann Collet1-14/+47
2019-04-04make `_fast*()` decoder generate a deprecation warningYann Collet1-2/+2
2018-10-15updated code documentationYann Collet1-8/+14
2018-09-13avoid final trailing comma for enum listsYann Collet1-7/+10
2018-09-05updated documentation regarding dictionary compressionYann Collet1-2/+2
2018-04-27ensure favorDecSpeed is properly initializedYann Collet1-4/+59
2018-04-18minor length reduction of several large linesYann Collet1-21/+29
2018-02-27updated LZ4F_compressBound() documentationYann Collet1-3/+6
2018-02-26bumped version number to v1.8.2Yann Collet1-2/+2
2018-01-31refactored frameCompress exampleYann Collet1-20/+24
2018-01-13nicer console message for `make clean`Yann Collet1-12/+17
2017-08-11restored block checksum capability at lz4frame API levelYann Collet1-10/+15
2017-08-10implemented lz4frame decompression APIYann Collet1-5/+5
2017-08-10support dictionary compression with independent blocksYann Collet1-27/+28
2017-08-10dictionary compression correctly uses compression levelYann Collet1-1/+1
2017-08-09implemented dictionary compression in lz4frameYann Collet1-17/+19
2017-08-09fixed frameCompress exampleYann Collet1-16/+19
2017-05-10added test for LZ4F_resetDecompressionContext()Yann Collet1-6/+3
2017-05-10bumped version number to 1.8.0Yann Collet1-2/+2
2017-05-10updated MakefileYann Collet1-23/+52
2017-01-23added lz4frame_manual.htmlPrzemyslaw Skibinski1-0/+240