aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-28minor example clarificationYann Collet
2015-06-27Updated lib readmeYann Collet
2015-06-27Fixed : fuzzer display messagesYann Collet
2015-06-27staticAnalyze use same compilation flags as normal buildYann Collet
2015-06-27Ensured make test is not confused with directory testYann Collet
2015-06-27Added namespace ability to xxhashYann Collet
2015-06-27Changed : static library is no longer compiled with -fPIC by default (this op...Yann Collet
2015-06-27Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet
2015-06-25Merge pull request #124 from toddlipcon/masterYann Collet
2015-06-25Merge pull request #122 from keszybz/masterYann Collet
2015-06-25Merge pull request #121 from keszybz/add-gitignoreYann Collet
2015-06-25Fix cmake build to use gnu flags on clangTodd Lipcon
2015-06-21Minor doc clarification on sparse mode supportYann Collet
2015-06-18Minor lib readme updateYann Collet
2015-06-17Use lz4 binary to check outputZbigniew Jędrzejewski-Szmek
2015-06-17Add example which uses the frame api through the libraryZbigniew Jędrzejewski-Szmek
2015-06-15Make git ignore generated filesZbigniew Jędrzejewski-Szmek
2015-05-29Minor update on source portsYann Collet
2015-05-29Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet
2015-05-29Updated badgesYann Collet
2015-05-28Merge pull request #114 from lpsantil/djgppYann Collet
2015-05-26READM fixupLouis P. Santillan
2015-05-26djgpp port now using the proposed contrib structureLouis P. Santillan
2015-05-26Reverted all `Makefile` changesLouis P. Santillan
2015-05-26Renamed the djgpp README so that it gets converted to HTML by github. Fixed ...Louis P. Santillan
2015-05-25Makefile cleanups to make building with Andrew Wu's build-djgpp cross compile...Louis P. Santillan
2015-05-25Fixup lib/Makefile so that is builds a library for djgpp using Andrew Wu's bu...Louis P. Santillan
2015-05-25Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's build-dj...Louis P. Santillan
2015-05-26Merge pull request #111 from Cyan4973/devYann Collet
2015-05-26Updated NEWSYann Collet
2015-05-25Fixed : default sparse mode disabled on stdout, to support ` >>` redirection...Yann Collet
2015-05-21Performance fix : big compression speed boost for clang (+30%)Yann Collet
2015-05-20Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet
2015-05-20Merge pull request #107 from t-mat/issue/103pr2Yann Collet
2015-05-20Added LZF Yann Collet
2015-05-20Combine unique .lz4 file infoTakayuki MATSUOKA
2015-05-20Support iterative edit and testingTakayuki MATSUOKA
2015-05-20Add log output of succeeded decompression to test scriptTakayuki MATSUOKA
2015-05-20Add log of same files and sha1 hash of unique files to versionstestTakayuki MATSUOKA
2015-05-20Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwo...Yann Collet
2015-05-19minor tests improvementsYann Collet
2015-05-18minor test refactorYann Collet
2015-05-18Fixed sparse issue with non seekable streams (#105)Yann Collet
2015-05-17removed "flush" argument to please Travis's python versionYann Collet
2015-05-15cosmetic changes, 2nd tryYann Collet
2015-05-15minor cosmetic changes for Takayuki's testVersionsYann Collet
2015-05-15Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet
2015-05-15Merge pull request #104 from t-mat/issue/103pr2Yann Collet
2015-05-15Issue #103 : Add compatibility test between releasesTakayuki MATSUOKA
2015-05-13Added a few more interoperability tests (32bits vs 64 bits)Yann Collet