Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-16[System] Rename method parameters to match .NET contractAlexander Köplinger
2017-03-16[bcl] Rename variables to avoid conflict with later renamesAlexander Köplinger
2017-02-09[process] Improve error message for inaccessible process (#4354)Ludovic Henry
2017-02-09[process] Fix Process.GetProcessesByName (#4351)Ludovic Henry
2017-01-20[bcl] Rename FEATURE_MONO_CAS to MONO_FEATURE_CASAlexander Köplinger
2017-01-05[System] Cleanup some warningsMarek Safar
2016-12-04[Process] Concatenate envirnoment key and value in managedLudovic Henry
2016-12-04[Process] Rename proc_info to procInfoLudovic Henry
2016-12-03[io-layer] Remove FormatMessage (#4055)Ludovic Henry
2016-11-09[process] Allocate a handle even for non-child processes (#3905)Ludovic Henry
2016-10-25[System] Clean up some warningsMarek Safar
2016-09-26[System] netstandard compatible Process collectionsMarek Safar
2016-09-16Making Win32EventLog notification thread safeHenric Müller
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-11[bcl] Update to match NETStandard 1.6 membersAlexander Köplinger
2016-07-26[bcl] Update some of .net apisMarek Safar
2016-04-24[Process] Fix handle leak on child process CreationLudovic Henry
2016-04-14[Process] Set haveProcessHandle to true when setting m_processHandleLudovic Henry
2016-03-29[bcl] Avoid printing debug messages to stdout in the default trace listener w...Zoltan Varga
2016-03-22[System.Diagnostics] Return dummy value from Process.SessionId.Vincent Povirk
2016-02-16[System] Import System.Diagnostics.ProcessLudovic Henry
2016-02-12Revert "[System] Import System.Diagnostics.Process"Ludovic Henry
2016-02-12[System] Import System.Diagnostics.ProcessLudovic Henry
2016-02-04[Process] Fix possible double call to Begin(Output|Error)ReadLineLudovic Henry
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-22[Process] Fix NullReferenceException in AsyncStreamReader.ReadBuffer after di...Ludovic Henry
2016-01-14[Process] Use ReferenceSource process async output/error readerLudovic Henry
2016-01-04[System] Fixes Process::WaitForExit to honour EnableRaisingEvents settingMarek Safar
2015-11-27[mscorlib][System] Use PlatformNotSupportedException instead of NotSupportedE...Rolf Bjarne Kvinge
2015-11-25[System] Remove Process.Start and related API from TvOS/WatchOS.Rolf Bjarne Kvinge
2015-11-18Merge pull request #2243 from konrad-kruczynski/process_exited_should_wait_in...Ludovic Henry
2015-11-18Caller of Exited event should wait for process to exit in background.Konrad M. Kruczynski
2015-11-18[System] Exclude code that tries to load System.Windows.Forms.dll dynamically...Rolf Bjarne Kvinge
2015-10-28[Process] Catch the closing of handleLudovic Henry
2015-10-28[Process] Do not count the output/error wait in the timeout of WaitForExitLudovic Henry
2015-10-27[Process] Use output/error stream instead of naked handleLudovic Henry
2015-10-27[Process] Close process in/out/err handle on Process disposeLudovic Henry
2015-10-16Revert "[process] Use same behavior as .NET"Ludovic Henry
2015-10-15[process] Use same behavior as .NETLudovic Henry
2015-10-14[process] Wait for process completion before waiting for stdout/stderrLudovic Henry
2015-10-09[process] Fix race between Exited and OutputDataReceived/ErrorDataReceivedLudovic Henry
2015-10-07[test] The process output/error is finished only when null is passedLudovic Henry
2015-10-06Merge pull request #2060 from ludovic-henry/socket-rework-asyncRodrigo Kumpera
2015-10-06[System] Make process pipe creation exception more verboseLudovic Henry
2015-10-05[socket] Factor SocketAsyncResult and ProcessAsyncResult common parts into IO...Ludovic Henry
2015-09-23Merge pull request #1218 from AndreyAkinshin/masterMiguel de Icaza
2015-08-20Fixes mobile buildMarek Safar
2015-08-19[system] Add a workaround for redirected StandardInput writes. Fixes #32905Marek Safar
2015-08-19[System] Refactor Process start to better control pipes flowMarek Safar
2015-08-19[system] Simplify process redirection initializationMarek Safar