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-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-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-10Dispose of process streams if they are not referenced by the user. (#26204)strajkovmsft
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
2017-12-13Disable Process BasePriority test on WSL (#25869)Josh Free
2017-12-12fix [System.Diagnostics.Process]::GetProcesses(computer) (#25784)William Godbe
2017-12-01Make Process.Start throw Win32Exception when child process doesn't exec. (#25...Tom Deseyn
2017-11-28readlink: handle truncated return (#25543)Tom Deseyn
2017-11-27Speed up Windows ProcessManager.OpenProcess (#25478)Jason Shirk
2017-11-21Fix Process StartTime offset on Linux due to device sleeping (#25312)Tom Deseyn
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-13Mark several tests with [SkipOnTargetFramework(TargetFrameworkMonikers.Mono)]...Egor Bogatov
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-20initial Freebsd support. (#24467)Tomas Weinfurt
2017-10-11Merge pull request #24579 from adiaaida/addPerformanceCountersMichelle McDaniel
2017-10-11Port System.Diagnostics.PerformanceCountersMichelle McDaniel
2017-10-11Revert "Port System.Diagnostics.PerformanceCounters to .NET Core"Michelle McDaniel
2017-10-11Merge pull request #24335 from adiaaida/addPerformanceCountersMichelle McDaniel
2017-10-10Move ProcessWaitHandle to InteropMichelle McDaniel
2017-10-10Change Dictionary to ConcurrentDictionary (#24476)supporter
2017-10-09Allow ProcessStart when folder in CurDirectory has same name as file in ExecD...Maryam Ariyan
2017-10-09Add PerformanceCounter LibraryMichelle McDaniel
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-10-06removing comments not anymore tracked by #24048 (#24460)Maryam Ariyan