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
2019-07-24[Coop] Convert System.Diagnostics.{FileVersionInfo,Process}. (#15789)Jay Krell
2019-02-15NS2.1: System.IO, System.Reflection.Emit, etc (#12854)Egor Bogatov
2018-11-15Fix starting process with empty environment incorrectly inherits all variable...Jonathon Rossi
2018-08-17Fix process leak in process enumeration. (#10156)Jay Krell
2018-05-04[System] When doing process redirect, use Console.OutputEncoding instead of C...Rodrigo Kumpera
2018-01-09[w32process] Ensure process_handle is a legal value (#6449)Ludovic Henry
2017-10-24[bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843)Zoltan Varga
2017-07-06[System] Fix handle leak in Process::GetProcess.Rodrigo Kumpera
2017-03-16[System] Rename method parameters to match .NET contractAlexander 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-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-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-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-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-18Caller of Exited event should wait for process to exit in background.Konrad M. Kruczynski
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-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
2015-08-04Revert "[runtime] Move AsyncResult.Invoke to managed"Ludovic Henry
2015-08-03[runtime] Move AsyncResult.Invoke to managedLudovic Henry
2015-07-14[bcl] Remove ProcessAsyncReader handle from IO ThreadPool on closingLudovic Henry
2015-06-25Fix the leaking of process streams when using RedirectStandardOutput etc., in...Zoltan Varga
2015-06-08[system] Don't dispose exposed redirected streams. Fixes #30868Marek Safar