summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #104 from t-mat/issue/103pr2Yann Collet2015-05-154-0/+167
| |\
| | * Issue #103 : Add compatibility test between releasesTakayuki MATSUOKA2015-05-154-0/+167
| |/
| * Added a few more interoperability tests (32bits vs 64 bits)Yann Collet2015-05-133-7/+16
| * Updated a few commentsYann Collet2015-05-123-5/+4
| * Fixed minor typoYann Collet2015-05-071-1/+1
| * minor introduction updateYann Collet2015-05-071-9/+10
* | Merge pull request #102 from Cyan4973/devrc129v0r129Yann Collet2015-05-0749-1674/+3393
|\ \ | |/
| * minor parsing updateYann Collet2015-05-061-10/+12
| * Updated commentsYann Collet2015-05-061-4/+4
| * Fixed typoYann Collet2015-05-061-1/+1
| * Added : LZ4_compress_destSize()Yann Collet2015-05-064-6/+269
| * Added compilation flag -Wcast-qualYann Collet2015-05-0611-95/+92
| * Updated readmeYann Collet2015-05-042-19/+37
| * 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