History log of /glogg/src/watchtower.h (Results 1 – 18 of 18)
Revision Date Author Comments
# 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.


# 481c483c 13-Jun-2017 Sergei Dyshel <qyron.private@gmail.com>

Fix compiler warnings


# aceb79b2 28-Oct-2015 Nicolas Bonnefon <nicolas@bonnefon.org>

Allow enabling polling without restarting.


# 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.


# 58f443c7 01-Nov-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Add a temporary config.h to build with qmake.

Will be removed when we switch to cmake.


# f09fa651 28-Oct-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Integrate Windows implementation in templated WatchTower.


# b0345991 27-Oct-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Add a way to interrupt the WatchTower.


# dc7f5916 26-Oct-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Minor fixes to allow building on gcc < 4.7.


# 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.


# c540156c 24-Oct-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Refactor WatchTower to be concrete and uses a virtual Driver.


# 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.