summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor/Inotify.py
Commit message (Expand)AuthorAgeFilesLines
* Core: fixed threading issues preventing successful daemonization of builtin coreChris St. Pierre2012-09-041-5/+22
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* Inotify: Use functools where reduce is unavailableSol Jerome2012-07-301-2/+3
* strip trailing slashes from inotify watchesChris St. Pierre2012-07-201-0/+2
* made inotify FAM work. i think.Chris St. Pierre2012-07-181-18/+77
* removed debug lineChris St. Pierre2012-05-231-1/+0
* fixed inotify handling of events in watched dirsChris St. Pierre2012-05-231-13/+21
* fixed bug in pseudo fm, deduplicated codeChris St. Pierre2012-05-211-11/+8
* Added inotify filemonitor driverChris St. Pierre2012-05-181-0/+60