Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-07-14DiagnosticSourceEventSource supports base class properties (#55613)Noah Falk
2021-07-14[mono] Fix race during mono_image_storage_open (#55201)Ulrich Weigand
2021-07-14[mono] Add wrapper info for native func wrappers. (#55602)Zoltan Varga
2021-07-14H/3 and Quic AppContext switch (#55332)Marie Píchová
2021-07-14Compression.ZipFile support for Unix Permissions (#55531)Eric Erhardt
2021-07-14[mono] Fix skipping of static methods during IMT table construction. (#55610)Zoltan Varga
2021-07-14Combine System.Private.Xml TrimmingTests projects (#55606)Eric Erhardt
2021-07-14fix name conflict with Configuration class (#55597)Geoff Kizer
2021-07-14Finish migrating RSAOpenSsl from RSA* to EVP_PKEY* Jeremy Barton
2021-07-14Disable generic math (#55540)Tanner Gooding
2021-07-14Obsolete CryptoConfig.EncodeOID (#55592)Kevin Jones
2021-07-14Address System.Net.Http.WinHttpHandler's nullable warnings targeting .NETCore...Huo Yaoyuan
2021-07-14Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentR...Alexander Nikolaev
2021-07-14Fix Task.WhenAny failure mode when passed ICollection of zero tasks (#55580)Stephen Toub
2021-07-14Consume DistributedContextPropagator in DiagnosticsHandler (#55392)Miha Zupan
2021-07-14Add property ordering feature (#55586)Steve Harter
2021-07-14Reduce subtest count in Reflection (#55537)Dan Moseley
2021-07-14Do PGO restore as part of PGO path lookup. (#55584)Jeremy Koritzinsky
2021-07-14Open types can exist as entries in interface map (#55372)David Wrighton
2021-07-14Avoid declaring an object cannot fit in a segment if we already have committe...Andrew Au
2021-07-14Recognize MacCatalyst as a superset of iOS (#55550)Jeff Handley
2021-07-14Fix length check for Regex BOL FindFirstChar optimization (#55574)Stephen Toub
2021-07-13Remove IL2050 in System.Management (#54810)Andrii Kurdiumov
2021-07-13Remove IL205 warning for System.Data.Odbc (#54809)Andrii Kurdiumov
2021-07-13[mono] Fix loader incompatibility w.r.t. Resolving event (#54815)Ulrich Weigand
2021-07-13[QUIC] Move ByteMixingOrNativeAVE_MinimalFailingTest to OuterLoop (#55595)Natalia Kondratyeva
2021-07-13Add runtime property HOSTFXR_PATH (#55369)Mateo Torres-Ruiz
2021-07-13Remove EventSourceActivity (#55575)hrrrrustic
2021-07-13Simplify PosixSignalRegistration implementation on Unix (#55552)Stephen Toub
2021-07-13Disable some PosixSignalRegistration tests on mobile targets (#55569)Stephen Toub
2021-07-13Disable Http2_MultipleConnectionsEnabled_InfiniteRequestsCompletelyBlockOneCo...Alexander Nikolaev
2021-07-13Add leeway to revocation timeout tests.Kevin Jones
2021-07-13[wasm][http] Improve compatibility of abort and cancelation of BrowserHttpHan...Pavel Savara
2021-07-13Add one-shot CFB encrypt/decrypt to SymmetricAlgorithmKevin Jones
2021-07-13Fix Tizen ARMEL Build Failure (#55545)Dong-Heon Jung
2021-07-13Remove C# dynamic support from JsonNode (#55430)Steve Harter
2021-07-13Delayed client certificate (#54692)Jan Jahoda
2021-07-13Add ConfigurationManager(#55338)Stephen Halter
2021-07-13H/3 Server Cert validation callback exception fix (#55526)Marie Píchová
2021-07-13Add AttributeTargets.Interface to JsonConverterAttribute (#54922)Eirik Tsarpalis
2021-07-13QUIC read pipeline changes (#55505)Natalia Kondratyeva
2021-07-13Import `cgt.un(op, 0)` as `NE(op, 0)` (#54539)SingleAccretion
2021-07-13Expose nullability info (#54985)Buyaa Namnan
2021-07-13Augment tests for FileMode.Append (#55513)Stephen Toub
2021-07-13Rename TextMapPropagator to DistributedContextPropagator (#55539)Tarek Mahmoud Sayed
2021-07-13Update spin-wait pause/yield normalization (#55295)Koundinya Veluri
2021-07-13Improve resolving runtime pack in WasmApp targets (#55258)Alexander Köplinger
2021-07-13Do not eliminate casts from FP types (#53667)SingleAccretion
2021-07-13optimize adding unwind info entries by hashtable (#55398)Dzmitry Konanka
2021-07-13Use interpolated strings in more placesStephen Toub