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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-26[System] Use Interrupt instead of Abort to shut down handler thread for keven...Daniel Becker
2018-02-28Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEv...Alexander Köplinger
2018-02-28Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent Core...Marek Safar
2018-02-28[System.IO] Integrate FileSystemWatchers from CoreFXAlexis Christoforides
2016-04-16Merge pull request #2417 from razzfazz/guard_substrAlexis Christoforides
2016-04-14use native realpath() function (#2877)Daniel Becker
2016-04-05Merge pull request #2832 from razzfazz/handle_eintrAlexander Köplinger
2016-04-05Merge pull request #2831 from razzfazz/fix_dllimportAlexander Köplinger
2016-04-05clean up DllImport attributesDaniel Becker
2016-01-09handle path stripping correctly for root of watched treeDaniel Becker
2016-01-09handle EINTR for kevent callsDaniel Becker
2016-01-09fix struct timespec member nameDaniel Becker
2015-12-05[System] Remove arbitrary debugging limit from FileSystemWatcher on OSX, fixe...Miguel de Icaza
2015-08-11[runtime] Move the kevent() calls from KeventWatcher to the runtime, add supp...Zoltan Varga
2015-08-10Revert "[runtime] Move the kevent() calls from KeventWatcher to the runtime, ...Zoltan Varga
2015-08-10[runtime] Move the kevent() calls from KeventWatcher to the runtime, add supp...Zoltan Varga
2015-06-03[System.IO.KeventWatcher] Fix handling some cases where an item is moved out ...Alexis Christoforides
2015-06-02[System.IO.KeventWatcher] Disable the watcher when the root directory is dele...Alexis Christoforides
2015-04-30Fix spelling of number in IOException messageAaron Hoffman
2015-01-14Fix a deadlock introduced by 3f10c46468cc25ca3232a596b0316a0defc6f3e5.Zoltan Varga
2015-01-14[bcl] Break waits in KeventWatcher by closing the command fd instead of polling.Zoltan Varga
2014-12-15[FileSystemWatcher] Properly handle multicast delegates.Alexis Christoforides
2014-12-12Fix merge typoAlexis Christoforides
2014-12-11[System.IO.KeventWatcher] Fixed deadlock when watcher stopped/disposed from i...Alexis Christoforides
2014-12-05[System.IO.KeventWatcher] More fixes and MS behavior matching for the new imp...Alexis Christoforides
2014-10-28[System.IO] Phase 2 of revamping KeventWatcher (FileSystemWatcher implementat...Alexis Christoforides
2014-10-28[System.IO] Reimplemented much of the kqueue-based file watcher so that watch...Cody Russell
2014-07-17Revert "Reimplemented much of the kqueue-based file watcher so that watching ...Alexis Christoforides
2014-07-17Revert "Revert some whitespace changes."Alexis Christoforides
2014-07-17Revert some whitespace changes.Cody Russell
2014-07-17Reimplemented much of the kqueue-based file watcher so that watching subdirec...Cody Russell
2014-05-14[System.IO.KeventWatcher] Introduce enums with the KEvent flags and constantsMiguel de Icaza
2012-07-01Whitespace fixesRob Wilkens
2012-07-01In KeventWatcher ProcessEvent we were passing null for changedFsi, incorrectlyRob Wilkens
2012-06-30Second attempt at Bug 5747 change: Deal with possible ending "/" this time.Rob Wilkens
2012-06-29Revert the fix for #5747 from 8b5f71ef60146590193298cc870bf72e14b47950, it br...Miguel de Icaza
2012-06-26Use Ordinal string comparison here.Miguel de Icaza
2012-06-20Remove unnecessary braces to save vertical space.Rob Wilkens
2012-06-20Coding Style Changements to make patch more in-line with standardsRob Wilkens
2012-06-20Bug 5747 Fix: KeventWatcher didn't return subdir names in filenamesRob Wilkens
2005-05-27locking fixesBen Maurer
2005-03-302005-03-30 Geoff Norton <gnorton@customerdna.com>Geoff Norton
2004-12-032004-12-02 Geoff Norton <gnorton@customerdna.com>Geoff Norton
2004-11-192004-11-19 Geoff Norton <gnorton@customerdna.com>Geoff Norton
2004-08-07Patch for bug #62532 implemention of a kqueue/kevent based FileSystemWatcher.Geoff Norton