platform/upstream/lz4.git
2015-03-07 Yann ColletUpdated : compress multiple files
2015-03-03 Yann ColletMerge pull request #52 from KyleJHarper/r128/multiple_i...
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-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-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 Colletfixed : pkg version
2014-12-06 Yann Colletminor refactoring
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-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...
2014-11-04 Yann ColletFixed issue #31 : lz4.c warning under visual
2014-11-04 Yann ColletAdded : cmake test
2014-11-04 Yann ColletMakefile : added -Wcast-align compilation warning
2014-11-04 Yann ColletUpdated unsynchronized buffers tests
2014-11-03 Yann ColletUpdated ring buffer examples
2014-11-03 Yann Colletfullbench : display Algorithm Nb
2014-11-02 Yann ColletOptimized LZ4_saveDictHC()
2014-11-01 Yann ColletUpdated xxHash to r38
2014-10-29 Yann ColletAdded : valgrind test for fuzzer
2014-10-29 Yann Colletminor fuzzer test correction
2014-10-28 Yann ColletMerge pull request #33 from Cyan4973/streamHC
2014-10-28 Yann ColletFixed : frametest for Travis CI build matrix
2014-10-28 Yann Colletnew Travis CI build matrix
2014-10-28 Yann ColletAdded : frametest32
2014-10-27 Yann ColletLZ4 HC streaming integrated within lz4frame
2014-10-26 Yann ColletHC streaming : support for very long streaming (> 4...
2014-10-25 Yann ColletHC streaming : support small ringbuffer scenarios
2014-10-22 Yann ColletAdded : HC streaming ring buffer example
2014-10-21 Yann Colletfixed LZ4F_compressFrameBound (dynamic block resize)
2014-10-20 Yann ColletLZ4 HC : fixed small dictionary streaming compression
2014-10-20 Yann ColletLZ4 HC : External Dictionary compression : First implem...
2014-10-19 Yann Colletminor refactoring of LZ4 HC, to prepare for external...
2014-10-19 Yann Colletfuzzer : easier random replay
2014-10-19 Yann Colletfuzzer : fixed test 21
2014-10-19 Yann Colletfuzzer : faster jump to testNb
2014-10-18 Yann Colletfuzzer : fixed minor command lines issues
2014-10-18 Yann Colletupdated LZ4HC API
2014-10-17 Yann ColletMerge branch 'dev' of https://github.com/Cyan4973/lz4...
2014-10-10 Yann Colletfuzzer : pause at the end is disabled by default
2014-10-09 Yann Colletmodified : fuzzer automatically selects seed
2014-10-06 Yann ColletUpdated : xxHash to r37
2014-10-06 Yann Colletupdate distribution builder "make dist"
2014-10-05 Yann ColletFixed : LZ4F_compressBound() using null preferencesPtr
2014-09-25 Yann ColletMerge pull request #28 from Cyan4973/dev
2014-09-24 Yann Colletupdated comment on compressionLevel field
2014-09-23 Yann ColletMerge pull request #27 from Cyan4973/dev
2014-09-22 Yann Colletfixed : clang warnings
2014-09-22 Yann ColletAdded : suooirt for s390x, thanks to Nobuhiro Iwamatsu
2014-09-22 Yann ColletLZ4F_compressFrame : fix potential crash on selecting...
2014-09-22 Yann ColletLZ4F_compressFrame() : auto-resize block size when...
2014-09-22 Yann ColletSlightly improved decompression speed (linkedBlockMode...
2014-09-22 Yann ColletLZ4F_getFrameInfo() No longer requires to continue...
2014-09-21 Yann Colletlz4frame : support stableDst option
2014-09-14 Yann Colletsmall improvements to lz4frame compression
2014-09-13 Yann Colletchanged : lz4 test mode (-t) to no longer ask for confi...
2014-09-13 Yann Colletchanged xxhash directory
2014-09-13 Yann ColletMerge pull request #26 from Cyan4973/frame
2014-09-13 Yann ColletRestored variable output size fuzzer test
next