summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Core.py
Commit message (Expand)AuthorAgeFilesLines
* minor cleanupChris St. Pierre2012-05-221-4/+3
* use XML parser that strips whitespace to avoid xml concatenation pretty_print...Chris St. Pierre2012-05-151-2/+5
* improved error reporting in a few placesChris St. Pierre2012-05-041-2/+4
* better error message from bcfg2-info on no matching generatorChris St. Pierre2012-05-041-1/+2
* fixed confusing error messageChris St. Pierre2012-05-041-2/+2
* Move sorting to the server core, rather than just in bcfg2 infoCalen Pennington2012-01-181-0/+11
* Add the failure attribute on unknown bind errors, as well as on PluginExecuti...Calen Pennington2011-12-121-3/+5
* Core: Fix log message for #1053Sol Jerome2011-09-221-1/+1
* Metadata: Better handling of floating cert-authenticated clients (Ticket #1030)Sol Jerome2011-08-111-1/+1
* Created a new method to return a sorted list of plugins by type.Mike McCallister2011-07-221-41/+54
* PY3K: Finish server-side code fixesSol Jerome2011-06-141-2/+2
* Core: Raise error on failed lxml import (Reported by Raul Cuza on IRC)Sol Jerome2011-05-051-1/+5
* Fix regressions with new py3k codeSol Jerome2011-05-031-0/+1
* Common: Add full PY3K compatibilitySol Jerome2011-04-271-3/+7
* PY3K + PEP8 fixes for remaining filesSol Jerome2011-04-071-29/+35
* Added some more comments.Fabian Affolter2010-08-141-8/+11
* Some docstrings addedFabian Affolter2010-07-161-2/+9
* Updated files to match PEP 257 Fabian Affolter2010-06-211-13/+13
* Reduce select timeouts to 2sTim Laszlo2010-06-161-2/+2
* ThreadedStatistics: load/save data on startup/shutdownTim Laszlo2010-06-161-0/+3
* Call Core.shutdown explicitly when the XMLRPCServer exists. Fixes server hang...Tim Laszlo2010-06-111-3/+4
* Prevent bcfg2-server from hanging on exit when the Pseudo FileMonitor is usedTim Laszlo2010-06-111-1/+1
* Terminate fam thread on shutdownTim Laszlo2010-05-241-2/+6
* Core: Allow the specification of plugin conflicts (Fix for Ticket #875)Sol Jerome2010-04-241-0/+12
* Snapshots: Use custom bcfg2.conf when specified (Fix for #839)Sol Jerome2010-02-081-1/+3
* Core: Uniformly handle Metadata resolution errorsNarayan Desai2009-12-231-0/+4
* Core: Fix typoNarayan Desai2009-11-051-0/+1
* DBStats: Fix data eating / Core: revert copy changeNarayan Desai2009-11-051-2/+0
* Core: Only pass copies of statistics objects to stats plugins (Reported by da...Narayan Desai2009-11-051-1/+2
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-6/+6
* Fix nasty core hang, which would manifest itself as a lockup upon shutdown fo...Narayan Desai2009-10-021-1/+6
* Changed name and implementation to "bcfg2-server" so that the serverMike McCallister2009-09-261-2/+2
* bcfg2-server: Improve startup error handling (Patch from Mike McCallister) (R...Narayan Desai2009-07-281-0/+1
* Fix Fam supportNarayan Desai2009-06-241-1/+3
* Core: Fix statistics related server tracebackNarayan Desai2009-06-231-4/+1
* Metadata: Implement query interfaceNarayan Desai2009-06-191-1/+1
* Implement zultron's inter-client metadata stuffNarayan Desai2009-06-181-0/+1
* Pull out hashlib for the momentNarayan Desai2009-05-291-8/+0
* Add back updates for VCS pluginsSol Jerome2009-05-151-0/+4
* Merge xmlrpc interfaces with Bcfg2.Server.CoreNarayan Desai2009-05-151-19/+151
* Implement reporting for deprecated plugins, improve reporting for experimenta...Narayan Desai2009-05-071-4/+13
* Make time logging uniformNarayan Desai2009-05-071-1/+1
* start passing bind failure information to clientsNarayan Desai2009-02-181-0/+3
* Split out connector interface to allow for additional data generation based o...Narayan Desai2009-02-021-3/+5
* Core fixes from pylintSol Jerome2009-01-291-7/+7
* Fix tb caused by non-string revisionSol Jerome2009-01-281-1/+1
* Add Version plugin typeSol Jerome2009-01-261-44/+6
* Remove plugin initialization debug codeNarayan Desai2009-01-211-1/+1
* Add support for out of tree pluginsNarayan Desai2009-01-211-2/+5
* Infrastructure and initial implementation of the Packages pluginNarayan Desai2009-01-211-1/+1