Commit Graph
8 Commits
Author SHA1 Message Date
Paweł Błaszczyk d7efb190f5 kqueue: Update rename handling & rewrite tests.
- NoteRename is triggered only on parent directory, not on it's
   contents. Now rename events are generated in this case.
 - Rewrite old disabled tests to new framework.
2015-06-21 12:35:13 +02:00
Rafal Jeczalik bd62d61df5 update license / authors
Done with:

  ~ $ find . -type f -name '*.go' -exec prepend -f preamble.txt {} \;

Automate with CI?
2015-02-15 13:44:09 +01:00
Pawel Knap 78de5a1a49 readdcw, inotify, kqueue: [breaking change] Use camel-case in system-dependent event names 2015-01-27 01:44:39 +01:00
Pawel Knap 75cc786e6e notify : gofmt -s existing code 2015-01-27 00:28:45 +01:00
Rafal Jeczalik 82431eaf54 make internal structs unexported 2015-01-21 22:41:21 +01:00
Rafal Jeczalik dcf437b004 kqueue: temporarily ignore extra tests 2015-01-02 17:52:58 +01:00
Rafal Jeczalik f526e6f300 FSEvents: add watcher implementation for (#9) 2014-12-21 15:25:04 +01:00
Paweł Błaszczyk 3c781e1cdf kqueue: Add tests for kqueue events:
- NOTE_LINK
 - NOTE_WRITE | NOTE_EXTEND
 - NOTE_ATTRIB
2014-11-14 23:31:12 +01:00