summaryrefslogtreecommitdiffstats
path: root/src/lib/Component.py
Commit message (Expand)AuthorAgeFilesLines
* 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