aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2017-08-30complementary information for #394Yann Collet
2017-08-30clarified documentation of streaming decompression functionsYann Collet
2017-08-26build: source files sorted in a FS independent mannerYann Collet
2017-08-11restored block checksum capability at lz4frame API levelYann Collet
2017-08-10implemented lz4frame decompression APIYann Collet
2017-08-10support dictionary compression with independent blocksYann Collet
2017-08-10fixed gcc prototype warningYann Collet
2017-08-10dictionary compression correctly uses compression levelYann Collet
2017-08-09implemented dictionary compression in lz4frameYann Collet
2017-08-09fixed frameCompress exampleYann Collet
2017-08-08added dictID inside LZ4F_frameInfo_tYann Collet
2017-08-08updated Frame specificationYann Collet
2017-06-06added a paragraph on overlap matchesYann Collet
2017-05-26[Doc] Fix markdownChocobo1
2017-05-10added test for LZ4F_resetDecompressionContext()Yann Collet
2017-05-10bumped version number to 1.8.0Yann Collet
2017-05-10updated MakefileYann Collet
2017-01-23added lz4frame_manual.htmlPrzemyslaw Skibinski
2017-01-23lz4 manual updated to v1.7.5Przemyslaw Skibinski
2016-11-11Expose internal types to remove strict aliasingNick Terrell
2016-11-10added lz4_manual.htmlPrzemyslaw Skibinski
2016-11-03documentation moved to doc/Przemyslaw Skibinski