aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4frame.c
AgeCommit message (Collapse)Author
2015-04-15Updated lz4frame error namesYann Collet
2015-04-15Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA
- Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes.
2015-04-14Revert "Revert "Add more descriptive frame errors""Charles Allen
This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b.
2015-04-14Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵Yann Collet
case instead of default.
2015-04-12Fixed issue #84Yann Collet
2015-04-12Fixed : a few minor coverity warningsYann Collet
2015-04-09Fixed a few warnings from -fsanitize=undefinedYann Collet
2015-04-01Fixed issue 160, reported by Eric BergeYann Collet
2015-03-31Fixed : Windows compilationYann Collet
Added : Appveyor badge
2015-03-30Updated comments on LZ4F_getFrameInfo()Yann Collet
2015-03-29lz4frame validates contentSize during decompressionYann Collet
2015-03-29Changed struct member to contentSizeYann Collet
2015-03-18frame content size supportYann Collet
2015-03-16minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() ↵Yann Collet
in fast mode)
2015-03-16minor lz4frame refactoringYann Collet
2015-03-16minor refactoringYann Collet
2015-03-16skippable frames supportYann Collet
2015-03-15scan-build testsYann Collet
2015-03-13Improved sparse file supportYann Collet
2015-03-11Fixed minor g++ warningsYann Collet
2015-03-11Fixed minor warningsYann Collet
2015-03-10g++ compatibilityYann Collet
2014-12-13New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet
2014-11-30New directory structure : library source files into /lib directoryYann Collet