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
2019-12-05Merge pull request #9421 from mono/master-vsts1027417Vsevolod Kukol
2019-12-05Fixes VSTS Bug 1027417: [FATAL] SigTerm signal inMike Krüger
2019-12-05Fixes VSTS Bug 1030370: [FATAL] SigTerm signal inMike Krüger
2019-11-07Merge pull request #9020 from mono/master-vsts1002614Mike Krüger
2019-11-07Fixes VSTS Bug 1002614: System.ObjectDisposedException exception inMike Krüger
2019-10-25Revert "Merge pull request #8999 from mono/csproj-cleanups"therzok
2019-10-24Merge pull request #8999 from mono/csproj-cleanupsMarius Ungureanu
2019-10-21[Git] Fix deadlock when running external authenticationVsevolod Kukol
2019-10-21[Git] Fix CredentialsDialog to show the SSH screen when asking for a passphraseVsevolod Kukol
2019-10-21[Git] Fix broken key authentication failure detection in libgit2Vsevolod Kukol
2019-10-21Fixes VSTS Bug 993869: [Feedback] Azure DevOps Git Clone HangsMike Krüger
2019-10-20Switch VersionControl.Git to single configurationtherzok
2019-10-20[Infra] Port csproj to use new OS properties rather than configurationstherzok
2019-09-18Fixes VSTS Bug 984467: SIGABRT when attempting to fetch a branch fromMike Krüger
2019-09-17[Git] Rewrite RunBlockingOperation so we properly freeze/thaw when using taskstherzok
2019-09-17[Git] Remove paths which don't exist from the file lock dictionarytherzok
2019-09-11Remove superfluous task.runtherzok
2019-09-11A lot of logical fixes to git async was done partially or .ignore was wrongtherzok
2019-09-11Fix some racestherzok
2019-09-11[VCS] Add ConfigureAwait everywhere so we can use .Resulttherzok
2019-09-11Fix NREtherzok
2019-09-11[Git] Fix blame command on mixed hunkstherzok
2019-09-06[Git] Improve lock-file handling and fix deadlocks on locksVsevolod Kukol
2019-09-05[Git] Make most GitRepository APIs asyncVsevolod Kukol
2019-09-04[Git] Use the actual result for the node nameVsevolod Kukol
2019-09-04[Git] Remove UI Thread checks for non-blocking operationsVsevolod Kukol
2019-09-04[Git] Fix internal FSW root pathVsevolod Kukol
2019-09-04[Git] Handle branch switches through FSW watching .git/HEADVsevolod Kukol
2019-09-04[Git] Move operations considered to be safe to dedicated schedulerVsevolod Kukol
2019-09-04[Git] Don't queue new tasks when already on dedicated threadVsevolod Kukol
2019-09-04[Git] Use DedicatedThreadScheduler instead of the exclusive schedulerVsevolod Kukol
2019-08-30Merge pull request #8590 from mono/fix975668Vsevolod Kukol
2019-08-30Merge pull request #8199 from mono/master-vsts940635Vsevolod Kukol
2019-08-30[Git] Try to avoid libgit2 crashing on DisposeVsevolod Kukol
2019-08-29[Git] Fix formattingVsevolod Kukol
2019-08-29Fixes VSTS #901094 - Popping a git stash that has conflicts gives invalid war...Javier Suárez Ruiz
2019-08-26[VersionControl] Fixed failing unit test.Mike Krüger
2019-08-26[VersionControl] Removed ConcurrentOperationFactory.Mike Krüger
2019-08-26[VersionControl] Removed critical GetVersionInfoAsync calls.Mike Krüger
2019-08-20Merge pull request #8415 from mono/master-vsts950651Vsevolod Kukol
2019-08-16[VersionControl] GenerateDiff is now async.Mike Krüger
2019-08-15[VersionControl] Handled clone cancellation.Mike Krüger
2019-08-15[VersionControl] Handled cancel of clone operation.Mike Krüger
2019-08-15[VersionControl] Fixed submodule checkout error handling.Mike Krüger
2019-08-15Update main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDeve...Mike Krüger
2019-08-15[VersionControl] Handled sub module errors.Mike Krüger
2019-08-15[VersionControl] Fix unit test.Mike Krüger
2019-08-15Fixes VSTS Bug 940635: Cloning project with submodules is stops withMike Krüger
2019-08-14Fixes VSTS Bug 950651: VS4MAc does not handle switching branches wellMike Krüger
2019-08-14Merge pull request #8368 from mono/master-checkDirectoryRemovalMike Krüger