summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.c
Commit message (Expand)AuthorAgeFilesLines
* frame content size supportYann Collet2015-03-181-67/+130
* minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() i...Yann Collet2015-03-161-7/+14
* minor lz4frame refactoringYann Collet2015-03-161-30/+19
* minor refactoringYann Collet2015-03-161-10/+14
* skippable frames supportYann Collet2015-03-161-37/+111
* scan-build testsYann Collet2015-03-151-22/+19
* Improved sparse file supportYann Collet2015-03-131-2/+2
* Fixed minor g++ warningsYann Collet2015-03-111-7/+6
* Fixed minor warningsYann Collet2015-03-111-10/+13
* g++ compatibilityYann Collet2015-03-101-51/+41
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-2/+2
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-0/+1330