summaryrefslogtreecommitdiffstats
path: root/src/lib/Component.py
Commit message (Expand)AuthorAgeFilesLines
* Pass logging level to Bcfg2.Logger.setup_logging() INFO is set as defaultMike McCallister2011-10-141-3/+4
* bcfg2-server: Add the ability to listen on specific interfaces (#1013)Sol Jerome2011-06-031-4/+9
* Common: Fixes to get server to start with PY3KSol Jerome2011-05-031-23/+24
* Common: Add full PY3K compatibilitySol Jerome2011-04-271-6/+8
* Component: Switch to pre-PEP318 function decoratorsSol Jerome2011-01-131-2/+2
* Call Core.shutdown explicitly when the XMLRPCServer exists. Fixes server hang...Tim Laszlo2010-06-111-0/+1
* Updated files to match PEP 257Fabian Affolter2010-06-071-1/+7
* bcfg2-server: Add sanity check for bcfg2.conf (Resolves Ticket #797)Sol Jerome2010-02-241-1/+1
* Snapshots: Use custom bcfg2.conf when specified (Fix for #839)Sol Jerome2010-02-081-4/+4
* Component: pass through xmlrpc Fault instances [bugfix]Narayan Desai2010-01-061-0/+2
* bcfg2-server: Enable logging to file (fixes #817) [bugfix]Sol Jerome2009-12-201-3/+6
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-42/+42
* Component: remove unneeded call to umask (Resolves Ticket #714)Narayan Desai2009-09-231-1/+0
* Xcmd: Improve error handling for unknown rmi methodsNarayan Desai2009-09-181-0/+3
* SSL: Implement protocol selection in bcfg2.confNarayan Desai2009-06-241-2/+3
* Improve server error handlingNarayan Desai2009-06-231-3/+8
* Fix one more try/except/finallyNarayan Desai2009-05-141-4/+5
* Fix py2.4 portability (try/except/finally is 2.5+) (Reported by Lisa Giacchetti)Narayan Desai2009-05-141-8/+9
* Implement perf-reporting clientNarayan Desai2009-05-141-1/+1
* Integrate server-side performance statistics infrastructureNarayan Desai2009-05-141-0/+14
* SSL Server code: Remove some fixmes and remove dead (from bcfg2) codeNarayan Desai2009-05-061-76/+13
* Get basic auth working again with new ssl frameworkNarayan Desai2009-05-061-7/+5
* more to python 2.6 sslNarayan Desai2009-05-061-304/+280
* Component: force client socket shutdownNarayan Desai2009-05-061-1/+6
* Implement ssl certificate split, in preparation for SSL client cert authNarayan Desai2009-04-081-6/+9
* Make file monitor selectableNarayan Desai2008-09-091-1/+3
* Nicer traceback for debugging. Easier to read since it's line splittedSteve Tousignant2008-09-031-2/+7
* Fix request handler traceback if client disappear suddenly (cosmetic)Narayan Desai2008-04-011-0/+6
* Move req.cleanup initialization earlierNarayan Desai2008-03-161-1/+1
* Improve scaling behavior for non-forked handlers. Basically,Narayan Desai2008-03-151-0/+6
* Remove old debug messageNarayan Desai2008-01-241-1/+0
* Remove proxy use from ComponentNarayan Desai2008-01-161-25/+2
* Switch all parsing to outer scripts for ComponentNarayan Desai2008-01-081-18/+2
* Fix handling of basic http auth [bugfix]Narayan Desai2008-01-081-2/+2
* Clean up location handling in ComponentNarayan Desai2007-12-311-6/+3
* cleanup codeRobert Gogolok2007-12-311-5/+6
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-311-11/+17
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-301-25/+14
* Child proc fixNarayan Desai2007-07-271-2/+6
* Implementing selective forking server, which runs read-only requests in child...Narayan Desai2007-07-251-7/+42
* merging back in xmlrpc branch for agent-mode supportJoey Hagedorn2007-07-191-14/+43
* fix typoNarayan Desai2007-07-131-1/+1
* Add checker support to ComponentNarayan Desai2007-07-131-2/+4
* move Component to new locationNarayan Desai2007-07-131-0/+280