summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Core.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Alexander Sulfrian2014-11-121-4/+4
|\
| * Server/Core: also shutdown on exceptions during fam blockingAlexander Sulfrian2014-10-251-5/+5
| * Use the older Thread.getName() interface for python 2.4 compatMichael Fenn2014-09-101-1/+1
* | Options: add missing communication:protocol optionsAlexander Sulfrian2014-10-151-0/+1
* | Options/Common: remove defaults for ssl-key/ssl-cert on the ClientAlexander Sulfrian2014-10-141-2/+9
* | Add a --no-fam-blocking command-line argument to bcfg2-serverMichael Fenn2014-07-071-1/+2
* | Change fam_blocking default to TrueMichael Fenn2014-07-071-1/+1
* | Merge branch 'maint'Chris St. Pierre2014-04-251-2/+5
|\|
| * fixed pylint/pep-8 testsChris St. Pierre2014-04-251-1/+1
* | Merge branch 'maint' into masterSol Jerome2014-04-161-10/+50
|\|
| * Core: better error messages when altsrc bind failsChris St. Pierre2014-03-141-3/+4
| * Core: close all database connections at the end of XML-RPC requestsChris St. Pierre2014-03-031-6/+26
| * core: only shut down core onceChris St. Pierre2014-02-191-0/+10
| * Fixed typo. Need coffee.Chris St. Pierre2014-02-181-1/+1
| * Core: add default name for base Core implementationChris St. Pierre2014-02-181-1/+2
| * ensure that DB connections are always closed at thread/process exitChris St. Pierre2014-02-181-7/+11
| * Core: explicitly close database connections at the end of each client runChris St. Pierre2014-02-131-0/+5
* | Preliminary support for seperate reporting databaseMichael Fenn2014-03-211-2/+2
* | Merge branch 'maint'Chris St. Pierre2013-12-091-4/+4
|\|
| * Core: Avoid starting server if database is enabled but cannot be usedChris St. Pierre2013-11-251-4/+4
* | Core: handle errors in FAM thread more verboselyChris St. Pierre2013-11-131-8/+12
* | Core: Avoid unnecessarily reparsing config file on startupChris St. Pierre2013-10-301-1/+4
* | fixed Core stringificationChris St. Pierre2013-10-301-2/+5
* | DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-11/+11
* | Core: Better stringification of server core objectsChris St. Pierre2013-10-301-0/+7
* | Core: Make core object available at the module levelChris St. Pierre2013-10-291-3/+3
* | Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-5/+5
* | Merge branch 'maint'Chris St. Pierre2013-10-281-1/+2
|\|
| * Core: Fixed error message on failed altsrc bindChris St. Pierre2013-09-301-3/+3
* | Core: Do not create DefaultACL/ directoryChris St. Pierre2013-09-121-0/+2
* | Merge branch 'maint'Chris St. Pierre2013-09-091-2/+1
|\|
| * Core: avoid importing Metadata before Django has been configuredChris St. Pierre2013-09-051-2/+1
* | Pylint/PEP8 fixesSol Jerome2013-09-061-3/+3
* | Merge branch 'maint'Chris St. Pierre2013-09-051-2/+34
|\|
| * Allow Connector to create new groupsChris St. Pierre2013-09-051-2/+34
* | Core: Added default ACLsChris St. Pierre2013-08-191-6/+22
* | Rewrote arbitrary data cache systemChris St. Pierre2013-08-161-17/+3
* | Merge branch 'maint'Chris St. Pierre2013-08-121-2/+8
|\|
| * Core: iterate over RMI objects properlyChris St. Pierre2013-08-091-1/+1
| * Core: fixed py3k incompatibilityChris St. Pierre2013-08-091-2/+8
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-189/+194
|\ \
| * | Options: migrated server core to new option parserChris St. Pierre2013-06-271-197/+193
* | | Merge branch 'maint'Chris St. Pierre2013-08-081-16/+35
|\ \ \ | | |/ | |/|
| * | MultiprocessingCore: added a way to dispatch RMI calls to child processesChris St. Pierre2013-08-071-4/+2
| * | Plugin: added new Caching interfaceChris St. Pierre2013-08-071-2/+16
| * | Core: log when a cached metadata object is usedChris St. Pierre2013-08-061-0/+3
| * | Core: track statistics on resolve_clientChris St. Pierre2013-08-051-0/+1
| * | Core: update VCS revision only when events are handledChris St. Pierre2013-07-311-1/+2
| * | MultiprocessingCore: make multiprocessing children threaded for higher perfor...Chris St. Pierre2013-07-301-9/+11
* | | Merge branch 'maint'Sol Jerome2013-07-181-9/+35
|\| |