platform/upstream/lz4.git
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 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
2014-09-13 Yann ColletFrame decompression speed optimization
2014-09-13 Yann Colletfullbench : added benchmark for LZ4F_decompress()
2014-09-13 Yann ColletLZ4F_getFrameInfo() : provides srcSize hint like LZ4F_d...
2014-09-13 Yann ColletLZ4F_decompressFrame : implemented srcSizeHint as funct...
2014-09-13 Yann Colletlz4frame : implemented option stableSrc
2014-09-12 Yann Colletlz4frame : autoflush mode : saves memory, and improves...
2014-09-11 Yann Colletslightly improved frame compression speed
2014-09-10 Yann ColletImproved lz4frame compression speed
2014-09-10 Yann ColletMore tests : random flushes
2014-09-10 Yann ColletFix : streaming mode bug (re-using context & buffers)
2014-09-09 Yann ColletAdded : streaming mode
2014-09-07 Yann ColletAdded : valgrind verification for frametest
2014-09-07 Yann Colletminor allocation correction (compressBegin)
2014-09-07 Yann ColletAPI change : compressionContext more easily reusable
2014-09-07 Yann ColletAdded : fuzzer : ability to jump to specified testNb
2014-09-07 Yann ColletAdded : variable dstBuffer size decompression test
2014-09-07 Yann ColletMore complex compression tests
2014-09-06 Yann ColletImproved frame decompression test
2014-09-06 Yann Colletminor frametest display improvement
2014-09-06 Yann Colletminor test code refactoring
2014-09-06 Yann ColletMore tests (variation of blocksize & checksum)
2014-09-05 Yann ColletAdded some more tests
2014-09-05 Yann ColletImplemented Content Checksum Verification within LZ4F_d...
2014-09-04 Yann ColletAdded : xxhash.h at root, for compilation
2014-09-04 Yann Colletfixed : LZ4F_decompress()
2014-09-03 Yann ColletCompleted first version of lz4frame decompress
2014-09-01 Yann ColletAdded : preliminary frame decompression function
next