aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-07-01bumped version number to v1.9.2Yann Collet
2019-06-06precise again that LZ4 decoder needs metadataYann Collet
2019-05-31added more details for in-place documentationYann Collet
2019-05-30updated API manualYann Collet
2019-05-30add more doc on in-place (de)compressionYann Collet
2019-05-29added comments and macros for in-place (de)compressionYann Collet
2019-04-19bumped version numberYann Collet
2019-04-18address a few minor Visual warningsYann Collet
2019-04-12updated doc to underline difference between block and frameYann Collet
2019-04-11improved documentation for LZ4 dictionary compressionYann Collet
2019-04-11introduce LZ4_DISTANCE_MAX build macroYann Collet
2019-04-11updated block format with more details on MF_LIMITYann Collet
2019-04-09modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet
2019-04-05created LZ4_initStream()Yann Collet
2019-04-04make `_fast*()` decoder generate a deprecation warningYann Collet
2019-04-03fixed docYann Collet
2019-04-03moved _destSize() into "stable API" statusYann Collet
2019-01-02updated frame formatYann Collet
2019-01-02updated LZ4 block formatYann Collet
2018-11-26Merge remote-tracking branch 'upstream/master' into bootcampBing Xu
2018-11-24lz4_Frame_format.md: Fix typo HexaBytes -> ExabytesNiklas Hambüchen
2018-10-15updated code documentationYann Collet
2018-09-25changed LZ4_streamDecode member orderYann Collet
2018-09-17Merge pull request #575 from lz4/apiDocYann Collet
2018-09-13unpublish static-only functionYann Collet
2018-09-13avoid final trailing comma for enum listsYann Collet
2018-09-12removed image from repositoryYann Collet
2018-09-07updated function interface documentationYann Collet
2018-09-05updated documentation regarding dictionary compressionYann Collet
2018-07-28fixed spelling mistake in lz4_manualJack Luo
2018-05-03Added CDict speed graph to be used for release statementYann Collet
2018-05-03updated API documentationYann Collet
2018-05-02random lz4f clarificationsYann Collet
2018-04-27Merge pull request #519 from lz4/fdParserYann Collet
2018-04-27ensure favorDecSpeed is properly initializedYann Collet
2018-04-25minor edit of block formatCyan4973
2018-04-25lz4_Block_format.md: clarify on short inputs and restrictionsAlexey Tourbin
2018-04-18minor length reduction of several large linesYann Collet
2018-04-13compatibility with gcc-4.4 string.h versionCyan4973
2018-02-27updated LZ4F_compressBound() documentationYann Collet
2018-02-26bumped version number to v1.8.2Yann Collet
2018-02-26update code comment on LZ4 streaming interfaceYann Collet
2018-02-18update API doc regarding double-buffer strategyYann Collet
2018-02-07fixed code comment as detected in #466Yann Collet
2018-02-01Merge pull request #458 from lz4/ff161Yann Collet
2018-01-31refactored frameCompress exampleYann Collet
2018-01-31fix typos as suggested by @psteinbYann Collet
2018-01-30proposed a minor change to LZ4 Frame format specificationYann Collet
2018-01-13nicer console message for `make clean`Yann Collet
2017-11-20API : changed a few variables' names for clarityYann Collet