| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- 2004-01-21 Gonzalo Paniagua Javier <[email protected]>
- * DefaultWatcher.cs: implemented.
- * FAMWatcher.cs: don't stop the thread when we add a new watch.
- * FileSystemWatcher.cs: on windows we use the default watcher by now.
- 2004-01-16 Gonzalo Paniagua Javier <[email protected]>
- * DefaultWatcher.cs: stub for the default watcher.
- * WindowsWatcher.cs: stub for the windows watcher.
-
- * FAMWatcher.cs: FAM watcher.
-
- * FileAction.cs: enum with event types.
-
- * FileSystemEventArgs.cs: added SetName property.
- * FileSystemWatcher.cs: added support for the 3 watchers.
- * IFileWatcher.cs: interface implemented by the watchers.
- * SearchPattern.cs: copied from corlib.
- 2003-07-17 Andreas Nahr <[email protected]>
- * FileSystemWatcher.cs: Reworked attributes based on the new Consts
- scheme
- 2003-07-13 Andreas Nahr <[email protected]>
- * FileSystemWatcher.cs: Added missing attributes
- 2003-07-09 Andreas Nahr <[email protected]>
- * IODescriptionAttribute.cs: Removed unneeded field
- 2003-05-16 Dick Porter <[email protected]>
- * MonoIO.cs: Implement GetTempPath
- 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
- * FileSystemWatcher.cs: added attributes and some more implementation.
- Now only the guts left to do.
- * FileSystemEventArgs.cs:
- * RenamedEventArgs.cs: implemented a couple of properties.
- 2002-10-31 Dick Porter <[email protected]>
- * MonoIO.cs: Return the error status in a parameter, as the
- GetLastError() value has long since been blown away if we try and
- look it up in a subsequent internal call invocation.
- 2002-09-15 Duncan Mak <[email protected]>
- * FileSystemWatcher.cs (FileSystemWatcher): Fixed the null-param
- constructor.
- 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
- * FileSystemWatcher.cs: IDisposable fixes.
- 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
- * InternalBufferOverflowException.cs:
- * NotifyFilters.cs:
- * WatcherChangeTypes.cs: little fixes based on class status page.
- 2002-08-15 Tim Coleman <[email protected]>
- * ErrorEventArgs.cs:
- * ErrorEventHandler.cs:
- * FileSystemEventArgs.cs:
- * FileSystemEventHandler.cs:
- * FileSystemWatcher.cs:
- * InternalBufferOverflowException.cs:
- * IODescriptionAttribute.cs:
- * NotifyFilters.cs:
- * RenamedEventArgs.cs:
- * RenamedEventHandler.cs:
- * WaitForChangedResult.cs:
- * WatcherChangeTypes.cs:
- New stubs added.
- 2002-07-20 Dick Porter <[email protected]>
- * MonoIO.cs: Cut down copy of corlib/System.IO/MonoIO.cs, so it
- can be used from the System assembly but still not be exposed to
- users.
|