summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* renamed directory to versionsTestYann Collet2015-06-284-10/+10
* Updated NEWSYann Collet2015-06-281-0/+1
* minor example clarificationYann Collet2015-06-284-7/+11
* Updated lib readmeYann Collet2015-06-271-4/+5
* Fixed : fuzzer display messagesYann Collet2015-06-271-3/+3
* staticAnalyze use same compilation flags as normal buildYann Collet2015-06-273-7/+9
* Ensured make test is not confused with directory testYann Collet2015-06-271-1/+1
* Added namespace ability to xxhashYann Collet2015-06-273-2/+35
* Changed : static library is no longer compiled with -fPIC by default (this op...Yann Collet2015-06-273-3/+10
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2015-06-276-5/+194
|\
| * Merge pull request #124 from toddlipcon/masterYann Collet2015-06-261-3/+8
| |\
| | * Fix cmake build to use gnu flags on clangTodd Lipcon2015-06-251-3/+8
| * | Merge pull request #122 from keszybz/masterYann Collet2015-06-263-2/+176
| |\ \
| | * | Use lz4 binary to check outputZbigniew Jędrzejewski-Szmek2015-06-182-0/+3
| | * | Add example which uses the frame api through the libraryZbigniew Jędrzejewski-Szmek2015-06-183-2/+173
| * | | Merge pull request #121 from keszybz/add-gitignoreYann Collet2015-06-262-0/+10
| |\ \ \ | | |_|/ | |/| |
| | * | Make git ignore generated filesZbigniew Jędrzejewski-Szmek2015-06-162-0/+10
| | |/
| | * Merge pull request #111 from Cyan4973/devr130lz4-r130Yann Collet2015-05-2613-42/+285
| | |\
* | | | Minor doc clarification on sparse mode supportYann Collet2015-06-222-2/+2
* | | | Minor lib readme updateYann Collet2015-06-181-4/+5
* | | | Minor update on source portsYann Collet2015-05-291-2/+3
|/ / /
* | | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2015-05-295-5/+190
|\ \ \
| * \ \ Merge pull request #114 from lpsantil/djgppYann Collet2015-05-285-5/+190
| |\ \ \ | | |_|/ | |/| |
| | * | READM fixupLouis P. Santillan2015-05-271-1/+1
| | * | djgpp port now using the proposed contrib structureLouis P. Santillan2015-05-274-19/+175
| | * | Reverted all `Makefile` changesLouis P. Santillan2015-05-273-18/+8
| | * | Renamed the djgpp README so that it gets converted to HTML by github. Fixed ...Louis P. Santillan2015-05-262-9/+9
| | * | Makefile cleanups to make building with Andrew Wu's build-djgpp cross compile...Louis P. Santillan2015-05-261-2/+6
| | * | Fixup lib/Makefile so that is builds a library for djgpp using Andrew Wu's bu...Louis P. Santillan2015-05-261-2/+8
| | * | Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's build-dj...Louis P. Santillan2015-05-264-6/+35
| | |/
* | | Updated badgesYann Collet2015-05-291-6/+12
|/ /
* | Updated NEWSYann Collet2015-05-251-0/+2
* | Fixed : default sparse mode disabled on stdout, to support ` >>` redirection...Yann Collet2015-05-253-10/+20
* | Performance fix : big compression speed boost for clang (+30%)Yann Collet2015-05-213-2/+3
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2015-05-201-3/+16
|\ \
| * \ Merge pull request #107 from t-mat/issue/103pr2Yann Collet2015-05-201-3/+16
| |\ \
| | * | Combine unique .lz4 file infoTakayuki MATSUOKA2015-05-201-7/+1
| | * | Support iterative edit and testingTakayuki MATSUOKA2015-05-201-2/+5
| | * | Add log output of succeeded decompression to test scriptTakayuki MATSUOKA2015-05-201-0/+5
| | * | Add log of same files and sha1 hash of unique files to versionstestTakayuki MATSUOKA2015-05-201-0/+11
| |/ /
* | | Added LZF Yann Collet2015-05-201-0/+1
|/ /
* | Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwo...Yann Collet2015-05-203-3/+13
* | minor tests improvementsYann Collet2015-05-191-2/+7
* | minor test refactorYann Collet2015-05-182-8/+11
* | Fixed sparse issue with non seekable streams (#105)Yann Collet2015-05-183-8/+17
* | removed "flush" argument to please Travis's python versionYann Collet2015-05-171-3/+3
* | cosmetic changes, 2nd tryYann Collet2015-05-153-7/+20
* | minor cosmetic changes for Takayuki's testVersionsYann Collet2015-05-151-1/+1
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2015-05-1511-22/+198
|\ \ | |/ |/|
| * Merge pull request #104 from t-mat/issue/103pr2Yann Collet2015-05-154-0/+167
| |\