]> granicus.if.org Git - transmission/commit
(trunk daemon) another experiment: implement the watchdir with opendir() and readdir...
authorCharles Kerr <charles@transmissionbt.com>
Sat, 28 Feb 2009 15:27:39 +0000 (15:27 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sat, 28 Feb 2009 15:27:39 +0000 (15:27 +0000)
commit8b722071fdaed309508d0be8b38ffdc0e0a97946
tree5c613d69e4df7c65556af558c94a69b340f1fd5c
parent09161120eba96f41631b5fdb105ab234762540a4
(trunk daemon) another experiment: implement the watchdir with opendir() and readdir(), since those are available on every system we're on, even embedded ones...
18 files changed:
configure.ac
daemon/Makefile.am
daemon/daemon.c
third-party/Makefile.am
third-party/filewatcher/FileWatcher.cpp [deleted file]
third-party/filewatcher/FileWatcher.h [deleted file]
third-party/filewatcher/FileWatcherLinux.cpp [deleted file]
third-party/filewatcher/FileWatcherLinux.h [deleted file]
third-party/filewatcher/FileWatcherOSX.cpp [deleted file]
third-party/filewatcher/FileWatcherOSX.h [deleted file]
third-party/filewatcher/FileWatcherWin32.cpp [deleted file]
third-party/filewatcher/FileWatcherWin32.h [deleted file]
third-party/filewatcher/License.txt [deleted file]
third-party/filewatcher/Makefile.am [deleted file]
third-party/filewatcher/README [deleted file]
third-party/filewatcher/ReadMe.txt [deleted file]
third-party/filewatcher/file-watcher.cpp [deleted file]
third-party/filewatcher/file-watcher.h [deleted file]