]>
go.fuhry.dev Git - fsnotify.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chris Howey [Sat, 1 Sep 2012 19:26:14 +0000 (12:26 -0700)]
New test - Receive event directory creation
Chris Howey [Sat, 14 Jul 2012 19:18:47 +0000 (14:18 -0500)]
Readme notes
Chris Howey [Sat, 14 Jul 2012 19:03:00 +0000 (14:03 -0500)]
Windows - Move file out of directory is a "DELETE"
Also, cannot move an open file, so test had to change.
Chris Howey [Sat, 14 Jul 2012 18:38:01 +0000 (13:38 -0500)]
BSD - do not watch moved files (don't know new name)
Chris Howey [Sat, 14 Jul 2012 18:30:49 +0000 (11:30 -0700)]
Linux - fix to see create of file after rename
Chris Howey [Sat, 14 Jul 2012 16:23:14 +0000 (11:23 -0500)]
BSD - Fix for rename test case provided by snoe
Case Nelson [Tue, 3 Jul 2012 21:17:25 +0000 (15:17 -0600)]
test case that shows problems with dir watch on bsd
Chris Howey [Tue, 3 Jul 2012 13:06:23 +0000 (06:06 -0700)]
Linux - Added file name back to event path
Chris Howey [Tue, 3 Jul 2012 00:56:53 +0000 (19:56 -0500)]
Bring example file back.
Chris Howey [Tue, 3 Jul 2012 00:47:44 +0000 (19:47 -0500)]
Windows - FSNotify flags
Chris Howey [Mon, 2 Jul 2012 23:52:42 +0000 (16:52 -0700)]
Linux - FSNotify flags
Chris Howey [Mon, 2 Jul 2012 23:30:37 +0000 (18:30 -0500)]
BSD - FSNotify flags
Chris Howey [Fri, 8 Jun 2012 00:19:08 +0000 (19:19 -0500)]
Add link to GoDoc
Chris Howey [Fri, 8 Jun 2012 00:06:20 +0000 (19:06 -0500)]
Remote watch on directory for attrib test so we don't get create for attrib file
Travis Cline [Wed, 6 Jun 2012 19:55:38 +0000 (14:55 -0500)]
Change bsd backend to watch files after triggering create events.
Travis Cline [Wed, 6 Jun 2012 19:50:07 +0000 (14:50 -0500)]
Change to expect a create event in DirOnly test.
Travis Cline [Tue, 5 Jun 2012 20:24:15 +0000 (15:24 -0500)]
Fix example to use a goroutine for select.
Chris Howey [Tue, 22 May 2012 15:06:41 +0000 (10:06 -0500)]
Convert README to markdown
Chris Howey [Tue, 22 May 2012 14:12:07 +0000 (07:12 -0700)]
Linux - fix possible problem on Close()
The Close() call should remove all watches BEFORE the call to close
the inotify instance.
Chris Howey [Thu, 3 May 2012 22:48:30 +0000 (17:48 -0500)]
BSD - Return errors during watch instead of sending over channel
Chris Howey [Sat, 28 Apr 2012 16:29:58 +0000 (11:29 -0500)]
go fmt
Chris Howey [Sat, 28 Apr 2012 16:26:57 +0000 (11:26 -0500)]
Comment in README not valid, removed
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