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-17Use Win32Marshal from CoreLib shared code (#28161)Jeremy Kuhne
2018-03-12Merge pull request #27881 from weshaggard/ReverseApiCompatWes Haggard
2018-03-12More tests for NamedPipe under different users on Windows (#27960)Paulo Janotti
2018-03-12Add tests to cover CurrentUserOnly in Unix when users are actually different....Paulo Janotti
2018-03-10Add comments to baseline files for known differencesWes Haggard
2018-03-10Consolidate matching ref generated baseline filesWes Haggard
2018-03-10Baseline all reverse apicompat issuesWes Haggard
2018-03-08Do not rely on $HOME since it can be too long, use /tmp (#27853)Paulo Janotti
2018-03-08Named pipe in Unix respects absolute path (#27826)Paulo Janotti
2018-03-02Fix NamedPipe tests failing in Windows 7 and Nano (#27661)Paulo Janotti
2018-03-02Move TryGetString to MemoryMarshal, remove TryGetArray and update testsahsonkhan
2018-03-02Expose and roll out ValueTask extensibilityStephen Toub
2018-03-02PipeOptions.CurrentUserOnly: remove dir on Unix and add negative tests for Wi...Paulo Janotti
2018-02-27NamedPipe: CurrentUserOnly, quick fixes for Unix (#27463)Paulo Janotti
2018-02-22Expose PipeOptions.CurrentUserOnly and add implementation when flag is passed...Santiago Fernandez Madero
2018-02-16Improve test coverage of SocketsHttpHandler (#27135)Stephen Toub
2018-02-13Clear initlocals in a bunch of assemblies (#26993)Stephen Toub
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