summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame_static.h
Commit message (Collapse)AuthorAgeFilesLines
* updated license & header datesYann Collet2020-11-251-1/+1
|
* Integrate lz4frame_static.h Declarations into lz4frame.hW. Felix Handte2018-04-241-113/+4
|
* Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte2018-03-121-0/+2
|
* Add Option to Make lz4frame_static.h Functions Visible in Shared ObjectsW. Felix Handte2018-01-081-16/+27
| | | | | | | | | | In some contexts, *cough*like at facebook*cough*, dynamic linking is used in contexts which aren't truly dynamic. That is, the guarantee is maintained that a program will only ever execute against the library version it was compiled to interact with. For those situations, introduce a compile-time flag that overrides hiding these unstable APIs in shared objects.
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-1/+1
|
* implemented lz4frame decompression APIYann Collet2017-08-101-5/+15
|
* implemented dictionary compression in lz4frameYann Collet2017-08-091-0/+44
| | | | | note : only compression API is implemented and tested still to do : decompression API
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-101-9/+0
|
* Improved comments on LZ4F_getFrameInfo()Yann Collet2017-03-291-0/+9
| | | | and added LZ4F_resetCompressionContext()
* Safer LZ4_getFrameInfo()Yann Collet2017-03-291-14/+21
| | | | | LZ4_getFrameInfo() is now guaranteed to keep dctx state clean, even in case of failure.
* added a few datesYann Collet2016-11-211-1/+1
|
* updated frametestYann Collet2016-11-111-0/+2
|
* removed support for old error code enums from lz4frame_static.h, to free up ↵Yann Collet2016-11-041-1/+1
| | | | | | | namespace. note : lz4frame_static.h does not guaranteed API stability. note 2 : the macro to enable old error code enums is still present. Just needs to comment one line to re-enable them.
* minor code refactoringYann Collet2016-11-041-11/+10
|
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
|
* Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵Yann Collet2015-04-191-7/+9
| | | | decoding attempts
* Updated lz4frame error namesYann Collet2015-04-151-9/+5
|
* Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-141-1/+5
| | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes.
* Revert "Revert "Add more descriptive frame errors""Charles Allen2015-04-141-0/+5
| | | | This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b.
* frame content size supportYann Collet2015-03-181-0/+2
|
* skippable frames supportYann Collet2015-03-161-0/+1
|
* Improved sparse file supportYann Collet2015-03-131-2/+1
|
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-0/+72