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
2018-10-15[NUnit] Allow setting working directory of remote process and do so for unit-...Jérémie Laval
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
2018-05-10Fix concurrency issues in RemoteProcessConnectionLluis Sanchez
2018-02-26Fixed build.Mike Krüger
2018-02-26[Core] Use StringBuilderCacheMike Krüger
2018-01-17[Core] Optimize SynchronizationContext users (#3627)Marius Ungureanu
2017-10-27CID168279 - Fix possible NRE, process is checked for null in heretherzok
2017-10-27Fix missing base.Dispose()therzok
2017-10-18[Build] Fix it, BinaryMessage is a shared file included in a lot of projects....Marius Ungureanu
2017-10-18[Core] Add support for multi-dimensional array writing. (#3205)Marius Ungureanu
2017-09-26Improve handling of remote builder shutdownLluis Sanchez
2017-09-13Merge remote-tracking branch 'origin/master' into batch-builds-wipLluis Sanchez
2017-09-12Add support for batching buildsLluis Sanchez
2017-08-29Removed hack(PID 1) when starting debug process for VsTestDavid Karlaš
2017-08-08Made ProcessHostConsole private again and copied implementation to UnitTest a...David Karlaš
2017-07-25Switch from calling StartProcess with "mono" to ProcessService start logicDavid Karlaš
2017-05-17Fix Sdk import issueLluis Sanchez
2017-05-04Merge pull request #2324 from mono/process-monitor-unknown-signalJeffrey Stedfast
2017-05-04Log to stderr instead.Jeffrey Stedfast
2017-05-04[Core] Support null dictionary string values in BinaryMessageMatt Ward
2017-05-04[Core] Handle null dictionary value in BinaryMessageMatt Ward
2017-05-02[Core] Catch ArgumentException in ProcessMonitor and log appropriatelyJeffrey Stedfast
2017-04-27[Perf] Avoid creating UI thread callbacks.Marius Ungureanu
2017-04-20Fix deadlock in RemoteProcessConnectionLluis Sanchez
2017-03-06[VSCodeDebug] Added support for ‘runInTerminal’ and added Title support t...David Karlaš
2017-02-27Merge branch 'master' into vNextMatt Ward
2017-02-24Toolbar requests (#1809)Marius Ungureanu
2017-02-22[Core] Be a little safer about adding/removing tasks from the queueAlan McGovern
2017-02-22[Core] Fix a race condition waiting on tasksAlan McGovern
2017-02-20Merge branch 'master' into vNextMatt Ward
2017-02-16String optimizations (#1881)Marius Ungureanu
2017-02-14Merge branch 'master' into vNextMatt Ward
2017-02-13Async/await optimizations (#1861)Marius Ungureanu
2017-01-25Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2017-01-20[Core] Fix crash in RemoteProcessConnectionLluis Sanchez
2017-01-20Fix buildLluis Sanchez
2017-01-20[Core] Fix project builder remoting issueLluis Sanchez
2017-01-13[Core] Fix remote connection issueLluis Sanchez
2017-01-12[Perf] Improve enumerators in public custom collections.Marius Ungureanu
2017-01-11Bug 48234 - Unable to determine which `Application Output` pad belongs to whi...David Karlaš
2016-10-12Merge commit master into multisessiondebuggingDavid Karlaš
2016-10-11[Core] Fix DispoerFormatterSinkMarius Ungureanu
2016-09-30Merge master into multisessiondebuggingDavid Karlaš
2016-09-30Added support for selecting execution targets(devices) in case of multiple st...David Karlaš
2016-09-26[Core] Optimize ProcessWrapper threads usage.Marius Ungureanu