platform/upstream/dotnet/runtime.git
2018-04-04 Stephen ToubMake default SocketsHttpHandler SslProtocols include...
2018-04-04 Stephen ToubUse cached IdnMapping instances (dotnet/corefx#28800)
2018-04-04 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, ProjectN...
2018-04-03 Caesar Chendisable test (dotnet/corefx#28789)
2018-04-03 Jose Perez... Removing unused Target
2018-04-03 Krzysztof WicherSslStream IDN mapping host name on Windows (dotnet...
2018-04-03 Jose Perez... Adding support for ncurses 6.1 TERM format on System...
2018-04-03 Anirudh AgnihotryExisting Directory ReadOnlyVolume Disabled for alpine...
2018-04-03 Daniel ImmsFix grammar issue that made sentence ambiguous (dotnet...
2018-04-03 Jose Perez... Adding test execution to the allConfigurations leg...
2018-04-03 Wes HaggardMerge pull request dotnet/corefx#28779 from weshaggard...
2018-04-03 Stephen ToubImprove throughput of Uri construction (dotnet/corefx...
2018-04-03 Tarek Mahmoud... Fix allocated Encoding memory initialization (dotnet...
2018-04-03 Stephen ToubStop artificially rooting SocketAsyncEventArgs (dotnet...
2018-04-03 Wes HaggardPin PlatformAbstraction version to last stable
2018-04-03 Stephen ToubFix ProxyExplicitlyProvided_DefaultCredentials_Ignored...
2018-04-03 Jan VorlicekFix build with xcode 9.3 (dotnet/corefx#28768)
2018-04-03 Matt GalbraithMerge pull request dotnet/corefx#28744 from MattGal...
2018-04-03 Stephen ToubAdd char.ToLower/Upper perf tests (dotnet/corefx#28765)
2018-04-03 Stephen ToubAdd more functional and perf tests for string.ToLower...
2018-04-03 Matt GalbraithAdd new Debian.9.Amd64 queue. Debian's Azure versionin...
2018-04-02 Anirudh AgnihotryTests for Directory Exists (dotnet/corefx#28732)
2018-04-02 Koundinya VeluriSwitch threading perf tests to use constant instead...
2018-04-02 dotnet-maestro-botUpdate CoreFx, CoreSetup to preview3-26402-05, preview3...
2018-04-02 Tomas Weinfurtadd proxy bypass list processing for windows (dotnet...
2018-04-02 Ben AdamsUse a non-contigous Dictionary for tests (dotnet/corefx...
2018-04-02 Daniel HenrySlight grammar improvement to coding-style.md (dotnet...
2018-04-02 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup, ProjectNTfs, Project...
2018-04-02 Caesar ChenFix ipv6 address format in Host header (dotnet/corefx...
2018-04-02 Jeremy BartonFix the message for Cryptography_InvalidPadding
2018-04-02 Ben AdamsArrayMemoryPoolBuffer should only implement IMemoryOwne...
2018-04-02 Koundinya VeluriIncrease iteration counts in threading perf tests ...
2018-04-02 dotnet-maestro-botUpdate CoreFx to preview3-26402-01 (dotnet/corefx#28706)
2018-04-02 Stephen ToubFix comment in AuthenticationHelper.NtAuth.cs
2018-04-02 dotnet-maestro-botUpdate CoreClr, CoreSetup to preview3-26402-01, preview...
2018-04-02 Geoff Kizerif server sends invalid challenge, don't continue proce...
2018-04-01 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup to preview3-26401...
2018-04-01 Paulo JanottiFix intermittent crashes on FileSystemEnumeration on...
2018-04-01 Koundinya VeluriFix thread constructor test on newer kernels (dotnet...
2018-04-01 Marco RossignoliCleanup Console.WriteLine() (dotnet/corefx#28687)
2018-03-31 Alexander RadchenkoCorrected a typo 'nanager' to 'manager' (dotnet/corefx...
2018-03-31 Saurabh SinghUpdate issue-guide.md (dotnet/corefx#28685)
2018-03-31 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup to preview3-26331...
2018-03-31 Stephen ToubAvoid unnecessarily propagating ExecutionContext in...
2018-03-31 Paulo JanottiMarking tests affected by 27740 in XmlSchemaValidatorAp...
2018-03-31 Stephen ToubDisable frequently failing GetAsync_SupportedSSLVersion...
2018-03-31 Stephen ToubStop blocking explicit opt-in to Ssl2/3 in SslStream...
2018-03-31 Cory RiveraBump System.Data.SqlClient assembly version to 4.4...
2018-03-31 Ahson KhanAdd tests for calling Span APIs via reflection to verif...
2018-03-31 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx to preview3-02631...
2018-03-31 Jeremy BartonReact to X509Chain changes in macOS 10.13.4 (dotnet...
2018-03-31 Dan MoseleyEmit less junk from Process test (dotnet/corefx#28669)
2018-03-31 Anirudh AgnihotryAdding test checking working Directory in childProcess...
2018-03-31 Stephen ToubMerge pull request dotnet/corefx#28638 from stephentoub...
2018-03-31 Krzysztof WicherSslStream mutates state of options (dotnet/corefx#28666)
2018-03-31 Santiago Fernandez... FontFamily.Equals in Linux use .Name instead of NativeF...
2018-03-31 dotnet-maestro-botUpdate BuildTools to preview3-02630-02 (dotnet/corefx...
2018-03-31 Konst KhurinRemoving System.Runtime.Caching/src/MatchingRefApiCompa...
2018-03-30 Jiayi Yuremove empty baseline files (dotnet/corefx#28656)
2018-03-30 Wes HaggardMerge pull request dotnet/corefx#28659 from weshaggard...
2018-03-30 Stephen ToubAddress PR feedback
2018-03-30 Ahson KhanSplit OwnedMemory into MemoryManager and IMemoryOwner...
2018-03-30 Stephen ToubFix race condition on read ahead task in SocketsHttpHan...
2018-03-30 Stephen ToubRemove buffer argument from WebSocket.CreateFromStream...
2018-03-30 Wes HaggardEnable optional tools in no-test build definition
2018-03-30 Jose Perez... Fixing two additional package tests (dotnet/corefx...
2018-03-30 Jeremy BartonFix 1DES and RC2 CryptoServiceProvider CreateTransform...
2018-03-30 Jeremy BartonMake TripleDESCryptoServiceProvider CreateTransform...
2018-03-30 Krzysztof WicherAdd server-side SNI support (dotnet/corefx#28278)
2018-03-30 Konst KhurinMaking types listed in dotnet/corefx#27980 internal...
2018-03-30 Omar TawfikFix Microsoft.VisualBasic Ref API surface issues (dotne...
2018-03-30 Anirudh AgnihotryUsing random string for temp files (dotnet/corefx#28589)
2018-03-30 Gene LeeFix ConnectionTimeoutTestWithThread test (dotnet/corefx...
2018-03-30 Gene LeeFix MatchingRefApiCompat issues (dotnet/corefx#28369)
2018-03-30 Pavel KrymetsDo not resume reader on 0-byte FlushAsync (dotnet/coref...
2018-03-30 Jiayi YuFix MatchingRefApiCompat issues in Serialization librar...
2018-03-30 Stephen ToubMake AuthenticationException message less platform...
2018-03-30 Stephen ToubReduce buffering in ManagedWebSocket.ReceiveAsync ...
2018-03-30 Eric StJohnMerge pull request dotnet/corefx#28600 from ericstj...
2018-03-30 Eric ErhardtUpdate dogfood instructions with current SDK version...
2018-03-30 Eric ErhardtSupport musl-libc based linux RIDs (dotnet/corefx#28560)
2018-03-30 Stephen ToubPool SocketAsyncEventArgs used to establish connections
2018-03-30 Stephen ToubSplit ConcurrentQueue<T>.Segment into its own file
2018-03-30 Stephen ToubRemove string allocation from CookieContainer ctor
2018-03-30 Stephen ToubDispose connections immediately when returned to a...
2018-03-30 Stephen ToubAvoid creating cleaning timer if no connections will...
2018-03-30 Saurabh SinghRemove long running option from MARS (dotnet/corefx...
2018-03-30 Jan KotasRe-enable GetTaskSchedulersForDebugger test (dotnet...
2018-03-30 Wes HaggardMerge pull request dotnet/corefx#28616 from weshaggard...
2018-03-29 Maryam AriyanUsing System.ComponentModel.Composition vs. System...
2018-03-29 Max KerrMake it clear that the default proxy cannot by set...
2018-03-29 Eric St. JohnDisable OOBing for Vectors on NCA2.1 and UAP6+
2018-03-29 Eric St. JohnFix missing System.Memory dependency from Registry
2018-03-29 Eric St. JohnMS.NETCore.Targets should not be tested on 1.x as it...
2018-03-29 Eric St. JohnPermit cycles in netstandard when testing OOB packages
2018-03-29 Eric St. JohnEnable package testing of latest NETCoreApp2.1
2018-03-29 Eric St. JohnEnsure we run on private CLI/SDK and not a newer machin...
2018-03-29 Eric St. JohnExclude CoreFx.Private.TestUtilities from testing
2018-03-29 Eric St. JohnEnsure we test runtime closure
2018-03-29 Eric St. JohnFix System.Security.Permissions facade.
next