]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-04-12  Yann Colletupdated readme for 0.6.0 167/head
2016-04-12  Yann ColletUpdated DICT_MAGIC, since internal dictionary format...
2016-04-12  Yann ColletAdded : zbuff.c to library; reported by Yipei Zhang
2016-04-12  Yann ColletFixed : contentSize + copyCCtx()
2016-04-12  Yann ColletAdded : fuzzer test, checking contentLength value after...
2016-04-12  Yann Colletremoved headerBuffer
2016-04-12  Yann Colletcreated ZSTD_writeFrameHeader()
2016-04-11  Yann Colletminor speed improvement for ZSTD_copyCCtx()
2016-04-11  Yann ColletFixed copyCCtx() on uninitialized cctx (reported by...
2016-04-11  Yann Colletfixed round-trip corruption, reported by Oliver Lange
2016-04-11  Yann Colletfixed uninitialization error, reported by Maciej Adamczyk
2016-04-11  Yann Colletfixed uninitialization error, reported by Maciej Adamczyk
2016-04-10  Yann ColletFixed minor conversion warning
2016-04-10  Yann Colletminor refactor
2016-04-10  Yann Colletfixed : minor warning on return value
2016-04-10  Yann ColletFixed : cli error on stdin + stdout, as detected by...
2016-04-10  Yann ColletFix infinite loop with invalid data (fuzzer test)
2016-04-09  Yann ColletMerge pull request #165 from Cyan4973/dev060
2016-04-09  Yann Colletupdated cLevels 165/head
2016-04-09  Yann Colletfixed fullbench link stage
2016-04-09  Yann ColletFixed uninitialized warning, reported by Maciej Adamczyk
2016-04-09  Yann Colletfixed minor warnings when compiling with `gcc -g` ...
2016-04-09  Yann Colletfixed Visual project
2016-04-09  Yann ColletIntegrated Legacy v0.5.x decoder (provided by @inikep)
2016-04-08  Yann Colletfixed decoding error
2016-04-08  Yann ColletFixed : minor variable isolation
2016-04-08  Yann Colletconverted fuzzer timer to clock_t
2016-04-08  Yann Colletupdated cLevel for block <= 256K
2016-04-08  Yann ColletMerge branch 'dev060' of github.com:Cyan4973/zstd into...
2016-04-08  Yann Colletfaster level 1 at 256 KB
2016-04-07  Yann ColletMerge pull request #164 from inikep/dev
2016-04-07  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973... 164/head
2016-04-07  Yann ColletFixed memory initialization issue, reported by Maciej...
2016-04-07  inikepuse extDict only when needed
2016-04-07  inikeponly repcode 0 for lazy, lazy2 and btlazy2 strategies
2016-04-07  inikepRevert "removed void ZSTD_compressBlock_greedy"
2016-04-07  Yann ColletFixed make install (reported by Oliver Lange)
2016-04-07  Yann Colletminor compression speed optimization
2016-04-07  inikepremoved void ZSTD_compressBlock_greedy
2016-04-07  Yann ColletImplemented default coding table for lengths and offset
2016-04-07  Yann ColletMerge pull request #163 from inikep/dev
2016-04-07  inikepMerge branch 'refs/heads/lazy_MML3' into dev 163/head
2016-04-07  inikepminor speed improvements
2016-04-06  inikepreordered code
2016-04-06  inikepreordered functions
2016-04-06  inikepfixed support for searchLength=4
2016-04-06  inikepMINMATCH=3 for lazy strategy
2016-04-06  inikepMINMATCH=3
2016-04-05  inikepworking ZSTD_compressBlock_opt_extDict_generic
2016-04-05  inikepcode formatting
2016-04-05  inikepZSTD_compressBlock_opt_extDict_generic in progress
2016-04-05  inikepintroduced ZSTD_compressBlock_greedy
2016-04-05  inikep3 repcodes with ZSTD_compressBlock_lazy_extDict_generic
2016-04-05  inikepZSTD_REP_NUM=3 only
2016-04-05  inikepMerge remote-tracking branch 'refs/remotes/origin/repco...
2016-04-05  inikepsupport for ZSTD_REP_NUM=3
2016-04-05  inikepremoved kSlotNew
2016-04-05  inikepexperiments with ZSTD_decodeSequence
2016-04-05  Yann ColletMerge pull request #161 from inikep/dev
2016-04-05  inikepworking 4 reps
2016-04-05  inikepzstd_stats.h moved to .debug/ 161/head
2016-04-04  inikepimproved logging
2016-04-04  inikepMerge remote-tracking branch 'refs/remotes/origin/dev...
2016-04-04  inikepfixed -Werror,-Wconversion warning
2016-04-04  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-04-04  Yann Colletfixed Visual conversion warnings
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
next