summaryrefslogtreecommitdiffstats
path: root/doc/lz4frame_manual.html
Commit message (Collapse)AuthorAgeFilesLines
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-10/+15
|
* implemented lz4frame decompression APIYann Collet2017-08-101-5/+5
|
* support dictionary compression with independent blocksYann Collet2017-08-101-27/+28
|
* dictionary compression correctly uses compression levelYann Collet2017-08-101-1/+1
| | | | Not obvious : copying the state was copying cdict's compression level
* implemented dictionary compression in lz4frameYann Collet2017-08-091-17/+19
| | | | | note : only compression API is implemented and tested still to do : decompression API
* fixed frameCompress exampleYann Collet2017-08-091-16/+19
|
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-101-6/+3
|
* bumped version number to 1.8.0Yann Collet2017-05-101-2/+2
| | | | | due to addition of prototype LZ4F_resetDecompressionContext()
* updated MakefileYann Collet2017-05-101-23/+52
| | | | | to automatically build manual files with make all
* added lz4frame_manual.htmlPrzemyslaw Skibinski2017-01-231-0/+240