summaryrefslogtreecommitdiffstats
path: root/func/minion/AuthedXMLRPCServer.py
Commit message (Collapse)AuthorAgeFilesLines
* attempting to remove any prints to stdout that should be going to stderrAdrian Likins2008-07-241-1/+1
| | | | | | Trying to make sure things are clean for func-transmit. At some point, this should probably be some sort of log object instead of just to stderr.
* use the SSLCommon from certmaster, it's gone from funcAdrian Likins2008-07-241-1/+1
|
* Remove a few stray printsMichael DeHaan2008-06-301-3/+1
|
* Change SocketServer.ThreadingMixIn to SocketServer.ForkingMixIn in ↵Krzysztof A. Adamski2008-06-261-1/+1
| | | | | | | BaseAuthedXMLRPCServer. When used with threads, PyOpenSSL seams to be leaking memory and python module logging like deadlocks so lets better use fork.
* Apply John's threaded Func minion patch. Now minions can do more thanMichael DeHaan2008-01-131-2/+2
| | | | one thing at once!
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+140
Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.