summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Core.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Chris St. Pierre2013-06-271-14/+12
|\
| * Revert "Core: properly handle Ctrl-C"Sol Jerome2013-06-261-13/+4
| * Core: rewrite $HOME after dropping privsChris St. Pierre2013-06-191-0/+6
| * Core: don't unnecessarily set debug to False on server startupChris St. Pierre2013-06-031-1/+2
* | Merge branch 'maint'Chris St. Pierre2013-05-211-0/+4
|\|
| * Core: added more debugging on server shutdownChris St. Pierre2013-05-201-0/+4
| * minor fixes for FAM blockingJason Kincl2013-05-011-1/+1
| * Adding option to force server to wait until all FAM events are processedJason Kincl2013-05-011-0/+5
* | fixed unit testsChris St. Pierre2013-05-201-5/+2
* | Fixing unit testsChris St. Pierre2013-04-251-6/+7
* | Merge branch 'maint'Chris St. Pierre2013-04-241-102/+118
|\|
| * Core: added docstring for load_pluginsChris St. Pierre2013-04-171-0/+5
| * Core: fixed pylint tests for wildcard importsChris St. Pierre2013-04-161-2/+2
| * Core: load plugins after daemonization so files/dirs created at plugin init t...Chris St. Pierre2013-04-161-100/+83
| * Added option to periodically dump performance stats to logsChris St. Pierre2013-03-291-1/+23
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+2
| * Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-0/+4
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-59/+115
|\ \
| * | fixed unit tests for mergeChris St. Pierre2013-02-201-1/+1
| * | Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-14/+26
| |\ \
| * | | Added client ACLs:Chris St. Pierre2013-02-121-14/+58
| * | | Added CIDR notation to IP ACLs. Still need to test.Matt Schwager2013-02-121-4/+3
| * | | Corrected acceptance of wildcard ('*') in ACL XML file.Matt Schwager2013-02-121-1/+1
| * | | IP based ACLs working for CherryPy and Builtin Server. Rudimentary tests perf...Matt Schwager2013-02-121-1/+3
| * | | IP based ACLs working for CherryPy Server. Still need to implement BuiltinSer...Matt Schwager2013-02-121-0/+7
| * | | fixed loading FAM in coreChris St. Pierre2013-02-061-1/+1
| * | | moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-16/+15
| * | | FAM: split loading a new FileMonitor from fetching an existing oneChris St. Pierre2013-01-171-11/+9
| * | | added a module-level FAM object to avoid passing it as an argument a billion ...Chris St. Pierre2013-01-171-1/+1
| * | | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-171-32/+33
* | | | minor fixes for FAM blockingJason Kincl2013-04-171-1/+1
* | | | Adding option to force server to wait until all FAM events are processedJason Kincl2013-04-171-0/+5
| |_|/ |/| |
* | | Logger: set log handler names in a py <2.6 compatible wayChris St. Pierre2013-03-221-3/+2
* | | more debugging fixesChris St. Pierre2013-03-211-1/+1
* | | fixed various debugging bitsChris St. Pierre2013-03-211-1/+1
* | | fixed unit testsChris St. Pierre2013-03-211-1/+0
* | | Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-8/+85
|\ \ \
| * | | Debug improvements:Chris St. Pierre2013-03-191-7/+64
| * | | Core: added more debug logging for core methodsChris St. Pierre2013-03-191-1/+21
| | |/ | |/|
* | | more consistent XML-RPC debug calls for FAMChris St. Pierre2013-03-211-4/+10
* | | added XML-RPC RMI capabilities to FileMonitor objectsChris St. Pierre2013-03-211-4/+6
* | | Core: properly handle Ctrl-CChris St. Pierre2013-02-251-4/+13
|/ /
* | Core: deduplicated some error handling codeChris St. Pierre2013-02-081-9/+7
* | get VCS revision in a more resilient wayChris St. Pierre2013-02-011-5/+19
|/
* replace unintuitive reduce() calls with slightly less unintuitive chain() callsChris St. Pierre2013-01-081-4/+4
* Threaded plugin fixes:Chris St. Pierre2012-11-271-2/+8
* fixed core syncdb in non-daemon contexts (e.g., bcfg2-info)Chris St. Pierre2012-11-261-6/+7
* when a new sqlite database is created for reporting, set appropriate permissionsChris St. Pierre2012-11-261-7/+28
* create pidfile directory with correct permsChris St. Pierre2012-11-191-1/+1
* documented new core debug RMIsChris St. Pierre2012-11-161-1/+35