summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Pylint fixes for pylint 0.28Chris St. Pierre2015-02-171-2/+5
* Merge branch 'maint'Alexander Sulfrian2014-11-121-0/+2
|\
| * fix keyboard interrupt during intial event handlingAlexander Sulfrian2014-10-261-0/+2
| * FAM: Get full traceback when event handling errorsChris St. Pierre2014-01-161-1/+2
* | Filemonitor: Pylint fixSol Jerome2013-09-061-1/+2
* | Pylint/PEP8 fixesSol Jerome2013-09-061-1/+1
* | Options: converted filemonitors to new options parserChris St. Pierre2013-06-271-37/+21
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-6/+39
|\ \ | |/ |/|
| * 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
* | Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-0/+2
|\ \
| * | Core: added more debug logging for core methodsChris St. Pierre2013-03-191-0/+2
| |/
* / added XML-RPC RMI capabilities to FileMonitor objectsChris St. Pierre2013-03-211-0/+12
|/
* 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