platform/upstream/lz4.git
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
2014-08-31 Yann Colletupgraded lz4frame compression tests
2014-08-30 Yann Colletlz4frame compression API v1 completed
2014-08-30 Yann Colletminor fuzzer code cleanup
2014-08-30 Yann Colletminor fuzzer cleaning
2014-08-29 Yann Colletfix : lz4frame : added default blockSizeID
2014-08-29 Yann Colletlz4frame minor API fixes (pointers)
2014-08-29 Yann Colletminor lz4frame API update : errorCodes & frameInfo
2014-08-28 Yann ColletMerge branch 'frame' of https://github.com/Cyan4973...
2014-08-28 Cyan4973Merge pull request #24 from Cyan4973/dev
2014-08-28 Cyan4973Merge pull request #23 from Cyan4973/dev
2014-08-28 Yann ColletUpdated : NEWS to r122
2014-08-28 Cyan4973Merge pull request #22 from Cyan4973/dev
2014-08-28 Yann Colletlz4frame API update : introducing LZ4F_getHeaderInfo()
2014-08-27 Yann Colletclarified comments within lz4frame API
2014-08-26 Yann Colletmodified permission
2014-08-26 Yann Colletupdated lz4hc 64-bits detection
2014-08-26 Yann ColletFixed crlf issue
2014-08-26 Yann ColletSimplified travis test flow
2014-08-26 Yann ColletAdded : examples from Takayuki Matsuoka
2014-08-26 Yann Colletminor comment clarification about LZ4_compressBound()
2014-08-26 Yann Colletearly LZ4F decompression API
2014-08-25 Yann ColletLZ4F API update. Creating "simple function" (compressio...
2014-08-25 Yann ColletAdded : mips 64 bits detection macro, as suggested...
2014-08-23 Yann ColletUpdated LZ4F API : differentiate resource/compression...
2014-08-22 Yann Colletadd new directory 'examples'
2014-08-21 Yann Colletminor API comment clarifications
2014-08-21 Yann ColletFix : 64-bits macro detection for AIX system (thanks...
2014-08-21 Yann Colletminor cmake refresh
2014-08-20 Yann ColletAdded macro, for large file support on 32-bits AIX
2014-08-19 Yann Colletminor lz4frame API update
2014-08-19 Yann ColletAdded : lz4frame comments (doc)
2014-08-19 Yann Colletupdated lz4frame API, following suggestions from Takayu...
2014-08-18 Yann ColletAdded : lz4Framing.h, first example of Framing compress...
2014-08-18 Yann ColletAdded : LZ4 Framing Format, new version (v1.4.1)
2014-08-18 Yann ColletRemoved : old version of framing format
2014-08-15 Yann ColletUpdate xxHash to r36
2014-08-13 Yann Colletupdated release number
2014-08-09 Yann ColletRevert "Introduced "Continuous Block Mode" (CBM) naming"
2014-08-08 Yann ColletIntroduced "Continuous Block Mode" (CBM) naming
2014-08-08 Yann Colletclarified "dev" branch policy
2014-08-08 Cyan4973Merge pull request #19 from ignatenkobrain/dev
2014-08-08 Igor GnatenkoMakefile: fix DESTDIR
2014-08-07 Cyan4973Merge pull request #17 from Cyan4973/dev
next