summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/BuiltinCore.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Alexander Sulfrian2014-11-121-8/+19
|\
| * Catch possible typeerror resulting from None being returned when reading the ...Matt Kemp2014-10-021-1/+1
| * Fixes to ensure pidfile can be opened or broken if stale.Matt Kemp2014-10-011-1/+4
| * pylint fixes.Matt Kemp2014-10-011-3/+4
| * Attempt to break the pid lock during startup.Matt Kemp2014-10-011-7/+15
* | Options: add missing communication:protocol optionsAlexander Sulfrian2014-10-151-1/+2
* | Merge branch 'maint'Sol Jerome2013-09-011-1/+0
|\|
| * SSLServer: Poll for POST data correctlyChris St. Pierre2013-08-281-1/+0
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-17/+18
|\ \
| * | Options: migrated server core to new option parserChris St. Pierre2013-06-271-17/+18
* | | Merge branch 'maint'Sol Jerome2013-07-271-1/+2
|\ \ \ | |/ / |/| / | |/
| * Make the server process always detach, even if started by initArto Jantunen2013-07-211-1/+2
* | Merge branch 'maint'Chris St. Pierre2013-05-171-1/+1
|\|
| * BuiltinCore: register server instance after plugins are loadedChris St. Pierre2013-05-071-1/+1
* | Merge branch 'maint'Chris St. Pierre2013-04-241-4/+10
|\|
| * BuiltinCore: gracefully handle existing lock on pidfileChris St. Pierre2013-04-161-4/+10
| * PY3K: Fix client/server to work with python 3Sol Jerome2013-04-101-1/+1
* | moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-6/+7
* | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-171-2/+2
|/
* BuiltinCore: fixed import of LockFailedChris St. Pierre2012-11-191-2/+3
* fail gracefully when pidfile creation failsChris St. Pierre2012-11-191-5/+10
* set default umask for server, added option to change itChris St. Pierre2012-11-141-10/+8
* BuiltinCore: removed unused import osChris St. Pierre2012-10-181-1/+0
* fixed server core instantiation when running in foregroundChris St. Pierre2012-10-181-7/+11
* fix return value from _daemonizeChris St. Pierre2012-10-181-0/+1
* use daemon.pid[lock]file.PIDLockFile to write PID fileChris St. Pierre2012-10-181-19/+7
* documented core implementationsChris St. Pierre2012-10-151-8/+32
* added module-level Bcfg2.Statistics object for easier trackingChris St. Pierre2012-10-101-1/+5
* drop privs options added, works in CherryPyChris St. Pierre2012-10-041-1/+3
* moved pidfile creation into the server backendsChris St. Pierre2012-09-251-1/+15
* expanded pylint testsChris St. Pierre2012-09-251-37/+8
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-1/+1
* fixed gamin issues with late daemonizationChris St. Pierre2012-09-181-1/+2
* updated various scripts/components to reflect updated Core invocation for thr...Chris St. Pierre2012-09-051-2/+2
* Core: fixed threading issues preventing successful daemonization of builtin coreChris St. Pierre2012-09-041-15/+24
* Core: collect more performance statisticsChris St. Pierre2012-08-301-2/+1
* made bcfg2-admin perf work againChris St. Pierre2012-08-291-1/+2
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* Server: Fix server startupSol Jerome2012-07-201-1/+2
* added CherryPy-based server coreChris St. Pierre2012-07-191-0/+102