Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate lz4frame_static.h Declarations into lz4frame.h | W. Felix Handte | 2018-04-24 | 1 | -113/+4 |
| | |||||
* | Make LZ4F_compressFrame_usingCDict Take a Compression Context | W. Felix Handte | 2018-03-12 | 1 | -0/+2 |
| | |||||
* | Add Option to Make lz4frame_static.h Functions Visible in Shared Objects | W. Felix Handte | 2018-01-08 | 1 | -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 level | Yann Collet | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | implemented lz4frame decompression API | Yann Collet | 2017-08-10 | 1 | -5/+15 |
| | |||||
* | implemented dictionary compression in lz4frame | Yann Collet | 2017-08-09 | 1 | -0/+44 |
| | | | | | note : only compression API is implemented and tested still to do : decompression API | ||||
* | added test for LZ4F_resetDecompressionContext() | Yann Collet | 2017-05-10 | 1 | -9/+0 |
| | |||||
* | Improved comments on LZ4F_getFrameInfo() | Yann Collet | 2017-03-29 | 1 | -0/+9 |
| | | | | and added LZ4F_resetCompressionContext() | ||||
* | Safer LZ4_getFrameInfo() | Yann Collet | 2017-03-29 | 1 | -14/+21 |
| | | | | | LZ4_getFrameInfo() is now guaranteed to keep dctx state clean, even in case of failure. | ||||
* | added a few dates | Yann Collet | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | updated frametest | Yann Collet | 2016-11-11 | 1 | -0/+2 |
| | |||||
* | removed support for old error code enums from lz4frame_static.h, to free up ↵ | Yann Collet | 2016-11-04 | 1 | -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 refactoring | Yann Collet | 2016-11-04 | 1 | -11/+10 |
| | |||||
* | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵ | Yann Collet | 2015-04-19 | 1 | -7/+9 |
| | | | | decoding attempts | ||||
* | Updated lz4frame error names | Yann Collet | 2015-04-15 | 1 | -9/+5 |
| | |||||
* | Issue#90 : Add LZ4F_ prefix | Takayuki MATSUOKA | 2015-04-14 | 1 | -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 Allen | 2015-04-14 | 1 | -0/+5 |
| | | | | This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b. | ||||
* | frame content size support | Yann Collet | 2015-03-18 | 1 | -0/+2 |
| | |||||
* | skippable frames support | Yann Collet | 2015-03-16 | 1 | -0/+1 |
| | |||||
* | Improved sparse file support | Yann Collet | 2015-03-13 | 1 | -2/+1 |
| | |||||
* | New : lz4frame integrated into liblz4 (v1.5.0) | Yann Collet | 2014-12-13 | 1 | -0/+72 |