summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor
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-172-111/+0
* added set_debug RMI for plugins and core, set_fam_debug RMIChris St. Pierre2012-11-161-1/+1
* 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-162-12/+6
* FileMonitor: removed extraneous messages about handling 0 eventsChris St. Pierre2012-10-151-1/+2
* deprecated the Fam FAM (yo dog...)Chris St. Pierre2012-10-111-4/+6
* un-break FAM. d'ohChris St. Pierre2012-10-111-1/+1
* wrote FAM docsChris St. Pierre2012-10-115-52/+340
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-0/+1
* various pylint fixesChris St. Pierre2012-09-253-4/+2
* expanded pylint coverageChris St. Pierre2012-09-255-57/+73
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-253-2/+6
* fixed gamin issues with late daemonizationChris St. Pierre2012-09-182-6/+22
* fixed shutdown of Inotify threadChris St. Pierre2012-09-101-2/+0
* added server-side client metadata object cachingChris St. Pierre2012-09-052-5/+13
* fixed FileMonitor stringificationChris St. Pierre2012-09-052-2/+7
* Core: fixed threading issues preventing successful daemonization of builtin coreChris St. Pierre2012-09-042-5/+27
* 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-183-27/+86
* 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
* removed debug lineChris St. Pierre2012-05-231-1/+0
* fixed inotify handling of events in watched dirsChris St. Pierre2012-05-231-13/+21
* more fixes for missing genshiChris St. Pierre2012-05-211-2/+4
* fixed bug in pseudo fm, deduplicated codeChris St. Pierre2012-05-213-26/+16
* Added inotify filemonitor driverChris St. Pierre2012-05-185-0/+379