Commit Graph
12 Commits
Author SHA1 Message Date
Simon Frei f419c004ac Use log package for timestamps and enable debugging via env var NOTIFY_DEBUG 2017-08-28 00:21:55 +02:00
Rafal Jeczalik 4a154a6dfd use debug build tag instead of NOTIFY_DEBUG var 2015-03-16 21:06:42 +01: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
Rafal Jeczalik 53cfaa6d25 add more test-cases for tree ei dispatch
+ fix notify environment variable names
2015-01-27 23:32:57 +01:00
Rafal Jeczalik 463963cd6f add more test-cases for recursive tree (#6)
- fix rewatching parent leaf directory (case 1)
- remove dead code (case 3)
2015-01-26 22:41:47 +01:00
Rafal Jeczalik 185d187557 add new NOTIFY_TMP variable for testing
By default test dumps temporary directory tree in testdata directory.
In order to change the default behaviour to e.g. dump the tree to
C:\Windows\Temp, set:

  % set NOTIFY_TMP=C:\Windows\Temp\notify
2015-01-24 17:18:39 +01:00
Rafal Jeczalik 82431eaf54 make internal structs unexported 2015-01-21 22:41:21 +01:00
Rafal Jeczalik bc8200c95e tree: add test-cases for Stop 2014-11-25 23:02:48 +01:00
Rafal Jeczalik 973c7e2ddd tree: merge multiple recursive watchpoints into parent subtree 2014-11-23 19:35:43 +01:00
Rafal Jeczalik d8a61e11ef tree: implement RecursiveRewatch for non-recursive watchers (#5) 2014-11-22 19:13:40 +01:00
Rafal Jeczalik 01a43e4606 runtime: Refactor ctor + test fixture 2014-10-25 19:06:32 +02:00
Rafal Jeczalik 06b7bdd3f1 runtime: Dispatching events back to user channels 2014-10-18 20:12:12 +02:00