tail/watch
David Sansome e681532458 Watch the *directory* for file deletions instead of the file itself.
inotify works on the inode, not the path.  Deleting the file doesn't
touch the inode, so doesn't generate an event on the file.

Fixes #57
2015-09-29 21:41:27 +10:00
..
filechanges.go run 'go fmt' (and fix 'make fmt' in Makefile) 2013-11-13 17:38:23 -08:00
inotify.go Watch the *directory* for file deletions instead of the file itself. 2015-09-29 21:41:27 +10:00
inotify_tracker.go Use stable version of fsnotify 2015-06-28 20:23:06 -07:00
polling.go add FILE_SHARE_DELETE flag when opening file 2014-07-28 16:38:02 +03:00
polling_posix.go support freebsd, like darwin 2014-10-08 12:37:29 +03:00
polling_windows.go add FILE_SHARE_DELETE flag when opening file 2014-07-28 16:38:02 +03:00
watch.go Fix tomb import 2014-06-14 23:39:34 -07:00