summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2020-09-29bump version numberYann Collet2-25/+47
2020-08-14clarify endMark definitionYann Collet1-4/+4
2020-08-12Clarifies and fix EndMarkYann Collet1-18/+29
2019-07-01bumped version number to v1.9.2Yann Collet2-4/+4
2019-06-06precise again that LZ4 decoder needs metadataYann Collet1-20/+31
2019-05-31added more details for in-place documentationYann Collet1-12/+13
2019-05-30updated API manualYann Collet1-1/+1
2019-05-30add more doc on in-place (de)compressionYann Collet1-5/+25
2019-05-29added comments and macros for in-place (de)compressionYann Collet1-2/+36
2019-04-19bumped version numberYann Collet2-4/+4
2019-04-18address a few minor Visual warningsYann Collet1-16/+13
2019-04-12updated doc to underline difference between block and frameYann Collet1-7/+11
2019-04-11improved documentation for LZ4 dictionary compressionYann Collet2-4/+9
2019-04-11introduce LZ4_DISTANCE_MAX build macroYann Collet2-14/+48
2019-04-11updated block format with more details on MF_LIMITYann Collet1-12/+23
2019-04-09modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet1-12/+19
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