Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated lz4hc API | Yann Collet | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | New lz4 API, using LZ4_compress_fast() | Yann Collet | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | moved lz4frame context types to incomplete typedef | Yann Collet | 2015-04-27 | 1 | -31/+30 |
| | |||||
* | Modified lz4frame context typedef, to enforce stricter alignment condition | Yann Collet | 2015-04-24 | 1 | -3/+4 |
| | |||||
* | Frame content size disabled by default when using LZ4F_compressFrame(), to ↵ | Yann Collet | 2015-04-21 | 1 | -1/+0 |
| | | | | be in better coherence with the advanced API LZ4F_compress_update() | ||||
* | Removed obsolete functions from lz4 cli | Yann Collet | 2015-04-21 | 1 | -4/+4 |
| | |||||
* | Updated LZ4F_freeDecompressionContext(), to provide stage hint as result | Yann Collet | 2015-04-20 | 1 | -1/+3 |
| | |||||
* | Changed LZ4F compressionLevel from unsigned to signed, in anticipation for ↵ | Yann Collet | 2015-04-20 | 1 | -6/+6 |
| | | | | LZ4_compress_fast() integration. | ||||
* | Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵ | Yann Collet | 2015-04-19 | 1 | -37/+45 |
| | | | | decoding attempts | ||||
* | Updated lz4frame error names | Yann Collet | 2015-04-15 | 1 | -10/+10 |
| | |||||
* | Issue#90 : Add LZ4F_ prefix | Takayuki MATSUOKA | 2015-04-14 | 1 | -58/+58 |
| | | | | | - 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 | -7/+7 |
| | | | | This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b. | ||||
* | Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵ | Yann Collet | 2015-04-14 | 1 | -1/+2 |
| | | | | case instead of default. | ||||
* | Fixed issue #84 | Yann Collet | 2015-04-12 | 1 | -3/+3 |
| | |||||
* | Fixed : a few minor coverity warnings | Yann Collet | 2015-04-12 | 1 | -6/+12 |
| | |||||
* | Fixed a few warnings from -fsanitize=undefined | Yann Collet | 2015-04-09 | 1 | -8/+9 |
| | |||||
* | Fixed issue 160, reported by Eric Berge | Yann Collet | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Fixed : Windows compilation | Yann Collet | 2015-03-31 | 1 | -2/+4 |
| | | | Added : Appveyor badge | ||||
* | Updated comments on LZ4F_getFrameInfo() | Yann Collet | 2015-03-30 | 1 | -4/+4 |
| | |||||
* | lz4frame validates contentSize during decompression | Yann Collet | 2015-03-29 | 1 | -6/+10 |
| | |||||
* | Changed struct member to contentSize | Yann Collet | 2015-03-29 | 1 | -10/+10 |
| | |||||
* | frame content size support | Yann Collet | 2015-03-18 | 1 | -67/+130 |
| | |||||
* | minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() ↵ | Yann Collet | 2015-03-16 | 1 | -7/+14 |
| | | | | in fast mode) | ||||
* | minor lz4frame refactoring | Yann Collet | 2015-03-16 | 1 | -30/+19 |
| | |||||
* | minor refactoring | Yann Collet | 2015-03-16 | 1 | -10/+14 |
| | |||||
* | skippable frames support | Yann Collet | 2015-03-16 | 1 | -37/+111 |
| | |||||
* | scan-build tests | Yann Collet | 2015-03-15 | 1 | -22/+19 |
| | |||||
* | Improved sparse file support | Yann Collet | 2015-03-13 | 1 | -2/+2 |
| | |||||
* | Fixed minor g++ warnings | Yann Collet | 2015-03-11 | 1 | -7/+6 |
| | |||||
* | Fixed minor warnings | Yann Collet | 2015-03-11 | 1 | -10/+13 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -51/+41 |
| | |||||
* | New : lz4frame integrated into liblz4 (v1.5.0) | Yann Collet | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -0/+1330 |