summaryrefslogtreecommitdiffstats
path: root/doc/lz4_manual.html
Commit message (Collapse)AuthorAgeFilesLines
* fixed gcc prototype warningYann Collet2017-08-101-4/+0
|
* dictionary compression correctly uses compression levelYann Collet2017-08-101-16/+20
| | | | Not obvious : copying the state was copying cdict's compression level
* implemented dictionary compression in lz4frameYann Collet2017-08-091-1/+1
| | | | | note : only compression API is implemented and tested still to do : decompression API
* bumped version number to 1.8.0Yann Collet2017-05-101-2/+2
| | | | | due to addition of prototype LZ4F_resetDecompressionContext()
* updated MakefileYann Collet2017-05-101-9/+9
| | | | | to automatically build manual files with make all
* 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