summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Install the lz4frame.h header in the cmake buildEric Berge2015-04-281-1/+2
|
* moved lz4frame context types to incomplete typedefYann Collet2015-04-272-37/+36
|
* Increased aligment requirement for lz4frame context pointerYann Collet2015-04-241-3/+3
|
* Modified lz4frame context typedef, to enforce stricter alignment conditionYann Collet2015-04-242-5/+6
|
* Fixed minor static analyzer warningYann Collet2015-04-241-1/+1
|
* streaming API : Improved ring buffer managementYann Collet2015-04-245-87/+124
|
* Merge pull request #98 from eberge/devYann Collet2015-04-231-0/+10
|\ | | | | cmake support for AIX, HPUX, Solaris and Windows
| * cmake support for AIX, HPUX, Solaris and WindowsEric Berge2015-04-231-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 Collet2015-04-232-26/+30
|
* Frame content size disabled by default when using LZ4F_compressFrame(), to ↵Yann Collet2015-04-211-1/+0
| | | | be in better coherence with the advanced API LZ4F_compress_update()
* Removed obsolete functions from lz4 cliYann Collet2015-04-213-8/+15
|
* Removed LZ4_compress() (obsolete) from lz4Yann Collet2015-04-214-13/+13
|
* Updated LZ4F_freeDecompressionContext(), to provide stage hint as resultYann Collet2015-04-202-1/+5
|
* Changed LZ4F compressionLevel from unsigned to signed, in anticipation for ↵Yann Collet2015-04-202-9/+9
| | | | LZ4_compress_fast() integration.
* Fixed frame concatenationYann Collet2015-04-201-3/+5
|
* Fixed frametestYann Collet2015-04-201-4/+5
|
* Restored make-lz4Yann Collet2015-04-201-7/+1
|
* Fixed unfinished frame (issue #75)Yann Collet2015-04-204-11/+40
|
* Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵Yann Collet2015-04-194-55/+94
| | | | decoding attempts
* added --no-sparse testYann Collet2015-04-181-8/+11
|
* Sparse file support is now enabled by defaultYann Collet2015-04-173-3/+3
|
* test error message in multiple files modeYann Collet2015-04-161-0/+1
|
* Reclassified some notification messages as errorsYann Collet2015-04-161-2/+2
|
* stronger arm testsYann Collet2015-04-162-4/+4
|
* fix minor "divide by zero" riskYann Collet2015-04-161-1/+2
|
* fixed minor leakYann Collet2015-04-161-0/+1
|
* Static analyzer generates error codes on bug suspicionYann Collet2015-04-161-2/+2
|
* minor header refactoringYann Collet2015-04-161-16/+15
|
* Merge pull request #96 from t-mat/improve-pr-95Yann Collet2015-04-161-19/+45
|\ | | | | Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums
| * Add LZ4F_OBSOLETE_ENUM() to describe obsolete enumsTakayuki MATSUOKA2015-04-161-19/+45
| | | | | | | | | | | | - Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums - Add compatible typedefs for obsolete enum types - Remove constant macros
* | minor optimization for small filesYann Collet2015-04-161-38/+53
| |
* | Removed status notification in multiple-files modeYann Collet2015-04-162-5/+6
| |
* | Multiple files decompression refactoringYann Collet2015-04-152-101/+99
|/
* Updated lz4frame error namesYann Collet2015-04-155-25/+22
|
* Merge pull request #95 from t-mat/issue/90Yann Collet2015-04-155-85/+105
|\ | | | | Modified lz4frame enum, by @t-mat
| * Issue#90 : Change old enum names to new oneTakayuki MATSUOKA2015-04-141-15/+15
| |
| * Issue#90 : Change old enum to macro to maximize compatibilityTakayuki MATSUOKA2015-04-141-4/+13
| |
| * Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-144-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/devYann Collet2015-04-151-1/+1
|\ \ | | | | | | Fix LZ4_DEPRECATED() in lz4hc.h
| * | Fix LZ4_DEPRECATED() in lz4hc.hTakayuki MATSUOKA2015-04-151-1/+1
| | |
* | | Merge pull request #91 from t-mat/devYann Collet2015-04-143-13/+13
|\ \ \ | |/ / | | / | |/ |/| Fix LZ4_DEPRECATED() for old compilers
| * Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilersTakayuki MATSUOKA2015-04-141-1/+1
| |
| * Replace GCC_VERSION with LZ4_GCC_VERSIONTakayuki MATSUOKA2015-04-143-12/+12
|/
* Merge pull request #93 from drcrallen/descriptiveFrameErrorsYann Collet2015-04-142-7/+12
|\ | | | | Revert "Revert "Add more descriptive frame errors""
| * Revert "Revert "Add more descriptive frame errors""Charles Allen2015-04-142-7/+12
|/ | | | This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b.
* Valgrind tests generate errorsYann Collet2015-04-141-10/+10
|
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2015-04-140-0/+0
|\
| * Merge pull request #92 from Cyan4973/revert-89-descriptiveFrameErrorsYann Collet2015-04-142-12/+7
| |\ | | | | | | Revert "Add more descriptive frame errors"
| | * Revert "Add more descriptive frame errors"Yann Collet2015-04-142-12/+7
| |/
| * Merge pull request #89 from drcrallen/descriptiveFrameErrorsYann Collet2015-04-142-7/+12
| |\ | | | | | | Add more descriptive frame errors