Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use EV_SET in watch | June McEnroe | 2018-07-23 |
| | | | | | On NetBSD, kevent.udata is intptr_t rather than void *, and their EV_SET macro does the cast. | ||
* | Tabify bin | June McEnroe | 2018-05-13 |
| | |||
* | Sleep in watch when a file is deleted | June McEnroe | 2018-04-08 |
| | | | | | Reopening the path immediately would always fail. Wait a second for the file to hopefully reappear. | ||
* | Open watch files O_CLOEXEC | June McEnroe | 2018-02-28 |
| | | | | Thankfully kqueue is CLOEXEC by default it seems. | ||
* | Tweak watch exit codes | June McEnroe | 2018-02-25 |
| | |||
* | Write newlines between watch iterations | June McEnroe | 2018-02-14 |
| | |||
* | Add bin/README | June McEnroe | 2018-02-01 |
| | |||
* | Move C file description comments | June McEnroe | 2017-09-06 |
| | | | | Comments are ugly this is why I don't put them in my code ;) | ||
* | Move C code to bin, Makefile, AGPL | June McEnroe | 2017-09-06 |