platform/upstream/lz4.git
2015-10-16 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-10-16 Yann Colletfixed link typo
2015-09-03 Yann ColletMerge pull request #152 from dcolascione/dev
2015-09-03 Daniel ColascioneRemove .dir-locals.el
2015-09-03 Daniel ColascioneTweak error message
2015-09-03 Daniel ColascioneImprove error messages for attempted console IO
2015-09-03 Daniel ColascioneAdd .dir-locals.el for setting tab-width
2015-09-02 Yann Colletfixed #150 : blank lines when converting lz4.1 to ...
2015-09-01 Yann Colletminor : show in table that frame checksum is optional
2015-09-01 Yann Colletcreate link to dynamic library without using `cp -a...
2015-09-01 Yann ColletUpdated Makefile and .travis
2015-08-23 Yann ColletWrapped possibly empty string (Emscripten) with quotes...
2015-08-20 Yann Colletupdated cli help
2015-08-19 Yann ColletNew unalign access method
2015-08-19 Yann Colletupdated xxhash
2015-08-16 Yann ColletMerge pull request #142 from bioothod/master
2015-08-16 Yann ColletSlightly improved compression speed on ARMv6
2015-08-16 Yann ColletImproved performance on ARMv6
2015-08-15 Yann ColletAdded .gitignore
2015-08-15 Yann ColletUpdated xxhash to r41
2015-08-15 Evgeniy Polyakovdebian: changed name lz4->liblz4
2015-08-15 Evgeniy Polyakovdebian: changed name lz4->liblz4
2015-08-15 Evgeniy Polyakovdebian: changed name lz4->liblz4
2015-08-15 Evgeniy Polyakovdebian: remove sbin dir
2015-08-15 Evgeniy Polyakovdebian: renamed lz4->liblz4, updated installed library...
2015-08-15 Evgeniy Polyakovdebian: updated debianization to cdbs
2015-08-15 Evgeniy Polyakovcmake: when building library make it shared
2015-08-15 Evgeniy PolyakovAdded debianization
2015-08-15 Evgeniy Polyakovcmake: bump version to the latest release
2015-08-15 Yann Colletfaster sanitize tests
2015-08-15 Yann ColletMakefile : generates *.o for faster processing
2015-08-06 Yann Colletminor simplification lz4_readarch()
2015-07-16 Yann Colletupdate on decompression speed
2015-07-16 Yann Colletminor refactor
2015-07-16 Yann ColletSlightly improved decompression speed
2015-07-16 Yann Colletsligthly improved decompression speed
2015-07-02 Yann Colletliblz4 : Moved XXH_NAMESPACE to CPPFLAGS
2015-06-29 Yann ColletMerge pull request #131 from Cyan4973/dev
2015-06-29 Yann ColletFixed a few minor visual analyzer warnings
2015-06-29 Yann ColletIncreased stack memory considered normal by Visual...
2015-06-29 Yann ColletMerge pull request #130 from Cyan4973/dev
2015-06-29 Yann Colletremoved one malloc
2015-06-29 Yann Colletlz4io : removed one malloc
2015-06-29 Yann Colletlz4cli : add one malloc test
2015-06-29 Yann Colletlz4hc : added one malloc test
2015-06-29 Yann Colletchanged datagen to remove one malloc
2015-06-29 Yann ColletAdded static analyzer test in Visual
2015-06-28 Yann ColletMerge pull request #129 from Cyan4973/dev
2015-06-28 Yann Colletrenamed directory to versionsTest
2015-06-28 Yann ColletUpdated NEWS
2015-06-28 Yann Colletminor example clarification
2015-06-27 Yann ColletUpdated lib readme
2015-06-27 Yann ColletFixed : fuzzer display messages
2015-06-27 Yann ColletstaticAnalyze use same compilation flags as normal...
2015-06-27 Yann ColletEnsured make test is not confused with directory test
2015-06-27 Yann ColletAdded namespace ability to xxhash
2015-06-27 Yann ColletChanged : static library is no longer compiled with...
2015-06-27 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-06-26 Yann ColletMerge pull request #124 from toddlipcon/master
2015-06-26 Yann ColletMerge pull request #122 from keszybz/master
2015-06-26 Yann ColletMerge pull request #121 from keszybz/add-gitignore
2015-06-25 Todd LipconFix cmake build to use gnu flags on clang
2015-06-22 Yann ColletMinor doc clarification on sparse mode support
2015-06-18 Yann ColletMinor lib readme update
2015-06-18 Zbigniew Jędrzejewsk... Use lz4 binary to check output
2015-06-18 Zbigniew Jędrzejewsk... Add example which uses the frame api through the library
2015-06-16 Zbigniew Jędrzejewsk... Make git ignore generated files
2015-05-29 Yann ColletMinor update on source ports
2015-05-29 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-05-29 Yann ColletUpdated badges
2015-05-28 Yann ColletMerge pull request #114 from lpsantil/djgpp
2015-05-27 Louis P. SantillanREADM fixup
2015-05-27 Louis P. Santillandjgpp port now using the proposed contrib structure
2015-05-27 Louis P. SantillanReverted all `Makefile` changes
2015-05-26 Louis P. SantillanRenamed the djgpp README so that it gets converted...
2015-05-26 Louis P. SantillanMakefile cleanups to make building with Andrew Wu's...
2015-05-26 Louis P. SantillanFixup lib/Makefile so that is builds a library for...
2015-05-26 Louis P. SantillanFixup programs/{Makefile,lz4cli.c,lz4io.c} to build...
2015-05-26 Yann ColletMerge pull request #111 from Cyan4973/dev
2015-05-25 Yann ColletUpdated NEWS
2015-05-25 Yann ColletFixed : default sparse mode disabled on stdout, to...
2015-05-21 Yann ColletPerformance fix : big compression speed boost for clang...
2015-05-20 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-05-20 Yann ColletMerge pull request #107 from t-mat/issue/103pr2
2015-05-20 Yann ColletAdded LZF
2015-05-20 Takayuki MATSUOKACombine unique .lz4 file info
2015-05-20 Takayuki MATSUOKASupport iterative edit and testing
2015-05-20 Takayuki MATSUOKAAdd log output of succeeded decompression to test script
2015-05-20 Takayuki MATSUOKAAdd log of same files and sha1 hash of unique files...
2015-05-20 Yann ColletFixed : LZ4IO exits too early when frame crc not prese...
2015-05-19 Yann Colletminor tests improvements
2015-05-18 Yann Colletminor test refactor
2015-05-18 Yann ColletFixed sparse issue with non seekable streams (#105)
2015-05-17 Yann Colletremoved "flush" argument to please Travis's python...
2015-05-15 Yann Colletcosmetic changes, 2nd try
2015-05-15 Yann Colletminor cosmetic changes for Takayuki's testVersions
2015-05-15 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-05-15 Yann ColletMerge pull request #104 from t-mat/issue/103pr2
2015-05-15 Takayuki MATSUOKAIssue #103 : Add compatibility test between releases
2015-05-13 Yann ColletAdded a few more interoperability tests (32bits vs...
next