summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2019-04-05created LZ4_initStream()Yann Collet1-44/+43
2019-04-04make `_fast*()` decoder generate a deprecation warningYann Collet2-28/+41
2019-04-03fixed docYann Collet1-9/+12
2019-04-03moved _destSize() into "stable API" statusYann Collet1-7/+14
2019-01-02updated frame formatYann Collet1-7/+10
2019-01-02updated LZ4 block formatYann Collet1-36/+33
2018-11-26Merge remote-tracking branch 'upstream/master' into bootcampBing Xu1-1/+1
2018-11-24lz4_Frame_format.md: Fix typo HexaBytes -> ExabytesNiklas Hambüchen1-1/+1
2018-10-15updated code documentationYann Collet2-18/+29
2018-09-25changed LZ4_streamDecode member orderYann Collet1-10/+10
2018-09-17Merge pull request #575 from lz4/apiDocYann Collet1-65/+60
2018-09-13unpublish static-only functionYann Collet2-74/+71
2018-09-13avoid final trailing comma for enum listsYann Collet2-10/+13
2018-09-12removed image from repositoryYann Collet1-0/+0
2018-09-07updated function interface documentationYann Collet1-38/+67
2018-09-05updated documentation regarding dictionary compressionYann Collet2-5/+5
2018-07-28fixed spelling mistake in lz4_manualJack Luo1-1/+1
2018-05-03Added CDict speed graph to be used for release statementYann Collet1-0/+0
2018-05-03updated API documentationYann Collet1-6/+20
2018-05-02random lz4f clarificationsYann Collet1-16/+38
2018-04-27Merge pull request #519 from lz4/fdParserYann Collet2-9/+66
2018-04-27ensure favorDecSpeed is properly initializedYann Collet2-9/+66
2018-04-25minor edit of block formatCyan49731-28/+32
2018-04-25lz4_Block_format.md: clarify on short inputs and restrictionsAlexey Tourbin1-3/+12
2018-04-18minor length reduction of several large linesYann Collet1-21/+29
2018-04-13compatibility with gcc-4.4 string.h versionCyan49731-22/+72
2018-02-27updated LZ4F_compressBound() documentationYann Collet1-3/+6
2018-02-26bumped version number to v1.8.2Yann Collet2-4/+4
2018-02-26update code comment on LZ4 streaming interfaceYann Collet1-10/+11
2018-02-18update API doc regarding double-buffer strategyYann Collet1-1/+3
2018-02-07fixed code comment as detected in #466Yann Collet1-32/+33
2018-02-01Merge pull request #458 from lz4/ff161Yann Collet1-4/+12
2018-01-31refactored frameCompress exampleYann Collet2-22/+26
2018-01-31fix typos as suggested by @psteinbYann Collet1-2/+2
2018-01-30proposed a minor change to LZ4 Frame format specificationYann Collet1-4/+12
2018-01-13nicer console message for `make clean`Yann Collet2-14/+19
2017-11-20API : changed a few variables' names for clarityYann Collet1-43/+43
2017-08-30complementary information for #394Yann Collet1-9/+15
2017-08-30clarified documentation of streaming decompression functionsYann Collet1-9/+13
2017-08-26build: source files sorted in a FS independent mannerYann Collet1-2/+4
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-10fixed gcc prototype warningYann Collet1-4/+0
2017-08-10dictionary compression correctly uses compression levelYann Collet2-17/+21
2017-08-09implemented dictionary compression in lz4frameYann Collet2-18/+20
2017-08-09fixed frameCompress exampleYann Collet1-16/+19
2017-08-08added dictID inside LZ4F_frameInfo_tYann Collet1-2/+1
2017-08-08updated Frame specificationYann Collet1-25/+52
2017-06-06added a paragraph on overlap matchesYann Collet1-4/+12