| Commit message (Expand) | Author | Age | Files | Lines |
* | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 1 | -20/+36 |
|
|
* | minor comments clarification | Yann Collet | 2016-08-11 | 1 | -24/+24 |
|
|
* | Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame | Yann Collet | 2016-08-11 | 1 | -5/+5 |
|
|
* | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 1 | -1/+1 |
|
|
* | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 1 | -15/+15 |
|
|
* | moved lz4frame context types to incomplete typedef | Yann Collet | 2015-04-27 | 1 | -6/+6 |
|
|
* | Increased aligment requirement for lz4frame context pointer | Yann Collet | 2015-04-24 | 1 | -3/+3 |
|
|
* | Modified lz4frame context typedef, to enforce stricter alignment condition | Yann Collet | 2015-04-24 | 1 | -2/+2 |
|
|
* | Updated LZ4F_freeDecompressionContext(), to provide stage hint as result | Yann Collet | 2015-04-20 | 1 | -0/+2 |
|
|
* | Changed LZ4F compressionLevel from unsigned to signed, in anticipation for LZ... | Yann Collet | 2015-04-20 | 1 | -3/+3 |
|
|
* | Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header deco... | Yann Collet | 2015-04-19 | 1 | -11/+9 |
|
|
* | minor header refactoring | Yann Collet | 2015-04-16 | 1 | -16/+15 |
|
|
* | Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums | Takayuki MATSUOKA | 2015-04-16 | 1 | -19/+45 |
|
|
* | Issue#90 : Change old enum to macro to maximize compatibility | Takayuki MATSUOKA | 2015-04-14 | 1 | -4/+13 |
|
|
* | Issue#90 : Add LZ4F_ prefix | Takayuki MATSUOKA | 2015-04-14 | 1 | -6/+13 |
|
|
* | Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ca... | Yann Collet | 2015-04-14 | 1 | -3/+3 |
|
|
* | Clarified lz4frame.h inline doc | Yann Collet | 2015-04-11 | 1 | -6/+8 |
|
|
* | Updated comments on LZ4F_getFrameInfo() | Yann Collet | 2015-03-30 | 1 | -0/+4 |
|
|
* | lz4frame validates contentSize during decompression | Yann Collet | 2015-03-29 | 1 | -25/+27 |
|
|
* | Changed struct member to contentSize | Yann Collet | 2015-03-29 | 1 | -1/+1 |
|
|
* | frame content size support | Yann Collet | 2015-03-18 | 1 | -8/+9 |
|
|
* | skippable frames support | Yann Collet | 2015-03-16 | 1 | -1/+3 |
|
|
* | Improved sparse file support | Yann Collet | 2015-03-13 | 1 | -2/+1 |
|
|
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -1/+1 |
|
|
* | Updated comments | Yann Collet | 2014-12-13 | 1 | -8/+0 |
|
|
* | New : lz4frame integrated into liblz4 (v1.5.0) | Yann Collet | 2014-12-13 | 1 | -15/+3 |
|
|
* | minor refactoring | Yann Collet | 2014-12-06 | 1 | -12/+15 |
|
|
* | lz4frame.h : clarified a few comments | Yann Collet | 2014-12-01 | 1 | -19/+27 |
|
|
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -0/+261 |
|
|