platform/upstream/lz4.git
2015-06-29 Yann ColletAdded static analyzer test in Visual
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...
2015-05-12 Yann ColletUpdated a few comments
2015-05-07 Yann ColletFixed minor typo
2015-05-07 Yann Colletminor introduction update
2015-05-07 Yann ColletMerge pull request #102 from Cyan4973/dev
2015-05-06 Yann Colletminor parsing update
2015-05-06 Yann ColletUpdated comments
2015-05-06 Yann ColletFixed typo
2015-05-06 Yann ColletAdded : LZ4_compress_destSize()
2015-05-06 Yann ColletAdded compilation flag -Wcast-qual
2015-05-04 Yann ColletUpdated readme
2015-05-03 Yann ColletUpdated lz4hc API
2015-05-03 Yann ColletFixed minor Visual warning
2015-05-03 Yann ColletUpdated streaming examples
2015-05-03 Yann ColletNew lz4 API, using LZ4_compress_fast()
2015-05-02 Yann ColletMerge pull request #99 from eberge/dev
2015-05-02 Yann ColletFixed bug 9318
2015-05-02 Yann Colletrefactored lz4hc
2015-04-28 Eric BergeInstall the lz4frame.h header in the cmake build
2015-04-27 Yann Colletmoved lz4frame context types to incomplete typedef
2015-04-24 Yann ColletIncreased aligment requirement for lz4frame context...
2015-04-24 Yann ColletModified lz4frame context typedef, to enforce stricter...
2015-04-24 Yann ColletFixed minor static analyzer warning
2015-04-24 Yann Colletstreaming API : Improved ring buffer management
2015-04-23 Yann ColletMerge pull request #98 from eberge/dev
2015-04-23 Eric Bergecmake support for AIX, HPUX, Solaris and Windows
2015-04-23 Yann ColletAdded LZ4_compress_fast_extState()
2015-04-21 Yann ColletFrame content size disabled by default when using LZ4F_...
2015-04-21 Yann ColletRemoved obsolete functions from lz4 cli
2015-04-21 Yann ColletRemoved LZ4_compress() (obsolete) from lz4
2015-04-20 Yann ColletUpdated LZ4F_freeDecompressionContext(), to provide...
2015-04-20 Yann ColletChanged LZ4F compressionLevel from unsigned to signed...
2015-04-20 Yann ColletFixed frame concatenation
2015-04-20 Yann ColletFixed frametest
2015-04-20 Yann ColletRestored make-lz4
2015-04-20 Yann ColletFixed unfinished frame (issue #75)
2015-04-19 Yann ColletUpdated LZ4F_getFrameInfo() behavior, related to uncomp...
2015-04-18 Yann Colletadded --no-sparse test
2015-04-17 Yann ColletSparse file support is now enabled by default
2015-04-16 Yann Collettest error message in multiple files mode
2015-04-16 Yann ColletReclassified some notification messages as errors
2015-04-16 Yann Colletstronger arm tests
2015-04-16 Yann Colletfix minor "divide by zero" risk
2015-04-16 Yann Colletfixed minor leak
2015-04-16 Yann ColletStatic analyzer generates error codes on bug suspicion
2015-04-16 Yann Colletminor header refactoring
2015-04-16 Yann ColletMerge pull request #96 from t-mat/improve-pr-95
2015-04-16 Yann Colletminor optimization for small files
next