Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #198 : no longer requires to restart streaming decompression from where ↵ | Yann Collet | 2016-11-04 | 1 | -10/+9 |
| | | | | | | | it stopped. It permits relocating remaining data into another memory space. Still, the same content must be presented. | ||||
* | fixed strict warnings | Yann Collet | 2016-11-04 | 1 | -16/+16 |
| | |||||
* | updated comments | Yann Collet | 2016-11-04 | 1 | -50/+57 |
| | |||||
* | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Use different prefix for each file to avoid conflict | Kouhei Sutou | 2016-09-23 | 1 | -23/+23 |
| | |||||
* | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 1 | -20/+36 |
| | | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so. | ||||
* | 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 |
| | | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org> | ||||
* | 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 ↵ | Yann Collet | 2015-04-20 | 1 | -3/+3 |
| | | | | LZ4_compress_fast() integration. | ||||
* | Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵ | Yann Collet | 2015-04-19 | 1 | -11/+9 |
| | | | | decoding attempts | ||||
* | 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 |
| | | | | | | - Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums - Add compatible typedefs for obsolete enum types - Remove constant macros | ||||
* | 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 |
| | | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes. | ||||
* | Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵ | Yann Collet | 2015-04-14 | 1 | -3/+3 |
| | | | | case instead of default. | ||||
* | 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 |