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
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
2017-10-02Make GetProcessInfo() for a single PID cheaper on Windows (#24198)dnickless
2017-09-25Applying remaining code review comment from #24078 (#24237)Maryam Ariyan
2017-09-18Ensure ProcessModule for main executable is first in modules list (#24106)Stephen Toub
2017-09-16Fixing build failure on CI happening on Centos (#24078)Maryam Ariyan
2017-09-15Refactoring code. No changes made to logic. (#24060)Maryam Ariyan
2017-09-15Fixing assertion failure happening on some of the unix machines (#24017)Maryam Ariyan
2017-09-14fixing test failure on some windows machines (#24007)Maryam Ariyan
2017-09-12Merge pull request #23705 from maryamariyan/temp-unix-fixMaryam Ariyan
2017-09-12uncommenting OuterLoops and fixing conditional testMaryam Ariyan
2017-09-12Applied second round code reviewMaryam Ariyan
2017-09-12fixing failure on linuxMaryam Ariyan
2017-09-12Applying code review commentsMaryam Ariyan
2017-09-11Add test for 22299, to throw if folder passed inMaryam Ariyan
2017-09-11Refactored code and cleaned up testsMaryam Ariyan
2017-09-08Improving unix implementation for UseShellExecuteMaryam Ariyan
2017-08-29Update VS configurationsEric St. John
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-11Reenable passing System.Diagnostics.Process test (#23118)Santiago Fernandez Madero
2017-07-22Update UAP pinvoke baselines (#22516)Paulo Janotti
2017-07-19Fix remaining S.D.Process test issues (#22413)Krzysztof Wicher
2017-07-18Skip Process test in uapJose Perez Rodriguez
2017-07-18Fix all S.D.Process tests on UAP (#22270)Krzysztof Wicher
2017-07-18Stabilize Exittime test (#22359)Dan Moseley
2017-07-17Skipping tests that are not supported in uap and uapaotJose Perez Rodriguez
2017-07-13some files did not get saved when replacingKrzysztof Wicher
2017-07-13apply pr feedbackKrzysztof Wicher
2017-07-13Skip tests instead of disabling with ActiveIssueKrzysztof Wicher
2017-07-13reenable not failing S.D.Process tests on uapKrzysztof Wicher
2017-07-12Remove NtQuerySystemInformation from Uap (#21957)Sepideh Khoshnood
2017-07-07Remove usage of NtQueryInformationProcess and K32EnumProcessModules from Syst...Sepideh Khoshnood
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-28Correctly handle empty strings in params of RemoteExecutorTestBase (#21196)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-23Merge pull request #21339 from Priya91/processargsLakshmi Priya Sekar
2017-06-23Disable StartInfo_TextFile_ShellExecute on Win8 (#21397)Dan Moseley
2017-06-23Respond to PR feedback.Lakshmi Priya Sekar
2017-06-23Use Environment.CommandLine parse code for canonical output.Lakshmi Priya Sekar