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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-15Add .Ignore() to process wrapper tasks (#9491)Marius Ungureanu
2019-03-18Various cancellationToken fixestherzok
2018-06-15[ProcessWrapper] Some reliability fixes around process exitingtherzok
2018-06-13Rely on process exit event for being donetherzok
2018-06-12[ProcessWrapper] Remove a lot of hacks around old mono versionstherzok
2018-05-30Minor fixuptherzok
2018-05-30[Core] Make process wrapper events lockless thread safetherzok
2018-05-30[ProcessWrapper] ManualResetEvent is thread-safe, avoid deadlocktherzok
2017-02-13Async/await optimizations (#1861)Marius Ungureanu
2016-09-26[Core] Optimize ProcessWrapper threads usage.Marius Ungureanu
2016-04-15[Core] Fix ProcessWrapperVincentDondain
2015-05-22[Core] Don't use the thread pool in ProcessWrapperLluis Sanchez Gual
2014-10-21Initial drop of the new project modelLluis Sanchez
2014-01-18[Core] Fix all the warningsMichael Hutchinson
2014-01-17[Core] Add explanatory comment for a hackMichael Hutchinson
2014-01-14[Core] Avoid crash when ProcessWrapper is disposedLluis Sanchez
2013-12-05Do not report false "possible compiler crashe" when build is cancelled.Adriano Carlos Verona
2011-09-26[Core] Don't use WaitHandle.WaitAll when not necessaryMichael Hutchinson
2011-06-02Added the DesignerCategory attribute to several component classes.Dan Rigby
2010-12-27When killing a process, kill all children processes.Lluis Sanchez Gual
2010-12-03Fix bug 640248 - Mono-2.8 p5 on openSUSE 11.3 i586: System.ObjectDisposedExce...Lluis Sanchez Gual
2010-04-28* main/src/core/MonoDevelop.Core/MonoDevelop.Core.Execution/ProcessWrapper.cs:Michael Hutchinson
2009-12-03* src/tools/mdhost/src/mdhost.cs:Michael Hutchinson
2009-11-11* MonoDevelop.Core.Execution/ProcessWrapper.cs: Fix possible NRE.Michael Hutchinson
2009-07-02* MonoDevelop.Core.Execution/ProcessWrapper.cs: Don't abort theLluis Sanchez
2008-12-04* MonoDevelop.Core/MonoDevelop.Core/IAsyncOperation.cs:Lluis Sanchez
2008-10-28* MonoDevelop.Core/MonoDevelop.Core.Execution/ProcessWrapper.cs: Fix bugLluis Sanchez
2008-09-17Merged from mkrueger branch.Lluis Sanchez
2008-07-23* MonoDevelop.Core.Execution/ProcessWrapper.cs,Michael Hutchinson
2008-05-28* MonoDevelop.Core.Execution/IConsole.cs,Lluis Sanchez
2008-05-28* MonoDevelop.Core.Execution/ProcessWrapper.cs,Lluis Sanchez
2008-02-08* MonoDevelop.Core.Execution/ProcessWrapper.cs: Add a WaitForOutputMichael Hutchinson
2007-12-04Directory reorganizationLluis Sanchez