Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install the lz4frame.h header in the cmake build | Eric Berge | 2015-04-28 | 1 | -1/+2 |
| | |||||
* | moved lz4frame context types to incomplete typedef | Yann Collet | 2015-04-27 | 2 | -37/+36 |
| | |||||
* | 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 | 2 | -5/+6 |
| | |||||
* | Fixed minor static analyzer warning | Yann Collet | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | streaming API : Improved ring buffer management | Yann Collet | 2015-04-24 | 5 | -87/+124 |
| | |||||
* | Merge pull request #98 from eberge/dev | Yann Collet | 2015-04-23 | 1 | -0/+10 |
|\ | | | | | cmake support for AIX, HPUX, Solaris and Windows | ||||
| * | cmake support for AIX, HPUX, Solaris and Windows | Eric Berge | 2015-04-23 | 1 | -0/+10 |
|/ | | | | | | | | | | The following changes allow for builds on AIX and HPUX with the native (non-gcc) compilers, as well as Visual Studio 2008 and Visual Studio 2012. Also work around a build error with gcc on Solaris which fails due to the system detecting an attempt to use C99 mode with an XPG mode less than XPG6. | ||||
* | Added LZ4_compress_fast_extState() | Yann Collet | 2015-04-23 | 2 | -26/+30 |
| | |||||
* | 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 | 3 | -8/+15 |
| | |||||
* | Removed LZ4_compress() (obsolete) from lz4 | Yann Collet | 2015-04-21 | 4 | -13/+13 |
| | |||||
* | Updated LZ4F_freeDecompressionContext(), to provide stage hint as result | Yann Collet | 2015-04-20 | 2 | -1/+5 |
| | |||||
* | Changed LZ4F compressionLevel from unsigned to signed, in anticipation for ↵ | Yann Collet | 2015-04-20 | 2 | -9/+9 |
| | | | | LZ4_compress_fast() integration. | ||||
* | Fixed frame concatenation | Yann Collet | 2015-04-20 | 1 | -3/+5 |
| | |||||
* | Fixed frametest | Yann Collet | 2015-04-20 | 1 | -4/+5 |
| | |||||
* | Restored make-lz4 | Yann Collet | 2015-04-20 | 1 | -7/+1 |
| | |||||
* | Fixed unfinished frame (issue #75) | Yann Collet | 2015-04-20 | 4 | -11/+40 |
| | |||||
* | Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵ | Yann Collet | 2015-04-19 | 4 | -55/+94 |
| | | | | decoding attempts | ||||
* | added --no-sparse test | Yann Collet | 2015-04-18 | 1 | -8/+11 |
| | |||||
* | Sparse file support is now enabled by default | Yann Collet | 2015-04-17 | 3 | -3/+3 |
| | |||||
* | test error message in multiple files mode | Yann Collet | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | Reclassified some notification messages as errors | Yann Collet | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | stronger arm tests | Yann Collet | 2015-04-16 | 2 | -4/+4 |
| | |||||
* | fix minor "divide by zero" risk | Yann Collet | 2015-04-16 | 1 | -1/+2 |
| | |||||
* | fixed minor leak | Yann Collet | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | Static analyzer generates error codes on bug suspicion | Yann Collet | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | minor header refactoring | Yann Collet | 2015-04-16 | 1 | -16/+15 |
| | |||||
* | Merge pull request #96 from t-mat/improve-pr-95 | Yann Collet | 2015-04-16 | 1 | -19/+45 |
|\ | | | | | Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums | ||||
| * | 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 | ||||
* | | minor optimization for small files | Yann Collet | 2015-04-16 | 1 | -38/+53 |
| | | |||||
* | | Removed status notification in multiple-files mode | Yann Collet | 2015-04-16 | 2 | -5/+6 |
| | | |||||
* | | Multiple files decompression refactoring | Yann Collet | 2015-04-15 | 2 | -101/+99 |
|/ | |||||
* | Updated lz4frame error names | Yann Collet | 2015-04-15 | 5 | -25/+22 |
| | |||||
* | Merge pull request #95 from t-mat/issue/90 | Yann Collet | 2015-04-15 | 5 | -85/+105 |
|\ | | | | | Modified lz4frame enum, by @t-mat | ||||
| * | Issue#90 : Change old enum names to new one | Takayuki MATSUOKA | 2015-04-14 | 1 | -15/+15 |
| | | |||||
| * | 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 | 4 | -68/+79 |
| | | | | | | | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes. | ||||
* | | Merge pull request #94 from t-mat/dev | Yann Collet | 2015-04-15 | 1 | -1/+1 |
|\ \ | | | | | | | Fix LZ4_DEPRECATED() in lz4hc.h | ||||
| * | | Fix LZ4_DEPRECATED() in lz4hc.h | Takayuki MATSUOKA | 2015-04-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #91 from t-mat/dev | Yann Collet | 2015-04-14 | 3 | -13/+13 |
|\ \ \ | |/ / | | / | |/ |/| | Fix LZ4_DEPRECATED() for old compilers | ||||
| * | Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilers | Takayuki MATSUOKA | 2015-04-14 | 1 | -1/+1 |
| | | |||||
| * | Replace GCC_VERSION with LZ4_GCC_VERSION | Takayuki MATSUOKA | 2015-04-14 | 3 | -12/+12 |
|/ | |||||
* | Merge pull request #93 from drcrallen/descriptiveFrameErrors | Yann Collet | 2015-04-14 | 2 | -7/+12 |
|\ | | | | | Revert "Revert "Add more descriptive frame errors"" | ||||
| * | Revert "Revert "Add more descriptive frame errors"" | Charles Allen | 2015-04-14 | 2 | -7/+12 |
|/ | | | | This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b. | ||||
* | Valgrind tests generate errors | Yann Collet | 2015-04-14 | 1 | -10/+10 |
| | |||||
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2015-04-14 | 0 | -0/+0 |
|\ | |||||
| * | Merge pull request #92 from Cyan4973/revert-89-descriptiveFrameErrors | Yann Collet | 2015-04-14 | 2 | -12/+7 |
| |\ | | | | | | | Revert "Add more descriptive frame errors" | ||||
| | * | Revert "Add more descriptive frame errors" | Yann Collet | 2015-04-14 | 2 | -12/+7 |
| |/ | |||||
| * | Merge pull request #89 from drcrallen/descriptiveFrameErrors | Yann Collet | 2015-04-14 | 2 | -7/+12 |
| |\ | | | | | | | Add more descriptive frame errors |