]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-04-03  Yann Colletfixed buffer sync error in zbuff 159/head
2016-04-01  Yann Colletrefined exception for hashlog < min
2016-04-01  Yann ColletFix : rare bugs when hashLog < min in bt mode
2016-04-01  Yann Colletremoved unwanted files
2016-04-01  Yann Colletfixed zbuff error 775-3 (internal buffer management) 158/head
2016-04-01  Yann Colletfixed minor visual 32-64bits conversion warning
2016-04-01  Yann Colletfixed decoding error, reported by Maciej Adamczyk
2016-04-01  Yann Colletminor variable isolation
2016-03-30  Yann Colletfixed harmless comparison warning
2016-03-30  Yann Colletfixed paramgrill
2016-03-30  Yann Colletfixed clang conversion warning
2016-03-30  Yann Colletseparate params into compressionParams and frameParams
2016-03-30  Yann Colletchanged validateParams() into checkParams() + adjustPar...
2016-03-26  Yann ColletFixed zdict
2016-03-26  Yann Colletfixed ARM compatibility
2016-03-26  Yann Colletfixed 32-bits compatibility
2016-03-26  Yann Colletminor variable isolation
2016-03-25  Yann Colletfixed : fullbench link to deprecate function (wrong...
2016-03-25  Yann Colletimproved decompression speed (680)
2016-03-24  Yann Colletsupport for alternate offset (fusion)
2016-03-24  Yann Colletminor variables isolation
2016-03-23  Yann Colletfixed write overflow found by fuzzer
2016-03-23  Yann Colletfixed crash at -O3 with customized block size (wrong...
2016-03-23  Yann ColletAdded BMI instructions
2016-03-23  Yann Colletshared const BIT_mask
2016-03-23  Yann Colletminor optimization (DSpeed 665)
2016-03-23  Yann Colletminor reordering (DSpeed 665)
2016-03-23  Yann Colletimproved decoding speed (660)
2016-03-23  Yann Colletbench : added HIGH_PRIORTY
2016-03-23  Yann Colletnew decodeSequence, merging parts
2016-03-23  Yann Colletminor variation - DSpeed at 640
2016-03-22  Yann Colletfirst working version with both encoder and decode...
2016-03-22  Yann Colletfirst prototype with ML encoding scheme (but not yet...
2016-03-21  Yann ColletMerge branch 'dev060' into alternateLLcode
2016-03-21  Yann ColletFixed #153, reported by @thatsafunnyname
2016-03-21  Yann Colletimproved decompression speed
2016-03-21  Yann Colletminor variable isolation
2016-03-21  Yann Colletcode simplification (but reduce decompression speed...
2016-03-21  Yann Colletfirst working version with alternate LL codes
2016-03-20  Yann Colletsupport default LL distribution
2016-03-20  Yann Collethandles litLength >= 65535
2016-03-20  Yann Colletfirst emulation
2016-03-20  Yann ColletImproved index overflow protection
2016-03-20  Yann Colletminor code refactoring
2016-03-20  Yann Colletminor code refactor
2016-03-20  Yann Colletupdated huff0
2016-03-20  Yann Colletcode refactoring
2016-03-19  Yann Colletminor code refactoring
2016-03-19  Yann ColletImproved speed for small files
2016-03-19  Yann Colletperformance fix for small files
2016-03-19  Yann Colletfixed clang warning
2016-03-19  Yann Colletminor refactor
2016-03-19  Yann Colletminor performance fix (decompression)
2016-03-19  Yann Colletcode refactor
2016-03-19  Yann Colletminor refactoring
2016-03-19  Yann Colletminor refactoring
2016-03-19  Yann Colletminor code refactor
2016-03-19  Yann ColletFixed : decoder error on erroneous data
2016-03-18  Yann Colletsimplifications
2016-03-18  Yann Colletminor simplifications
2016-03-18  Yann ColletMerge pull request #152 from KrzysFR/fix_vs2013_build_path
2016-03-18  Christophe... Made all vs2013 vcxproj build to the same folders 152/head
2016-03-18  Yann Colletminor code refactoring
2016-03-17  Yann Colletbench.c : implemented single pass mode `-i0`
2016-03-17  Yann Colletbench : changed timer to clock_t, reduced timeloop...
2016-03-17  Yann Colletfullbench : restored -b31 (decodeLiterals) and -b32...
2016-03-17  Yann Colletswitched fullbench time measurement to clock_t from...
2016-03-17  Yann ColletMerge branch 'dev060' of github.com:Cyan4973/zstd into...
2016-03-17  Yann Colletminor refactoring
2016-03-17  Yann Colletminor refactoring
2016-03-17  Yann ColletImproved decompression speed (by @inikep)
2016-03-16  Yann ColletUpdate NEWS on #147 by @chipturner
2016-03-16  Yann ColletAdded : ability to test direct-streaming functions...
2016-03-16  Yann Colletchanged `BLOCKSIZE` into `ZSTD_BLOCKSIZE_MAX`
2016-03-15  Yann Colletminor refactoring, from `char*` to `const char*`
2016-03-15  Yann Colletfullbench : ZSTD_decompress is now option 2
2016-03-15  Yann Colletfixed fullbench visual project
2016-03-15  Yann Colletfullbench can measure speed of zbuff
2016-03-15  Yann Colletupdate doc / comments
2016-03-15  Yann ColletAdded frame content size test within fuzzer
2016-03-15  Yann ColletMerge pull request #151 from Cyan4973/framesize
2016-03-15  Yann Colletfix fileio bug with new zbuff 151/head
2016-03-15  Yann Colletminor refactoring
2016-03-15  Yann ColletFrame content size supported
2016-03-14  Yann ColletMerge pull request #149 from Cyan4973/framesize
2016-03-14  Yann ColletMerge pull request #148 from Cyan4973/dev060 149/head
2016-03-14  Yann ColletMerge pull request #147 from Cyan4973/dev 148/head
2016-03-14  Yann ColletAdded test to check decompression error return code 147/head
2016-03-14  Yann ColletMerge pull request #146 from chipturner/dev
2016-03-14  Chip Turneruse remove instead of unlink 146/head
2016-03-14  Chip Turnerpropagate errors when decompressing; also unlink dstfil...
2016-03-13  Yann Colletminor comments update
2016-03-12  Yann ColletDecompression can decode frame content size
2016-03-11  Yann Colletcreated ZSTD_frameParams
2016-03-11  Yann Colletbenchmark mode : automated cooling (overheat protection)
2016-03-10  Yann Colletimplemented `--ultra` mode protection
2016-03-10  Yann ColletMerge pull request #145 from inikep/dev
2016-03-10  inikephashLog3 removed from paramgrill 145/head
2016-03-10  inikepremoved hashLog3 from ZSTD_parameters 144/head
2016-03-10  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
next