summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-091-8/+9
* Fixed issue 160, reported by Eric BergeYann Collet2015-04-011-1/+1
* Fixed : Windows compilationYann Collet2015-03-311-2/+4
* Updated comments on LZ4F_getFrameInfo()Yann Collet2015-03-301-4/+4
* lz4frame validates contentSize during decompressionYann Collet2015-03-291-6/+10
* Changed struct member to contentSizeYann Collet2015-03-291-10/+10
* 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