summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/CherryPyCore.py
Commit message (Expand)AuthorAgeFilesLines
* set default umask for server, added option to change itChris St. Pierre2012-11-141-2/+4
* fix return value from _daemonizeChris St. Pierre2012-10-181-0/+1
* documented core implementationsChris St. Pierre2012-10-151-10/+31
* added module-level Bcfg2.Statistics object for easier trackingChris St. Pierre2012-10-101-1/+4
* 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/+2
* various pylint fixesChris St. Pierre2012-09-251-1/+1
* expanded pylint testsChris St. Pierre2012-09-251-35/+16
* made CherryPyCore honor listen_allChris St. Pierre2012-09-051-1/+2
* fixed cherrypy daemonizationChris St. Pierre2012-09-051-20/+26
* fixed cherrypy server core shutdownChris St. Pierre2012-08-301-0/+1
* Core: collect more performance statisticsChris St. Pierre2012-08-301-2/+1
* made bcfg2-admin perf work againChris St. Pierre2012-08-291-15/+10
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* added CherryPy-based server coreChris St. Pierre2012-07-191-0/+131