summaryrefslogtreecommitdiffstats
path: root/func/minion/AuthedXMLRPCServer.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.