platform/upstream/lz4.git
2015-04-12 Kyle J HarperAdded support for continuation of file compression...
2015-04-12 Kyle J HarperAdded new LZ4IO_decompressMultipleFilenames to allow...
2015-03-31 Yann ColletMerge pull request #69 from Cyan4973/dev
2015-03-31 Yann ColletFixed : Visual compilation
2015-03-30 Yann ColletMerge pull request #67 from Cyan4973/dev
2015-03-30 Yann ColletUpdated comments on LZ4F_getFrameInfo()
2015-03-30 Yann Colletrestored lz4hc compression ratio
2015-03-29 Yann ColletMerge pull request #66 from Cyan4973/dev
2015-03-29 Yann Colletlz4frame validates contentSize during decompression
2015-03-29 Yann ColletChanged struct member to contentSize
2015-03-27 Yann ColletMerge pull request #65 from Cyan4973/dev
2015-03-26 Yann Colletconverted to markdown friendly syntax
2015-03-26 Yann ColletReference format doc
2015-03-26 Yann ColletFixed : Makefile
2015-03-26 Yann Colletwindows friendly make clean
2015-03-25 Yann Colletminor beautifier (make clean)
2015-03-25 Yann ColletAdded : arm cross-compilation test
2015-03-25 Yann ColletFixed cast-align warnings on 32-bits
2015-03-25 Yann ColletAdded : doc authorship
2015-03-25 Yann ColletMerge pull request #63 from t-mat/comment-on-example...
2015-03-24 Takayuki MATSUOKAAdd "Examples" subtree
2015-03-24 Takayuki MATSUOKAAdd README.md as table of contents
2015-03-24 Takayuki MATSUOKAAdd document for "Line by Line Text Compression" example
2015-03-24 Takayuki MATSUOKAAdd document for "Double Buffer" example
2015-03-24 Takayuki MATSUOKAAdd document : "Streaming API Basics"
2015-03-23 Yann ColletUpdated man page : "--[no-]X"
2015-03-23 Yann ColletUpdated tests
2015-03-23 Yann ColletUpdated long commands, with reverse "--no-" variants
2015-03-23 Yann Colletupdated dist list
2015-03-23 Yann ColletMerge pull request #61 from Cyan4973/dev
2015-03-23 Yann Colletlz4 cli supports frame content size
2015-03-22 Yann Colletremoved useless man pages
2015-03-22 Yann ColletUpdates tests & Man pages
2015-03-21 Yann Colletnew long commands
2015-03-19 Yann ColletSome more tests related to frame content size
2015-03-18 Yann Colletframe content size support
2015-03-17 Yann ColletUpdated lz4io sparse file support (alignment properties)
2015-03-16 Yann Colletminor lz4frame optimisation (no more malloc() on using...
2015-03-16 Yann Colletminor lz4frame refactoring
2015-03-16 Yann ColletUpdated LZ4 frame format documentation
2015-03-16 Yann ColletAdded : Readme into lib directory, to explain what...
2015-03-16 Yann Colletlz4 utility supports "pass-through" mode
2015-03-16 Yann Colletminor refactoring
2015-03-16 Yann Colletskippable frames support
2015-03-16 Yann Colletminor CMakeLists update
2015-03-16 Yann ColletMerge pull request #60 from Cyberunner23/master
2015-03-15 Cyberunner23Removed checking of CMAKE_SYSTEM_PROCESSOR when adding...
2015-03-15 Yann Colletremoved -s command from lz4c specific list of legacy...
2015-03-15 Yann ColletAdded : unlz4 symbolic link to "lz4 -d"
2015-03-15 Yann Colletchanged "make install" default install directory to...
2015-03-15 Yann ColletAdded : clang test
2015-03-15 Yann ColletFix : static analyzer test on Travis
2015-03-15 Yann Colletscan-build tests
2015-03-15 Yann ColletMerge pull request #58 from Cyan4973/sparseFile
2015-03-13 Yann Colletwindows sparse file support
2015-03-13 Yann ColletImproved sparse files support
2015-03-13 Yann ColletImproved sparse file support
2015-03-11 Yann ColletFixed minor g++ warnings
2015-03-11 Yann ColletPreliminary support for sparse files
2015-03-11 Yann ColletFixed minor warnings
2015-03-11 Yann ColletMerge pull request #57 from alexDarcy/master
2015-03-11 alexDarcyUpdated Cmake configuration for non-gnu compiler
2015-03-10 Yann Colletg++ compatibility
2015-03-09 Yann ColletUpdated datagen (can create sparse files)
2015-03-08 Yann ColletMerge pull request #54 from t-mat/gc-issue/155
2015-03-08 Yann ColletFixed : static library (x64 binary)
2015-03-07 Yann ColletNetBSD compatibility (#48)
2015-03-07 Yann ColletUpdated : compress multiple files
2015-03-03 Yann ColletMerge pull request #52 from KyleJHarper/r128/multiple_i...
2015-03-02 Takayuki MATSUOKAFix sentinel bit pattern
2015-03-02 Takayuki MATSUOKAFix sentinel size miscalculation
2015-03-02 Takayuki MATSUOKAAdd GNU coreutil's is_nul() method to isSparse()
2015-03-02 Takayuki MATSUOKAAdd Neil's method to isSparse()
2015-03-02 Takayuki MATSUOKAImprove isSparse()
2015-03-02 Takayuki MATSUOKAAdjust coding style
2015-03-02 Takayuki MATSUOKAGoogle Code Issue 155: lz4 cli should support sparse...
2015-03-02 kyleAdded support for multiple input files to act more...
2015-03-01 Yann ColletMerge pull request #49 from t-mat/msvc-fseeki64
2015-03-01 Yann Colletrestored lz4 hc compression ratio
2015-02-14 Takayuki MATSUOKAReplace fseek with _fseeki64 to avoid MSVC's 2GiB barrier
2015-01-21 Yann ColletFix : lz4frame.h within uninstaller
2015-01-13 Yann ColletAdded : Visual project directory
2014-12-19 Yann ColletMerge pull request #47 from Cyan4973/dev
2014-12-17 Yann ColletAdded : -pedantic compilation option
2014-12-17 Yann ColletC90 compatibility
2014-12-16 Yann ColletFixed : older compiler don't like nameless unions,...
2014-12-16 Yann ColletFixed : bug within LZ4 HC streaming mode, reported...
2014-12-14 Yann ColletFixed : GCC 4.9 bug on highest performance settings...
2014-12-13 Yann ColletUpdated comments
2014-12-13 Yann Colletfixed travis tests
2014-12-13 Yann ColletFixed : install test on travis
2014-12-13 Yann ColletNew : lz4frame integrated into liblz4 (v1.5.0)
2014-12-13 Yann ColletFixed : minor warnings under Visual
2014-12-11 Yann ColletMerge pull request #43 from Cyan4973/dev
2014-12-10 Yann Colletminor memtest correction
2014-12-10 Yann Colletupdated NEWS
2014-12-10 Yann ColletFixed : LZ4_compress_limitedOutput() bug, as reported...
2014-12-10 Yann Colletstronger tests for LZ4_compress_limitedOutput()
2014-12-09 Yann ColletMerge pull request #41 from Cyan4973/dev
2014-12-09 Yann Colletfixed : pkg version
next