summaryrefslogtreecommitdiffstats
path: root/doc
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
|
* fixed gcc prototype warningYann Collet2017-08-101-4/+0
|
* dictionary compression correctly uses compression levelYann Collet2017-08-102-17/+21
| | | | Not obvious : copying the state was copying cdict's compression level
* implemented dictionary compression in lz4frameYann Collet2017-08-092-18/+20
| | | | | note : only compression API is implemented and tested still to do : decompression API
* fixed frameCompress exampleYann Collet2017-08-091-16/+19
|
* added dictID inside LZ4F_frameInfo_tYann Collet2017-08-091-2/+1
| | | | | Compressor can set dictID on LZ4F_compressBegin() Decompressor can retrieve it using LZ4F_getFrameInfo()
* updated Frame specificationYann Collet2017-08-081-25/+52
| | | | | Restored DictID field in Frame header Bumped specification version to v1.6.0
* added a paragraph on overlap matchesYann Collet2017-06-061-4/+12
|
* [Doc] Fix markdownChocobo12017-05-251-2/+2
|
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-101-6/+3
|
* bumped version number to 1.8.0Yann Collet2017-05-102-4/+4
| | | | | due to addition of prototype LZ4F_resetDecompressionContext()
* updated MakefileYann Collet2017-05-102-32/+61
| | | | | to automatically build manual files with make all
* added lz4frame_manual.htmlPrzemyslaw Skibinski2017-01-231-0/+240
|
* lz4 manual updated to v1.7.5Przemyslaw Skibinski2017-01-231-89/+126
|
* Expose internal types to remove strict aliasingNick Terrell2016-11-111-10/+58
|
* added lz4_manual.htmlPrzemyslaw Skibinski2016-11-101-0/+240
|
* documentation moved to doc/Przemyslaw Skibinski2016-11-032-0/+512