platform/upstream/lz4.git
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
2014-12-08 Yann ColletMerge pull request #40 from Cyan4973/dev
2014-12-06 Yann Colletminor refactoring
2014-12-05 Yann ColletMerge pull request #39 from Cyan4973/dev
2014-12-03 Yann ColletClarified a few comments
2014-12-03 Yann ColletMerge pull request #38 from Cyan4973/newDir
2014-12-03 Yann ColletFixed : deprecated function LZ4_slideInputBufferHC()
2014-12-02 Yann Colletvariable ref renamed
2014-12-01 Yann Colletlz4frame.h : clarified a few comments
2014-12-01 Yann ColletMerge pull request #37 from Cyan4973/newDir
2014-12-01 Yann Colletlz4cli : legacy arguments are now disabled by default
2014-12-01 Yann ColletFixed : make dist
2014-11-30 Yann ColletClarified some file names
2014-11-30 Yann Colletfix : sudo for make install
2014-11-30 Yann Collet(no commit message)
2014-11-30 Yann ColletNew directory structure : library source files into...
2014-11-30 Yann ColletUpdate cmakelist to support new lz4io version
2014-11-30 Yann ColletLZ4IO : modified to use lz4frame instead
2014-11-30 Yann ColletMerge pull request #36 from Cyan4973/AlignEndian
2014-11-30 Yann ColletFixed : some minor Visual warnings
2014-11-29 Yann ColletUpdated lz4hc : re-use most shared elements from lz4...
2014-11-29 Yann ColletImproved compression speed on big endian CPU
2014-11-29 Yann Colletminor : fixed warning under clang
2014-11-29 Yann ColletFixed : decompression issue on 32-bits CPU without...
2014-11-28 Yann ColletFixed decompression bug
2014-11-27 Yann ColletImproved decoding speed
2014-11-23 Yann ColletAdded : $(EXT) within install for cross-compilation...
2014-11-23 Yann ColletCorrected lz4io
2014-11-22 Yann ColletNew endian & alignment code
2014-11-06 Yann ColletMerge pull request #34 from Cyan4973/dev
2014-11-04 Yann ColletMakefile : refactored Travis CI tests
2014-11-04 Yann Colletlz4.h : updated library version number to 1.4.0
2014-11-04 Yann ColletFixed issue 44 : stopped concatenated stream on null...
next