summaryrefslogtreecommitdiffstats
path: root/lz4frame.c
Commit message (Expand)AuthorAgeFilesLines
* Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-101-12/+13
* Added : streaming modeYann Collet2014-09-091-36/+120
* minor allocation correction (compressBegin)Yann Collet2014-09-071-0/+1
* API change : compressionContext more easily reusableYann Collet2014-09-071-17/+22
* Improved frame decompression testYann Collet2014-09-061-3/+4
* More tests (variation of blocksize & checksum)Yann Collet2014-09-061-0/+1
* Added some more testsYann Collet2014-09-051-1/+1
* Implemented Content Checksum Verification within LZ4F_decompress()Yann Collet2014-09-051-43/+46
* fixed : LZ4F_decompress()Yann Collet2014-09-041-39/+62
* Completed first version of lz4frame decompressYann Collet2014-09-031-112/+265
* Added : preliminary frame decompression functionYann Collet2014-09-011-1/+243
* upgraded lz4frame compression testsYann Collet2014-08-311-1/+1
* lz4frame compression API v1 completedYann Collet2014-08-301-72/+359
* fix : lz4frame : added default blockSizeIDYann Collet2014-08-291-0/+3
* lz4frame minor API fixes (pointers)Yann Collet2014-08-291-0/+265