]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-04-29  inikepSync 175/head
2016-04-29  inikeputil.h must the the first include to #define _POSIX_C_S...
2016-04-29  inikeputil.h must be the first include to #define _POSIX_C_SOURCE
2016-04-28  inikepgetTotalFileSize moved to common/util.h
2016-04-28  inikepordering of #include
2016-04-28  inikepbench.c: time functions moved to common/util.h
2016-04-28  inikepgetFileSize moved to common/util.h
2016-04-25  inikepget rid of some Visual C++ warnings
2016-04-25  inikepfixed 64-bit compilation with Visual C++
2016-04-25  inikepadded compatibility with Visual C++ 2012
2016-04-25  inikepupdated lib/README.md part 2
2016-04-25  inikepupdated lib/README.md
2016-04-22  inikepfix for g++ compilation
2016-04-22  inikepintroduced ZSTD_NODECOMPRESS to link only compressor
2016-04-22  inikepError functions moved to common/zstd_common.c
2016-04-22  inikepupdated CMakeLists.txt
2016-04-22  inikepintroduced ZSTD_NOCOMPRESS to generate decompressor...
2016-04-22  inikepseparation of lib/ into common/, compress/, decompress...
2016-04-21  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-04-21  inikepminor speed improvements 2
2016-04-21  inikepzst_opt.h: minor compression speed improvement
2016-04-20  Yann Colletbumped lib version to 0.6.1
2016-04-19  inikepbench.c: force at least one compression and decompressi...
2016-04-15  inikepbench.c: fixed rare compression and decompression speed bug
2016-04-15  inikepintroduced ZSTD_DEAFULT_CLEVEL for (compressionLevel<=0)
2016-04-14  inikepremoved ZSTD_compressBegin_targetSrcSize
2016-04-13  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-04-13  inikepbench.c: ignore directories from a file list for benchmark
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  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-04-11  inikepcache literal prices for ZSTD_btopt
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  inikepclock() is default timer for all platforms except Windows
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...
next