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-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-13NamedPipeClient connect throws TimeoutException when appropriate (#25877)Paulo Janotti
2017-12-12Re-enable additional tests on WSL (#25807)Josh Free
2017-11-22Add support for Unix Domain Sockets (#25246)Eric Erhardt
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-15File path is in IO exception messages (#25195)Stano Peťko
2017-11-04Use distro detection from Microsoft.DotNet.PlatformAbstractions (#24531)Krzysztof Wicher
2017-11-02Fix concurrency in MultipleWaitingClients_ServerServesOneAtATime test (#25004)Stephen Toub
2017-11-01Disable a few new pipes tests that may be causing a CI hang on OSX (#24995)Stephen Toub
2017-10-31Implement maxNumberOfServerInstances support on UnixStephen Toub
2017-10-31Change lifetime of Socket used in NamedPipeServerStream on UnixStephen Toub
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-13Switch WaitNamedPipe and CreateNamedPipeClient invocation ordering. (#24616)Jiri Appl
2017-10-06Use CancellationTokenRegistration.Token in PipeCompletionSourceStephen Toub
2017-10-04[UWP]allow all security flags on named pipe client (#24414)Paulo Janotti
2017-09-30Avoid deadlock on NamedPipeTest.Specific on UWP (#24348)Paulo Janotti
2017-09-29Revert "Conditionally run namedPipes tests in uap if windows version contains...Paulo Janotti
2017-09-29Avoid blocking ThreadPool threads in cancelable NamedPipe*Stream.ReadAsync on...Stephen Toub
2017-09-28Conditionally run namedPipes tests in uap if windows version contains fix (#2...Jose Perez Rodriguez
2017-09-28[WIP] Removing CreateFileW from UWP (#24297)Paulo Janotti
2017-09-14Override PipeStream.Read/WriteAsync(Memory)Stephen Toub
2017-09-11Rename IsWinRT to IsInAppContainer (#23935)Dan Moseley
2017-09-06Enable detecting Red Hat distors in PlatformDetection (#23775)Tarek Mahmoud Sayed
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09Override Span-based methods on PipeStream (#23055)Stephen Toub
2017-07-17Merge pull request #22273 from joperezr/PipesJose Perez Rodriguez
2017-07-17Move NamedPipe tests to use Local prefixJose Perez Rodriguez
2017-07-11Revert "Have the uap version of RemoteExecutorTestBase.RemoteInvoke wait in a...Santiago Fernandez Madero
2017-07-10Have the uap version of RemoteExecutorTestBase.RemoteInvoke wait in a… (#21...Koundinya Veluri
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-26Disable Pipes, Threading, and String tests for UAP (#21543)Dan Moseley
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-23Fix System.IO.Pipes.Tests for Uap (#21419)Santiago Fernandez Madero
2017-06-15Update Pinvoke baselines to match latest modernapis.xml entries (#21028)Dan Moseley
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-05Skipping performance test that hangs on Unix.José Rivero
2017-05-26Merge pull request #20322 from ericstj/updateConfigurationsEric StJohn
2017-05-26Update buildtools and extensions and do tests cleanup for new attributes beha...Santiago Fernandez Madero
2017-05-25Remove help VS commentsEric St. John
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Enable most corefx tests for Bash on WindowsJason Lin
2017-05-13Fix Pipes tests to workaround desktop SafeHandle finalization bugStephen Toub
2017-05-10Remove unneeded Serializable attributes (#19577)Morgan Brown
2017-05-09Disable desktop tests (#19522)Santiago Fernandez Madero
2017-05-05Dsiable failed test for issue 18546.FAREAST\v-lijiay
2017-04-28DIsable some tests failing on netfxIan Hays
2017-04-26Merge pull request #18696 from sepidehMS/ChangeExpectedExceptionPipeStreamTestIan Hays
2017-04-25Unblock S.IO.Ports and S.IO.Pipes on Aot. (#18928)Atsushi Kanamori