summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated lz4hc APIYann Collet2015-05-038-100/+97
* Fixed minor Visual warningYann Collet2015-05-031-1/+1
* Updated streaming examplesYann Collet2015-05-032-4/+4
* New lz4 API, using LZ4_compress_fast()Yann Collet2015-05-036-186/+207
* Merge pull request #99 from eberge/devYann Collet2015-05-021-1/+2
|\
| * Install the lz4frame.h header in the cmake buildEric Berge2015-04-281-1/+2
* | Fixed bug 9318Yann Collet2015-05-022-5/+7
* | refactored lz4hcYann Collet2015-05-021-51/+51
|/
* 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 WindowsEric Berge2015-04-231-0/+10
|/
* Added LZ4_compress_fast_extState()Yann Collet2015-04-232-26/+30
* Frame content size disabled by default when using LZ4F_compressFrame(), to be...Yann Collet2015-04-211-1/+0
* 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 LZ...Yann Collet2015-04-202-9/+9
* 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 deco...Yann Collet2015-04-194-55/+94
* 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 enumsTakayuki MATSUOKA2015-04-161-19/+45
* | 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
|\
| * 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
* | Merge pull request #94 from t-mat/devYann Collet2015-04-151-1/+1
|\ \
| * | 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 older/non-gcc/clang/MSVC compilersTakayuki MATSUOKA2015-04-141-1/+1
| * Replace GCC_VERSION with LZ4_GCC_VERSIONTakayuki MATSUOKA2015-04-143-12/+12
|/