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-14[Core] Handle odd file watcher events causing solution to be closedMatt Ward
2019-09-13Add missing checktherzok
2019-09-13At the cost of checking a hashset twice, let's not lock on the writer lock on...therzok
2019-09-12Fix FSW update logicLluis Sanchez
2019-09-12Fix hang in file watcherLluis Sanchez
2019-08-27[Ide] Prevent exceptions in project file watcher handlers from bringing down ...therzok
2019-08-08Fix one more failing testtherzok
2019-08-08[Core] Fix tests failing after some changes to creating path settherzok
2019-08-08Optimize AddToSet so we don't redundantly allocate a stringtherzok
2019-08-08Add back some missed changestherzok
2019-08-08Deduplicate notification codetherzok
2019-08-08Fix timings perf testtherzok
2019-08-08Use reader writer locktherzok
2019-08-08Add teststherzok
2019-08-08[Core] FileWatcherService now handles workspace items and their registrationstherzok
2019-06-20Cleanup some code in FileSystemWatchertherzok
2019-06-20Increase the default number of file watchers on macos for finer grained watchingtherzok
2019-01-29[FileSystemWatcher] Remove source copy now that mono has fixed thread starvat...Marius Ungureanu
2019-01-19Fixes issue #6898 FileWatcherService locks UI Thread on linux. In (#6900)Mike Krüger
2019-01-09[PathTree] Fixup PathTree paths to watch not being correcttherzok
2019-01-08Revert "Use an exclusive scheduler for FileWatchers"iain holmes
2018-12-12[Core] Fix new folder disappearring in sdk projectMatt Ward
2018-12-11Use an exclusive scheduler for FileWatcherstherzok
2018-11-15[Core] Optimize the FileWatcherService algorithm so it does not updat… (#6526)Marius Ungureanu
2018-11-13Remove FileSystemWatcher event subscriptions to prevent leakstherzok
2018-10-15[Core] Move file watcher events to FileServiceMatt Ward
2018-10-15[Core] Reduce number of file watchers used with .NET Core projectsMatt Ward
2018-09-28Fixes issue #6104 Invalid URI exception on opening file in rootMike Krüger
2018-09-27[Core] Fix file not reloaded when changed externallyMatt Ward
2018-07-04Flush changestherzok
2018-07-04Fix left-over from unit tests fixtherzok
2018-07-04Fix unit teststherzok
2018-07-04Remove outdated docstherzok
2018-07-04FSW now properly integrates PathTree, reconstructing when necessarytherzok
2018-07-04[FSW] Initial implementation based on PathTreetherzok
2018-06-19[FSW] Use normal lists instead of immutable listsMarius Ungureanu
2018-06-19[FSW] Improve WatchDirectories handlingMarius Ungureanu
2018-06-12[Core] Remove file watcher debug loggingMatt Ward
2018-05-29[Core] Fix packages.config file not always being reloadedMatt Ward
2018-05-29[Core] File watcher now uses tasksMatt Ward
2018-05-29[Core] Handle saving file externally generating events out of orderMatt Ward
2018-05-29[Core] Fix crash when trying to watch missing directoryMatt Ward
2018-05-29[Core] Fix file watchers not being disposedMatt Ward
2018-05-29[Core] Fix file not being closed when deleted externallyMatt Ward
2018-05-29[Core] Fix failure to open Git Status windowMatt Ward
2018-05-29[Core] Fix file removed event fired when file not deletedMatt Ward
2018-05-29[Core] Fix no file reload when file modified externallyMatt Ward
2018-05-29[Core] Update file watchers on project added/removed to/from solutionMatt Ward
2018-05-29[Core] File watcher now handles adhoc solutions being disposedMatt Ward
2018-05-29[Core] RootWorkspace now adds solutions to the file watcherMatt Ward