]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-08-19  Antonio BuenoFixed Markdown warnings. No visible changes. 2277/head
2020-08-19  Yann ColletMerge pull request #2268 from bimbashrestha/actions-icc
2020-08-15  Felix HandteMerge pull request #2270 from felixhandte/fix-doc-cctx...
2020-08-14  W. Felix HandteFix Documentation for ZSTD_CCtxParams_setParameter() 2270/head
2020-08-13  Bimba Shrestharemoving icc from travis 2268/head
2020-08-13  Bimba Shresthaadding icc to actions
2020-08-13  Yann ColletMerge pull request #2267 from cwoffenden/clang-comma
2020-08-13  Carl WoffendenFix clang -Wcomma warning 2267/head
2020-08-11  Nick TerrellMerge pull request #2265 from terrelln/prefetch-fix
2020-08-11  Nick TerrellPrefer __builtin_prefetch over inline asm 2265/head
2020-08-11  Yann ColletMerge pull request #2262 from felixhandte/fewer-stat...
2020-08-10  W. Felix HandteFix MS Build 2262/head
2020-08-10  W. Felix HandteClean Up Redundant Checks, Rename FIO_remove() -> FIO_r...
2020-08-10  W. Felix HandteRemove UTIL_statFile() and UTIL_statDir(); Decompose...
2020-08-10  W. Felix HandteRemove Unused Function UTIL_fileExist()
2020-08-10  W. Felix HandteRe-Organize and Document Prototypes in util.h
2020-08-05  W. Felix HandteShare stat() Calls in Uses of UTIL_chmod()
2020-08-05  W. Felix HandteUse stat() to Check that File Should be chmod()-ed
2020-08-05  W. Felix HandteDeduplicate Some Low-Hanging Fruit of Redundant Stat...
2020-08-05  W. Felix HandteIntroduce Variants of Various UTIL Functions that Take...
2020-08-05  W. Felix HandteRename UTIL_getFileStat() -> UTIL_statFile() and UTIL_g...
2020-08-05  W. Felix HandteMark stat_t Arg to UTIL_setFileStat() const
2020-08-05  W. Felix HandteAdditionally Convert UTIL_getFileStat() Calls to UTIL_s...
2020-08-05  W. Felix HandteUse New Stat Helper
2020-08-05  W. Felix HandteIntroduce Dedicated Helper to Call stat()
2020-08-04  Yann ColletMerge pull request #2258 from Niadb/dev
2020-08-02  Yann ColletMerge pull request #2253 from facebook/histvec
2020-07-29  Nick TerrellMerge pull request #2256 from helloguo/dev
2020-07-29  Yann ColletMerge pull request #2259 from cwoffenden/vs-warning
2020-07-29  Carl WoffendenFixed VS variable shadowing warning (and added test) 2259/head
2020-07-28  helloguoUse ZSTD_copy16 instead of memcpy 2256/head
2020-07-28  NiadbUpdate bitstream.h 2258/head
2020-07-28  NiadbAdd files via upload
2020-07-28  NiadbAdd files via upload
2020-07-28  helloguoOptimize ZSTD_wildcopy
2020-07-27  Nick TerrellMerge pull request #2252 from helloguo/dev
2020-07-27  Yann Colletfixed overlapping count & workspace special case 2253/head
2020-07-27  Yann Colletoptimized histogram
2020-07-24  helloguofix preprocessor in ZSTD_wildcopy 2252/head
2020-07-23  Yann Colletupdated documentation
2020-07-22  Yann ColletMerge pull request #2250 from facebook/twoFieldsArgs
2020-07-21  Yann ColletMerge pull request #2249 from facebook/fsefix
2020-07-21  Yann Colletimproved 2-args macro to support both syntaxes 2250/head
2020-07-17  Yann Colletadded tests for newly enabled syntax
2020-07-17  Yann Colletextended 2-fields macro usage to number arguments
2020-07-17  Yann ColletCLI: simplified handling of separated-fields arguments
2020-07-17  Yann ColletMerge pull request #2197 from neheb/hj
2020-07-17  Yann ColletMerge pull request #2243 from facebook/uclibc
2020-07-17  Yann Colletensure workspace is large enough 2249/head
2020-07-17  Yann Colletimport some minor fixes from FSE project
2020-07-16  Felix HandteMerge pull request #2246 from ffontaine/dev
2020-07-15  Yann ColletMerge pull request #2247 from facebook/revert-2244-dev
2020-07-15  Yann ColletRevert "Fix -Wunused-variable under FUZZING_BUILD_MODE..." 2247/head
2020-07-15  Yann ColletMerge pull request #2244 from hctim/dev
2020-07-15  Fabrice Fontaineprograms/util.c: fix build without st_mtime 2246/head
2020-07-14  Mitch PhillipsFix -Wunused-variable under FUZZING_BUILD_MODE... 2244/head
2020-07-13  Yann Colletfix uclibc's st_mtim 2243/head
2020-07-13  Nick TerrellMerge pull request #2242 from evverx/cifuzz-ubsan-msan
2020-07-13  Evgeny Vereshchagincifuzz: turn on UBsan and MSan 2242/head
2020-07-11  Yann Colletminor doc clarification regarding MT parameters
2020-07-10  Nick TerrellMerge pull request #2239 from evverx/evverx-cifuzz
2020-07-10  Yann ColletMerge pull request #2219 from xxie24/output-dir-mirror
2020-07-10  Yann ColletMerge pull request #2183 from tonytheodore/patch-1
2020-07-09  Yann ColletMerge pull request #2237 from marxin/gcda-to-gitignore
2020-07-09  Yann ColletMerge pull request #2236 from marxin/pgo-fix-comment
2020-07-09  Yann ColletMerge pull request #2231 from marxin/use-threads-in...
2020-07-09  Martin LiskaAdd GCC PGO data files to .gitignore. 2237/head
2020-07-09  Martin LiskaUpdate comment about PGO build. 2236/head
2020-07-09  Martin LiskaUse threads in streaming_compression.c example. 2231/head
2020-07-09  Evgeny Vereshchagincifuzz: don't upload artifacts when CIFuzz fails to... 2239/head
2020-07-08  Yann ColletMerge pull request #2230 from cwoffenden/minor-tidy
2020-07-08  Yann ColletMerge pull request #2235 from bimbashrestha/decom-macros
2020-07-08  Bimba Shrestharemoving min decomp 2235/head
2020-07-08  Carl WoffendenRemove superfluous build-time options 2230/head
2020-07-07  Yann ColletMerge pull request #2227 from yoshihitoh/single-file...
2020-07-07  yoshihitohChange Emscripten docker image to the official one... 2227/head
2020-07-06  Yann ColletMerge pull request #2228 from marxin/rename-ZSTDMT_NBTH...
2020-07-06  Martin LiskaRename ZSTDMT_NBTHREADS_MAX to ZSTDMT_NBWORKERS_MAX. 2228/head
2020-07-05  yoshihitohEnable docker based Emscripten build on single file...
2020-06-30  Nick TerrellMerge pull request #2220 from dkcasset/fix-lib-Makefile...
2020-06-30  Nick TerrellMerge pull request #2221 from BioDataAnalysis/bda_insta...
2020-06-29  dkcassetAdd variable for sed extended RE option (defaults to -E) 2220/head
2020-06-29  Mario Emmenlauerbuild/cmake/lib/CMakeLists.txt: Install shared library... 2221/head
2020-06-29  yoshihitohRename static vars to avoid redefinition error.
2020-06-26  dkcassetReplace -E option with equivalent -r for older versions...
2020-06-25  Xin XieAdd output-dir-mirror option 2219/head
2020-06-23  Nick TerrellMerge pull request #2218 from terrelln/assert-seq
2020-06-23  Nick TerrellMerge pull request #2217 from terrelln/cover-redundant
2020-06-23  Nick TerrellMerge pull request #2209 from Niadb/dev
2020-06-22  Nick TerrellFix unused variable warnings in fuzzing build mode... 2218/head
2020-06-22  Nick Terrell[cover] Remove unnecessary mask and dedup hash functions 2217/head
2020-06-22  Nick TerrellMerge pull request #2212 from cwoffenden/single-file...
2020-06-22  Nick TerrellMerge pull request #2214 from terrelln/superblock-cross...
2020-06-22  Nick Terrell[superblock] Add defensive assert and bounds check 2214/head
2020-06-22  Carl WoffendenRenamed cover and fast cover hash functions/vars 2212/head
2020-06-22  Carl WoffendenInitial implementation (files added, macros fixed)
2020-06-19  NiadbUpdate compiler.h 2209/head
2020-06-19  NiadbUpdate compiler.h
2020-06-19  NiadbAdd files via upload
2020-06-19  NiadbAdd files via upload
next