summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lz4frame compression API v1 completedYann Collet2014-08-304-84/+703
* fix : lz4frame : added default blockSizeIDYann Collet2014-08-291-0/+3
* lz4frame minor API fixes (pointers)Yann Collet2014-08-292-18/+289
* minor lz4frame API update : errorCodes & frameInfoYann Collet2014-08-291-23/+26
* Merge branch 'frame' of https://github.com/Cyan4973/lz4 into frameYann Collet2014-08-281-0/+232
|\
| * Merge pull request #24 from Cyan4973/devCyan49732014-08-2817-988/+1676
| |\
| * | lz4frame API update : introducing LZ4F_getHeaderInfo()Yann Collet2014-08-281-36/+24
| * | clarified comments within lz4frame APIYann Collet2014-08-271-10/+48
| * | early LZ4F decompression APIYann Collet2014-08-261-3/+36
| * | LZ4F API update. Creating "simple function" (compression only)Yann Collet2014-08-251-14/+33
| * | Updated LZ4F API : differentiate resource/compression functionsYann Collet2014-08-231-13/+38
| * | minor lz4frame API updateYann Collet2014-08-191-6/+6
| * | Added : lz4frame comments (doc)Yann Collet2014-08-191-7/+57
| * | updated lz4frame API, following suggestions from Takayuki MatsuokaYann Collet2014-08-191-10/+15
| * | Added : lz4Framing.h, first example of Framing compression APIYann Collet2014-08-181-0/+74
* | | Merge pull request #23 from Cyan4973/devr122Cyan49732014-08-282-0/+7
|\ \ \ | | |/ | |/|
| * | Updated : NEWS to r122Yann Collet2014-08-281-0/+7
| * | modified permissionYann Collet2014-08-261-0/+0
* | | Merge pull request #22 from Cyan4973/devCyan49732014-08-2827-74/+759
|\ \ \ | |/ /
| * | updated lz4hc 64-bits detectionYann Collet2014-08-261-0/+1
| * | Fixed crlf issueYann Collet2014-08-262-956/+956
| * | Simplified travis test flowYann Collet2014-08-263-9/+7
| * | Added : examples from Takayuki MatsuokaYann Collet2014-08-265-1/+679
| * | minor comment clarification about LZ4_compressBound()Yann Collet2014-08-261-3/+3
| * | Added : mips 64 bits detection macro, as suggested by lew vanYann Collet2014-08-251-1/+2
| * | add new directory 'examples'Yann Collet2014-08-221-0/+8
| * | minor API comment clarificationsYann Collet2014-08-211-16/+10
| * | Fix : 64-bits macro detection for AIX system (thanks to SamG)Yann Collet2014-08-211-1/+1
| * | minor cmake refreshYann Collet2014-08-211-4/+4
| * | Added macro, for large file support on 32-bits AIXYann Collet2014-08-201-0/+1
| |/
| * Added : LZ4 Framing Format, new version (v1.4.1)Yann Collet2014-08-189-1/+2
| * Removed : old version of framing formatYann Collet2014-08-181-0/+0
| * Update xxHash to r36Yann Collet2014-08-152-956/+957
| * updated release numberYann Collet2014-08-134-24/+24
| * Revert "Introduced "Continuous Block Mode" (CBM) naming"Yann Collet2014-08-094-38/+37
| * Introduced "Continuous Block Mode" (CBM) namingYann Collet2014-08-084-37/+38
| * clarified "dev" branch policyYann Collet2014-08-081-2/+4
| * Merge pull request #19 from ignatenkobrain/devCyan49732014-08-081-5/+5
| |\
| | * Makefile: fix DESTDIRIgor Gnatenko2014-08-081-5/+5
| |/
* | Merge pull request #17 from Cyan4973/devr121Cyan49732014-08-079-995/+995
|\ \ | |/
| * Added : .gitattributesYann Collet2014-08-061-0/+10
| * Fixed crlf issueYann Collet2014-08-062-957/+957
| * Makefile : restored Takayuki's fix for OS-X and BSDYann Collet2014-08-061-4/+5
| * Updated Makefile : make distYann Collet2014-08-063-32/+8
| * fix : minor compilation warning under mingwYann Collet2014-08-051-1/+1
| * Added : HC streaming testYann Collet2014-08-011-6/+11
| * fix : HC streaming modeYann Collet2014-08-012-1/+5
| * Merge pull request #15 from t-mat/fix-bsd-sedCyan49732014-07-301-3/+3
| |\
| | * Fix BSD sed error reported by Yue DuTakayuki MATSUOKA2014-07-301-3/+3
| |/
| * fix : minor compilation warning under mingwYann Collet2014-07-291-1/+1