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-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
2015-05-11[bcl] Fix Process.OnExited multiple call with the MS ThreadPoolLudovic Henry
2015-04-21Merge pull request #1699 from ludovic-henry/threadpool-managedRodrigo Kumpera
2015-04-21[System] Replaced System.Process lock(this)Marcos Henrich
2015-04-21[System] Process.Exited is now thread safe.Marcos Henrich
2015-04-20[threadpool-io] Move Mono(Socket)RuntimeWorkItem ExecuteWorkItem code to (Soc...Ludovic Henry
2015-04-08[System] Process.WaitForExit now triggers event Exited.Marcos Henrich
2015-04-08[System] Process no longer calls OnExit if HasExited is false.Marcos Henrich
2014-11-26Fix ProcessStartInfo null checking and replace with Length checks.Ungureanu Marius