summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |
| * Updated xxHash to r35Yann Collet2014-07-193-627/+989
| |
| * Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-149-23/+23
| |
| * Modified : lz4 streaming API, strong typesYann Collet2014-07-145-98/+97
| |
| * Modified : streaming API (fast compression)Yann Collet2014-07-053-23/+45
| |
| * Modified : Makefile : added -Wshadow option, suggest by Boris FaureYann Collet2014-07-054-16/+15
| |
| * Fix : OS-X : library install name, thanks to Clemens LangYann Collet2014-07-052-2/+5
| |
| * updated fuzzer, faster and cleaner overflow testsYann Collet2014-07-054-54/+59
| |
* | Merge pull request #11 from Cyan4973/devr119Cyan49732014-07-025-9/+110
|\ \ | |/ | | Dev
| * update to r119Yann Collet2014-07-024-7/+13
| |
| * Stronger fuzzer testsYann Collet2014-07-022-22/+41
| | | | | | Stronger fix 134