summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24 from Cyan4973/devCyan49732014-08-2817-988/+1676
|\ | | | | Catch up r122
| * Updated : NEWS to r122Yann Collet2014-08-281-0/+7
| |
| * modified permissionYann Collet2014-08-261-0/+0
| |
| * 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
| |
* | 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
|/
* Added : LZ4 Framing Format, new version (v1.4.1)Yann Collet2014-08-189-1/+2
| | | | Changed to HTML format Modified .gitattributes to protect png files from crlf modifications
* 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
| | | | This reverts commit 53f1fbe062c6904b06d7181ccdb5a8fd6f883f15.
* Introduced "Continuous Block Mode" (CBM) namingYann Collet2014-08-084-37/+38
| | | to better differentiate with future lz4s.c library
* clarified "dev" branch policyYann Collet2014-08-081-2/+4
|
* Merge pull request #19 from ignatenkobrain/devCyan49732014-08-081-5/+5
|\ | | | | Makefile: fix DESTDIR
| * Makefile: fix DESTDIRIgor Gnatenko2014-08-081-5/+5
|/ | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* 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
| | | minor display change for make install
* Updated Makefile : make distYann Collet2014-08-063-32/+8
| | | Minor formatting changes for xxhash
* 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 Du
| * Fix BSD sed error reported by Yue DuTakayuki MATSUOKA2014-07-301-3/+3
|/ | | | | | | This change is related to LZ4 issue #14. - Add more unique pattern to line recognition - Change Extended Regular Expression to Basic Regular Expression
* fix : minor compilation warning under mingwYann Collet2014-07-291-1/+1
|
* Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)Yann Collet2014-07-263-6/+10
|
* updated NEWSYann Collet2014-07-231-0/+5
|
* Makefile : synchronize library version number with lz4.h - Thanks to ↵Yann Collet2014-07-221-3/+3
| | | | Takayuki Matsuoka
* Makefile : some corrections suggested by Michał Górny (issue 136)Yann Collet2014-07-213-15/+22
|
* Added : LZ4_versionNumber(), thanks to Takayuki MatsuokaYann Collet2014-07-212-2/+4
|
* Merge branch 'dev' of https://github.com/Cyan4973/lz4 into devYann Collet2014-07-2115-842/+1264
|\
| * Added : pkg-config (issue 135)Yann Collet2014-07-202-4/+30
| |
| * Restored : lz4 compression function using externally allocated memory for stateYann Collet2014-07-201-6/+12
| |