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
2021-03-05Credentials fixes (#402)Jan Jahoda
2018-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-05-25Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-05-21Use shared StringBuilderCache (#29657)Stephen Toub
2018-05-02Fix Process.ExitCode on mac for killed processes (#29407) (#29445)Jose Perez Rodriguez
2018-04-22Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-04-11Modify test to only try open file with vi not nano (#28997)Maryam Ariyan
2018-04-11Test Disabled for non-english CI (#28952)Anirudh Agnihotry
2018-04-10Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-04-05Increase window for process start time test (#28852)Dan Moseley
2018-04-05Handle recycled child PIDs (#27763)Tom Deseyn
2018-04-02Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-03-31Emit less junk from Process test (#28669)Dan Moseley
2018-03-31Adding test checking working Directory in childProcess (#28628)Anirudh Agnihotry
2018-03-27Increasing AllowedWindow time, Fixes #28479 (#28490)Maryam Ariyan
2018-03-23Process.StartTime on Linux - make it deterministic & compatible (#28193)Vasiliy Novikov
2018-03-23Simplify interop on Windows CreateProcess path (#28372)Jan Kotas
2018-03-22Use aot friendly interop in System.Diagnostics.Process (#28329)Jan Kotas
2018-03-16ArgumentList added to Process.StartInfo (#27191)Anirudh Agnihotry
2018-03-09Collapse AsSpan().Slice(...) into .AsSpan(...) (#27867)Tarek Mahmoud Sayed
2018-03-08Merge pull request #27831 from ericstj/updateVSConfigsEric StJohn
2018-03-08Update SLNs and projects to be in sync with configurationsEric St. John
2018-03-08TestChildProcessCleanupAfterDispose: increase timeout from 1s to 30s; sleep a...Tom Deseyn
2018-03-07Fix/Update System.Diagnostics.Tests.ProcessTests/ProcessStart_UseShellExecute...Maryam Ariyan
2018-03-06Fixing System.Diagnostics.Tests.ProcessTests failures on Unix (#27670)Maryam Ariyan
2018-03-06Merge pull request #27420 from ericstj/SystemEventsEric StJohn
2018-03-03Fix break in ProcessTestBase.Uap.cs (#27671)Stephen Toub
2018-03-02Use SIGCHLD to trigger Process waitpid check (#26291)Tom Deseyn
2018-03-02Expose and roll out ValueTask extensibilityStephen Toub
2018-03-01Recognize 'I' for idle in /proc/pid/stat (#27579)Dan Moseley
2018-03-01Fix failing outerloop tests in System.Runtime.Extensions (#27415)Maryam Ariyan
2018-02-27Adjust PInvokes to match style guidelinesEric St. John
2018-02-26Disable failing tests (#27461)Jan Kotas
2018-02-21Rename string-slicing extension methods (#27328)Atsushi Kanamori
2018-02-20Try finalizer on RemoteInvokeHandle (#27087)Dan Moseley
2018-02-13Fix Process Start tests in outerloop on Unix.Eric Erhardt
2018-02-13Lower the default stack buffer size for calling getpwXXX_r methods.Eric Erhardt
2018-02-11Fix some license headers across the repo (#27039)Stephen Toub
2018-02-09Fix ProcessStartInfo tests on CentOS in Debug (#26945)Eric Erhardt
2018-02-06Delete dead or redundant code (#26890)Jan Kotas
2018-02-01Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestIL...dotnet-maestro-bot
2018-01-29Support Process.Start as a different user on Unix. (#26431)Eric Erhardt
2018-01-24Command line tokenization reconciling (#25857)artkpv
2018-01-23Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-10Dispose of process streams if they are not referenced by the user. (#26204)strajkovmsft
2018-01-03Merge remote-tracking branch 'upstream/master'Marek Safar
2018-01-03Process info standard input encoding (#25990)madelson
2017-12-19Ensure build of netcoreapp vertical of CoreFx can be done without past packag...Santiago Fernandez Madero
2017-12-16Add Command Line parser comment (#25955)Karel Zikmund