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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-19Prevent concurrent use corruption from causing infinite loops (#16991)Ben Adams
2018-03-18Removed dead code: SafeWinHttpHandleWithCallback (#28171)Robert Matusewicz
2018-03-18Fix EventSource Test Failures in CoreFX (dotnet/coreclr#16999)Brian Robbins
2018-03-17Use Win32Marshal from CoreLib shared code (#28161)Jeremy Kuhne
2018-03-17Merge pull request #28134 from stephentoub/connectionallocsStephen Toub
2018-03-17Put the path on IOException strings when possible (dotnet/coreclr#16998)Jeremy Kuhne
2018-03-17Added DCS Tests for System.Drawing Types (#27082)Joshua Clark
2018-03-17Fix build breakJan Kotas
2018-03-17Fix GetTempPath (dotnet/coreclr#16921)Jeremy Kuhne
2018-03-17Add EventSource TraceLogging Support for EventPipe (dotnet/coreclr#16861)Brian Robbins
2018-03-17LongFileTime.ToDateTimeOffset perf (#28129)Alfred Myers
2018-03-16Use vectorized T=byte implementations to optimize all MemoryExtensions APIs f...Ahson Khan
2018-03-16Avoid boxing allocation from PtrToStructure in UnmanagedCertificateContextStephen Toub
2018-03-16Avoid StringBuffer allocation in Interop.Kernel32.GetMessageStephen Toub
2018-03-16Remove List and array allocation from NTAuthentication.GetOutgoingBlobStephen Toub
2018-03-16Remove SecBuffer[1] allocation from SafeDeleteContext.InitializeSecurityContextStephen Toub
2018-03-16ArgumentList added to Process.StartInfo (#27191)Anirudh Agnihotry
2018-03-16Merge pull request dotnet/coreclr#16923 from brianrob/eventlistener_activityidVance Morrison
2018-03-16Add TaskCanceledException ctor that takes CancellationToken (#16939)Stephen Toub
2018-03-16Windows interop fixes for System.Runtime.Extensions (#28089)Jeremy Kuhne
2018-03-15Normalize the too-big-to-decrypt message across RSA implementationsJeremy Barton
2018-03-15Fix System.Drawing Reverse ApiCompat issues (#28023)Santiago Fernandez Madero
2018-03-15Port SequentialEqual() optimizations to ReadOnlySpan overloads (#28073)Atsushi Kanamori
2018-03-15Fixed common testsAnipik
2018-03-15DIfferent Directory Separator for linux (dotnet/coreclr#16936)Anirudh Agnihotry
2018-03-14Add tests for ClientWebSocket connections thru a proxy (#28031)David Shulman
2018-03-14Fix GetHashCode with invariant modeTarek Mahmoud Sayed
2018-03-13Expose SocketsHttpHandler.ResponseDrainTimeout (#28011)Stephen Toub
2018-03-13Give WebSocket server time to close connection (#27993)Stephen Toub
2018-03-13Fix short path expansion (dotnet/coreclr#16901)Jeremy Kuhne
2018-03-13Tests For Remove Relative Segments (#27844)Anirudh Agnihotry
2018-03-13Missing Case In Remove Relative Segments (dotnet/coreclr#16869)Anirudh Agnihotry
2018-03-12Use a cached canceled task in ValueTask (#27967)Stephen Toub
2018-03-12Add a test to validate sensitivity on OSX (#27959)Jeremy Kuhne
2018-03-12Optimize MemoryExtensions SequenceEqual for more T's (#27859)Atsushi Kanamori
2018-03-12Change CurlHandler to only request HTTP/2 over TLS (#27934)Stephen Toub
2018-03-10Add back method needed by CoreRTJan Kotas
2018-03-10Perf fix for month-day parsing ambiguity (dotnet/coreclr#16782)Hugh Zabriskie
2018-03-10Remove dead code found by ILLink. (dotnet/coreclr#16759)Eugene Rozenfeld
2018-03-10Move MutableDecimal from System.Memory to Common (#27917)Ahson Khan
2018-03-10Use ValueStringBuilder instead of StringBuilderCacheJan Kotas
2018-03-10RemoveRelativeSegments moved from path to pathinternal (#16829)Anirudh Agnihotry
2018-03-10Delete AsReadOnly* APIs that are no longer part of the public surface (#16799)Jan Kotas
2018-03-09Allow Socket.GetOrAllocateThreadPoolBoundHandle to fully inline (#27895)Stephen Toub
2018-03-09Fix Compile errorTarek Mahmoud Sayed
2018-03-09Service Base Tests Corrected (#27630)Anirudh Agnihotry
2018-03-09Fix inlining of IAsyncStateMachineBox (dotnet/coreclr#16830)Stephen Toub
2018-03-09Make member visibility first accross corlib (dotnet/coreclr#16836)Jan Kotas
2018-03-09Collapse AsSpan().Slice(...) into .AsSpan(...) (#27867)Tarek Mahmoud Sayed
2018-03-08Move String to shared corelib partition (dotnet/coreclr#16749)Jan Kotas