]>
go.fuhry.dev Git - fsnotify.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chris Howey [Sat, 28 Apr 2012 16:24:29 +0000 (11:24 -0500)]
Windows - fix symlink test
Chris Howey [Sat, 28 Apr 2012 16:21:04 +0000 (11:21 -0500)]
Windows - No Symlinks
Chris Howey [Sat, 28 Apr 2012 16:06:35 +0000 (11:06 -0500)]
BSD - Have symlink behavior match Linux
Chris Howey [Sat, 28 Apr 2012 15:51:46 +0000 (10:51 -0500)]
BSD - Added fake symlink test
Chris Howey [Tue, 17 Apr 2012 23:17:30 +0000 (16:17 -0700)]
Linux - Added DELETE_SELF, noticed by taralx
Chris Howey [Wed, 4 Apr 2012 22:50:30 +0000 (15:50 -0700)]
Merge pull request #1 from davecheney/master
Godoc example
Chris Howey [Wed, 4 Apr 2012 22:44:59 +0000 (17:44 -0500)]
BSD - fix for rob (EINTR)
Dave Cheney [Wed, 4 Apr 2012 10:41:22 +0000 (20:41 +1000)]
Fix example name
Dave Cheney [Wed, 4 Apr 2012 10:39:16 +0000 (20:39 +1000)]
I should run go test -v before commiting
Dave Cheney [Wed, 4 Apr 2012 10:22:38 +0000 (20:22 +1000)]
Remove duplicate example code
Dave Cheney [Wed, 4 Apr 2012 10:16:21 +0000 (20:16 +1000)]
Add godoc example
Chris Howey [Wed, 4 Apr 2012 03:24:59 +0000 (22:24 -0500)]
BSD - Fix issue reported by robfig
EINTR can be returned by kevent in two cases:
1) fork() while parent/child is calling kevent() will result in the
process calling kevent() to get EINTR while other process is registering
the same kqueue at the kernel level.
2) A file event occurs before timeout expires, but is not yet on the
queue to be returned by kevent().
In either case, we can ignore the error and continue as if timeout
expired without any events.
Chris Howey [Sat, 31 Mar 2012 00:10:28 +0000 (19:10 -0500)]
Update readme with status
Chris Howey [Sat, 31 Mar 2012 00:09:12 +0000 (19:09 -0500)]
BSD - roll attribute into modify
Chris Howey [Sat, 31 Mar 2012 00:05:19 +0000 (17:05 -0700)]
Linux - roll attribute into modify
Chris Howey [Sat, 31 Mar 2012 00:00:57 +0000 (19:00 -0500)]
Windows - roll attributes into notify
Chris Howey [Fri, 30 Mar 2012 20:54:12 +0000 (15:54 -0500)]
Windows does not support attribute notifications - See README
Chris Howey [Thu, 29 Mar 2012 15:42:04 +0000 (10:42 -0500)]
Windows - Missed a line
Chris Howey [Thu, 29 Mar 2012 00:03:48 +0000 (19:03 -0500)]
Windows Issue - No attribute change notifications
Chris Howey [Wed, 28 Mar 2012 22:45:27 +0000 (15:45 -0700)]
Go 1 Released - Updated
Now uses go tool
Also added windows support by using winfsnotify
Chris Howey [Sun, 19 Feb 2012 22:00:38 +0000 (16:00 -0600)]
BSD - Add files when watch directory
Chris Howey [Sun, 19 Feb 2012 21:32:19 +0000 (13:32 -0800)]
test fix
Chris Howey [Sat, 31 Dec 2011 05:04:51 +0000 (21:04 -0800)]
Linux, update to latest weekly Go
Chris Howey [Sat, 31 Dec 2011 04:45:46 +0000 (22:45 -0600)]
Updated to latest go weekly code
Chris Howey [Thu, 20 Oct 2011 01:07:14 +0000 (18:07 -0700)]
BSD change
Chris Howey [Thu, 20 Oct 2011 01:02:06 +0000 (18:02 -0700)]
BSD: timing issues
Chris Howey [Wed, 19 Oct 2011 23:48:33 +0000 (16:48 -0700)]
Tests only count what we care about, nothing else
Chris Howey [Wed, 19 Oct 2011 23:43:27 +0000 (16:43 -0700)]
Tests based on receiving events we want
Chris Howey [Wed, 19 Oct 2011 23:23:58 +0000 (16:23 -0700)]
BSD Test: Change placement of watch for attrib
Chris Howey [Wed, 19 Oct 2011 23:21:26 +0000 (16:21 -0700)]
Linux test: need to watch file for rename
Chris Howey [Wed, 19 Oct 2011 23:17:45 +0000 (16:17 -0700)]
BSD Test: Need to use outside program to trigger some events
Chris Howey [Tue, 18 Oct 2011 12:56:03 +0000 (05:56 -0700)]
BSD: pass on errors
Chris Howey [Tue, 18 Oct 2011 12:50:11 +0000 (05:50 -0700)]
Test: Attribute
Chris Howey [Tue, 18 Oct 2011 12:43:07 +0000 (05:43 -0700)]
Test: Rename file
Chris Howey [Tue, 18 Oct 2011 12:38:05 +0000 (05:38 -0700)]
BSD: Auto add watch on file creation to match linux
Chris Howey [Tue, 18 Oct 2011 12:31:13 +0000 (05:31 -0700)]
Dir only test
Chris Howey [Mon, 17 Oct 2011 20:47:24 +0000 (13:47 -0700)]
BSD: error reporting
Chris Howey [Mon, 17 Oct 2011 20:40:51 +0000 (13:40 -0700)]
BSD: Implemented create file event
Chris Howey [Mon, 17 Oct 2011 19:27:01 +0000 (12:27 -0700)]
BSD: Outline of create event
Chris Howey [Mon, 17 Oct 2011 19:21:44 +0000 (12:21 -0700)]
Linux: added create and rule to ignore ignored events
Chris Howey [Mon, 17 Oct 2011 19:06:53 +0000 (12:06 -0700)]
Common event printer
Chris Howey [Mon, 17 Oct 2011 18:54:26 +0000 (11:54 -0700)]
Linux: formatting
Chris Howey [Fri, 14 Oct 2011 22:22:41 +0000 (15:22 -0700)]
Linux: common FileEvent functions
Chris Howey [Fri, 14 Oct 2011 22:13:29 +0000 (15:13 -0700)]
Linux initial commit
Chris Howey [Fri, 14 Oct 2011 21:52:29 +0000 (14:52 -0700)]
Initial commit