summaryrefslogtreecommitdiff
path: root/inotify/inotify.go
AgeCommit message (Expand)Author
2017-01-14On go 1.8, return os.ErrClosed on double-close.HEADmasterLuke Shumaker
2017-01-14Fix a typo in a comment.Luke Shumaker
2016-12-19Use x/sys/unix instead of the deprecated syscall.Luke Shumaker
2016-12-18add inotify.NewInotifyLuke Shumaker
2016-12-18Make inotify.Inotify more robust; remove inotify.Watcher. BREAKING CHANGE.Luke Shumaker
2015-09-18Massive documentation and copyright clean-up.Luke Shumaker
2015-09-12gofmt, use make(chan) without a number argument where possibleLuke Shumaker
2015-09-08I am dumb, fix inotify bindingsLuke Shumaker
2015-09-05inotify: Avoid most of the race conditions, get rid of CintLuke Shumaker
2015-09-03remove stray newlineLuke Shumaker
2015-09-03Fix issues in inotify bindingsLuke Shumaker
2015-08-28switch to my own inotify bindings, the golang.org/x/exp bindings are crapLuke Shumaker