]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-04-05  inikepzstd_stats.h moved to .debug/ 161/head
2016-04-04  inikepfixed -Werror,-Wconversion warning
2016-04-04  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-04-04  inikepchanged price estimation for optimal parser
2016-04-04  Yann Colletchanged `contentLog` -> `chainLog`
2016-04-04  Yann Colletreduced memory usage of very hich compression levels...
2016-04-04  inikepMerge from Cyan4973/dev060
2016-04-04  Yann ColletFixed 32-bits windowLog limitation
2016-04-04  Yann Colletminor variable isolation
2016-04-04  Yann Colletminor cli correction (arguments are `const char*`)
2016-04-04  Yann Colletcode refactorization, for better clarity and reliability
2016-04-03  Yann Colletminor variable isolation
2016-04-03  Yann Colletstronger zbuff synchronization tests
2016-04-03  Yann ColletMerge pull request #159 from Cyan4973/alternate3
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 ColletMerge pull request #158 from Cyan4973/alternate3
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-30  inikepticksPerSecond=0
2016-03-30  inikepremoved clock_gettime (not portable)
2016-03-29  inikepadded -lrt required by clock_gettime
2016-03-29  inikepsupport for QueryPerformanceCounter and clock_gettime
2016-03-29  inikepfix for BMK_clockSpan on Windows
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  inikepfix for -Wshorten-64-to-32 warning in ZSTD_statsUpdateP...
2016-03-25  inikepfixed compilation with ZSTD_NOBENCH
2016-03-25  Yann Colletimproved decompression speed (680)
2016-03-25  inikepcreated zstd_stats.h
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  inikepadded ZSTD_compressBegin_targetSrcSize
2016-03-23  Yann ColletAdded BMI instructions
2016-03-23  inikephashLog3 added to ZSTD_CCtx
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  inikepadded mili_sleep and setHighPriority
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  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
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...
next