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-12-11[Core] Stop using obsolete Counter++/-- and use Inc(1) or Dec(1) insteadJeffrey Stedfast
2019-11-25[AspNet*] Add a group for ASP.NET Core Browser execution targetsRodrigo Moya
2019-08-07[Core] Include original short name with target framework monikersMatt Ward
2019-08-07[Core] Add multi-target framework execution target supportMatt Ward
2019-06-19Add better telemetry for failing to start a processLee Culver
2019-05-20[POC] Set MONO_GC_PARAMS for msbuild builderstherzok
2019-03-25Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-18Various cancellationToken fixestherzok
2019-03-18Fix some retention of cancel timerstherzok
2019-02-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-18Fix some service initialization issues and track api changesLluis Sanchez
2019-02-05[API] Remove a few obsolete items (#7042)Marius Ungureanu
2019-01-18Fixes VSTS Bug 715151: [Feedback] 64 bit unit testing is not supported (#6911)Mike Krüger
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