#
f869e41d |
| 16-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement file monitoring with kqueue FreeBSD / macOS.
This implementation is incomplete and does not deal well with deletion / renaming.
|
#
fcaa7557 |
| 22-Oct-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement a polling timer in WatchTower (Windows).
|
#
8b11848f |
| 21-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct following a file in a non-existant directory.
|
#
91f7c705 |
| 07-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix the WatchTowerDriver to re-add new files.
|
#
3104b268 |
| 03-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Cleanup directories when they are not watched.
|
#
f09fa651 |
| 28-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Integrate Windows implementation in templated WatchTower.
|
#
96bde7d5 |
| 24-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make the WatchTower parametric (only works for inotify).
|
#
b278d183 |
| 24-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor WatchTower to use a parameterised Driver.
|
#
5d489994 |
| 22-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the config.h.in (only used for tests for now).
|
#
a0b17fd1 |
| 22-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make inotify able to treat multiple events.
|
#
84b2179e |
| 21-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Improve implementation of WinWatchTower and integrates it.
|
#
af7adfdd |
| 15-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the WinNotificationInfo class for Windows' WatchTower.
|
#
a0936e1e |
| 03-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implements a native Windows version of WatchTower.
|
#
87e05652 |
| 03-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Starts refactoring WatchTower to be multi-platform.
|
#
3af68c64 |
| 03-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
WatchTower: Adds test for symlink behaviour.
|
#
8f031b5a |
| 03-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
WatchTower: add notification for moved/renamed files.
|
#
b827fa8e |
| 02-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add tests for WatchTower and remove a nasty race in both test and code.
|
#
84af0c9b |
| 28-Sep-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add new CMakeLists for integrating Google Tests.
Also add a test for the FileWatcher and WatchTower.
|