aboutsummaryrefslogtreecommitdiffstats
path: root/src/inotify_source.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* inotify: set close-on-exec flagMax Kellermann2009-11-071-1/+2
| | | | Added wrapper for inotify_init1() to fd_util.c.
* automatically update the database with Linux inotifyMax Kellermann2009-09-251-0/+163
This patch implements a light-weight inotify library, and watches all directories below the music directory. It updates all directories where files changed after a delay of 5 seconds.