summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor/Inotify.py
Commit message (Collapse)AuthorAgeFilesLines
* FAM: Only shut down inotify notifier onceChris St. Pierre2014-02-191-1/+1
|
* Inotify: use correct loggerChris St. Pierre2013-03-271-5/+3
|
* expose Inotify debugging via XML-RPCChris St. Pierre2013-03-211-0/+19
|
* Inotify: produce better error when watching non-existent directory or file ↵Chris St. Pierre2013-03-201-0/+4
| | | | in such
* Inotify: explicitly ignore events not in event maskChris St. Pierre2012-11-161-0/+7
|
* FAM: allow toggling FAM debug by RMI on running serverChris St. Pierre2012-11-161-2/+2
|
* wrote FAM docsChris St. Pierre2012-10-111-4/+62
|
* various pylint fixesChris St. Pierre2012-09-251-1/+1
|
* expanded pylint coverageChris St. Pierre2012-09-251-19/+20
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-1/+3
|
* fixed gamin issues with late daemonizationChris St. Pierre2012-09-181-2/+2
|
* fixed shutdown of Inotify threadChris St. Pierre2012-09-101-2/+0
|
* added server-side client metadata object cachingChris St. Pierre2012-09-051-3/+4
|
* fixed FileMonitor stringificationChris St. Pierre2012-09-051-1/+4
|
* 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
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
Moved list of files to ignore into config