summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* FAM: split loading a new FileMonitor from fetching an existing oneChris St. Pierre2013-01-171-4/+18
* added a module-level FAM object to avoid passing it as an argument a billion ...Chris St. Pierre2013-01-171-0/+25
* removed deprecated FAM filemonitorChris St. Pierre2013-01-171-6/+0
* added set_debug RMI for plugins and core, set_fam_debug RMIChris St. Pierre2012-11-161-1/+1
* FAM: allow toggling FAM debug by RMI on running serverChris St. Pierre2012-11-161-10/+4
* FileMonitor: removed extraneous messages about handling 0 eventsChris St. Pierre2012-10-151-1/+2
* wrote FAM docsChris St. Pierre2012-10-111-25/+207
* expanded pylint coverageChris St. Pierre2012-09-251-16/+29
* added server-side client metadata object cachingChris St. Pierre2012-09-051-2/+9
* fixed FileMonitor stringificationChris St. Pierre2012-09-051-1/+3
* Core: fixed threading issues preventing successful daemonization of builtin coreChris St. Pierre2012-09-041-0/+5
* made inotify FAM work. i think.Chris St. Pierre2012-07-181-6/+8
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-2/+2
* fixed changed events in Cfg; stringification of FAM objectsChris St. Pierre2012-06-211-1/+1
* more fixes for missing genshiChris St. Pierre2012-05-211-2/+4
* fixed bug in pseudo fm, deduplicated codeChris St. Pierre2012-05-211-5/+1
* Added inotify filemonitor driverChris St. Pierre2012-05-181-0/+143