summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor
Commit message (Expand)AuthorAgeFilesLines
* FileMonitor/Pseudo: Only produce exists events, if file exists.Alexander Sulfrian2015-02-171-1/+2
* 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
* | Merge branch 'maint' into masterSol Jerome2014-04-161-1/+1
|\|
| * FAM: Only shut down inotify notifier onceChris St. Pierre2014-02-191-1/+1
| * FAM: Get full traceback when event handling errorsChris St. Pierre2014-01-161-1/+2
* | FAM: Deprecate the gamin FAM driverChris St. Pierre2014-02-131-4/+7
* | Filemonitor: Pylint fixSol Jerome2013-09-061-1/+2
* | Pylint/PEP8 fixesSol Jerome2013-09-062-2/+2
* | Options: converted filemonitors to new options parserChris St. Pierre2013-06-273-41/+25
* | Merge branch 'maint'Chris St. Pierre2013-04-242-6/+4
|\|
| * Inotify: use correct loggerChris St. Pierre2013-03-271-5/+3
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-262-2/+2
* | Merge branch '1.4.x'Chris St. Pierre2013-04-232-111/+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-172-111/+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
| |/
* | expose Inotify debugging via XML-RPCChris St. Pierre2013-03-211-0/+19
* | added XML-RPC RMI capabilities to FileMonitor objectsChris St. Pierre2013-03-211-0/+12
* | Inotify: produce better error when watching non-existent directory or file in...Chris St. Pierre2013-03-201-0/+4
|/
* 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