1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-02 13:05:08 +00:00
transmission/daemon
Mike Gelfand ea48360212 #5663: Rework directory watching in daemon
Implement BSD/Darwin (kqueue) and Windows (ReadDirectoryChanges) mechanisms
for receiving directory change notifications. Use events instead of polling
for changes. Retry file parsing up to 3 times before giving up.

Huge thanks to missionsix for preparing first two versions of the patch.
2016-01-02 14:28:59 +00:00
..
CMakeLists.txt #5663: Rework directory watching in daemon 2016-01-02 14:28:59 +00:00
daemon-posix.c Get rid of some more warnings 2015-12-29 00:42:40 +00:00
daemon-win32.c #5910: Fix autotools build (#2) and workaround MSVC bug 2015-04-04 18:28:13 +00:00
daemon.c #5663: Rework directory watching in daemon 2016-01-02 14:28:59 +00:00
daemon.h #5910: Run daemon as a service on Windows 2015-04-04 17:43:56 +00:00
Makefile.am #5663: Rework directory watching in daemon 2016-01-02 14:28:59 +00:00
my-valgrind.sh
remote.c Ongoing refactoring (use size_t instead of int) 2015-12-25 10:19:50 +00:00
transmission-daemon.1
transmission-daemon.service
transmission-remote.1