platform/upstream/dotnet/runtime.git
2019-02-13 dotnet-maestro-botUpdate ProjectNTfs, ProjectNTfsTestILC to beta-27413...
2019-02-13 Hugh BellamyIntroduce and use common calendar test base (dotnet...
2019-02-13 Santiago Fernandez... Fix native build for x86 (dotnet/corefx#35289)
2019-02-13 Stephen ToubAdd a few more Parse_Subspan_Success inline datas ...
2019-02-13 Santiago Fernandez... Fix official builds to publish to BAR using new sdk...
2019-02-13 Stephen ToubFix argument name in GCHandleTests (dotnet/corefx#35284)
2019-02-13 Hugh BellamyCleanup AssociatedMetadataTypeTypeDescriptor (dotnet...
2019-02-13 David ShulmanAdd simple http Windows auth tests using loopback serve...
2019-02-13 Steve MacLeanAdd AssemblyLoadContext.GetLoadContext(SPC) test
2019-02-12 Geoff KizerMerge pull request dotnet/corefx#34345 from geoffkizer...
2019-02-12 Tomas Weinfurtenable SendAsync_RequestVersion20_ResponseVersion20IfHt...
2019-02-12 Ben AdamsBufferSegment Handle Memory Set/Reset better (dotnet...
2019-02-12 Viktor HoferAdd a shared framework and host for global tools in...
2019-02-12 Geoff Kizerfix netfx build
2019-02-12 Filip NavaraAdd tests for ResourceManager on custom Assembly type...
2019-02-12 Matthijs Breemansfix: pointed ProjectUrl to the Github repository instea...
2019-02-12 Hugh BellamyFix NullReferenceException in AssociationAttribute...
2019-02-12 Hugh BellamyAdd ObjectModel tests (dotnet/corefx#35013)
2019-02-12 dotnet-maestro-botUpdate ProjectNTfs, ProjectNTfsTestILC to beta-27412...
2019-02-12 Sung Yoon WhangMerge pull request dotnet/corefx#35227 from dotnet...
2019-02-12 Santiago Fernandez... Publish build logs as artifacts and produce a binlog...
2019-02-12 Santiago Fernandez... Support building corefx in VS2019 (dotnet/corefx#35197)
2019-02-12 Santiago Fernandez... Remove Jenkins uap and all configurations legs (dotnet...
2019-02-12 Ahson KhanMake sure SequencePosition is saved as part of JsonRead...
2019-02-12 David ShulmanFix HttpClient EKU tests (dotnet/corefx#35240)
2019-02-12 Martin BauligFix ServerAsyncAuthenticateTest. (dotnet/corefx#35170)
2019-02-12 Jeremy BartonMake DEBUG builds always print chain errors (dotnet...
2019-02-12 Kevin JonesIgnore CTRequired when building an X509 chain. (dotnet...
2019-02-12 Santiago Fernandez... Reenable Ubuntu testing (dotnet/corefx#35248)
2019-02-11 Viktor HoferThread principal unauthenticated (dotnet/corefx#35112)
2019-02-11 Kevin GosseFix DispatchProxy arguments with [Out] methods (dotnet...
2019-02-11 William GodbeMerge pull request dotnet/corefx#35241 from wtgodbe...
2019-02-11 Geoff Kizerfix other projects that use LoopbackServer
2019-02-11 Tomas Weinfurtbasic support for PooledConnectionLifetime for HTTP2...
2019-02-11 Stephen ToubSwitch LINQ over to using ThrowHelper pattern (dotnet...
2019-02-11 Pavel KrymetsImprove the pipelines back pressure deadlock error...
2019-02-11 Santiago Fernandez... Publish built packages to artifacts on PRs as well...
2019-02-11 wtgodbeAdd PR trigger
2019-02-11 Stephen ToubMerge pull request dotnet/corefx#35207 from dotnet...
2019-02-11 wtgodbeAdd CI runs for release/3.0
2019-02-11 Aaron RobinsonRemove Obsolete attribute from Variant APIs (dotnet...
2019-02-11 Stephen ToubAdjust System.Diagnostics.Tracing for moved EventCounter
2019-02-11 David FowlerReduce the amount of slicing in GetMemory/GetSpan/Advan...
2019-02-11 KahbaziUse Cdotnet/corefx#7 is operator to remove additional...
2019-02-11 Tanner GoodingRemoving double/float from the FormatterTests.Negative...
2019-02-11 Tarek Mahmoud... Index and Ranges Changes
2019-02-11 dotnet-maestro-botUpdate ProjectNTfs, ProjectNTfsTestILC to beta-27411...
2019-02-11 Sung Yoon WhangSystem.Runtime added to known test list in BasicEventSo...
2019-02-11 David ShulmanFix test failures in CertificateValidationClientServer_...
2019-02-11 Santiago Fernandez... Disable Ubuntu16.04 and 18.04 legs from PRs until they...
2019-02-10 David ShulmanDisable AuthProxy__ValidCreds_ProxySendsRequestToServer...
2019-02-10 David ShulmanAdd NTLM feature detection and more tests (dotnet/coref...
2019-02-10 Stephen ToubDon't force-allocate x509ChainPolicy collections in...
2019-02-10 Stephen ToubReduce memory allocation in Http2Stream (dotnet/corefx...
2019-02-09 David FowlerAdded methods to copy to and from streams (dotnet/coref...
2019-02-09 dotnet-maestro-botUpdate CoreFxOptimizationData, ProjectNTfs, ProjectNTfs...
2019-02-09 Stephen ToubRevert "Don't force-allocate x509ChainPolicy collection...
2019-02-09 Santiago Fernandez... Remove Fedora from helix test queues to unblock PRs...
2019-02-09 Sung Yoon Whangmove EventCounter to shared CoreLib (dotnet/corefx...
2019-02-09 Stephen ToubDon't force-allocate x509ChainPolicy collections in...
2019-02-09 Stephen ToubFix BigInteger parsing of substring span (dotnet/corefx...
2019-02-09 David FowlerGetMemory/GetSpan takes a minimum size (dotnet/corefx...
2019-02-08 Stephen ToubRemove a lot of allocation from SslStream's handshake...
2019-02-08 David FowlerUse the array pool by default instead of going through...
2019-02-08 Matt MitchellMerge pull request dotnet/corefx#35158 from dotnet...
2019-02-08 Viktor HoferRemove InternalsVisibleTo from S.C.C.Registration ...
2019-02-08 Maryam AriyanAdd SwitchExpressionException (dotnet/corefx#34954)
2019-02-08 dotnet-maestro-botUpdate CoreFxOptimizationData, ProjectNTfs, ProjectNTfs...
2019-02-08 0xflotusfixed small errors (dotnet/corefx#35162)
2019-02-08 Geoff Kizerrename HttpCookieProtocolTests => HttpClientHandlerTest...
2019-02-08 Geoff Kizeradd GenericLoopbackServer and provide basic implementat...
2019-02-08 Geoff KizerMerge pull request dotnet/corefx#34630 from geoffkizer...
2019-02-07 Tanner GoodingUpgrading Roslyn to 3.0.0-beta2-final (dotnet/corefx...
2019-02-07 Krzysztof WicherFix casing of files to get closer to ./build.sh -allCon...
2019-02-07 matejskubicProcess.Close check for null before using variable...
2019-02-07 Hugh BellamyRemove dead code from Composition.Hosting (dotnet/coref...
2019-02-07 Stephen ToubFix failing xNodeBuilder tests (dotnet/corefx#35140)
2019-02-06 Kevin JonesAllow ephemeral CNG keys to be used when signing a...
2019-02-06 Maxim DobryakovFix overflow exception in StringParsingHelpers (dotnet...
2019-02-06 Geoff Kizerfix merge issues and some test cleanup
2019-02-06 Geoff Kizeradd basic GOAWAY tests and connection shutdown handling
2019-02-06 Geoff Kizertest fixes for various handlers and some additional...
2019-02-06 dotnet-maestro-botUpdate BuildTools, ProjectNTfs, ProjectNTfsTestILC...
2019-02-06 Geoff Kizermake HTTP2 tests run for platform handler as well
2019-02-06 Stephen ToubAdd SocketErrorPal mapping for EPERM (dotnet/corefx...
2019-02-06 Stephen ToubMerge pull request dotnet/corefx#35069 from dotnet...
2019-02-06 Jose Perez... Removing UAPvNext Assets from OOB packages (dotnet...
2019-02-06 Dan MoseleySome test fixes (dotnet/corefx#35092)
2019-02-06 Hugh BellamyAdd more ComponentModel.Annotations tests (dotnet/coref...
2019-02-06 Filip NavaraTest more invalid values for ThreadPool.[Unsafe]Registe...
2019-02-06 Stephen ToubFix CountdownEvent.Wait to respect underlying event...
2019-02-06 Stephen ToubFinish removing Environment from corefx
2019-02-06 Hugh BellamyCleanup ObjectModel code (dotnet/corefx#35047)
2019-02-06 dotnet-maestro-botUpdate ProjectNTfs, ProjectNTfsTestILC to beta-27405...
2019-02-06 Hugh BellamyIncrease Serialization.Primitives coverage (dotnet...
2019-02-06 George StockerFixed Initialized misspelling on unit tests (dotnet...
2019-02-06 Santiago Fernandez... Add build batching for official builds (dotnet/corefx...
2019-02-06 Jose Perez... Adding readme to source package and changing the nested...
2019-02-05 Afsaneh RafighiMerge pull request dotnet/corefx#34880 from Wraith2...
2019-02-05 Tomas Weinfurtremove instrumentation and move unreliable tests to...
next