summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/call.py
Commit message (Expand)AuthorAgeFilesLines
* Added --jobthing option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-3/+13
* Added --sort option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-5/+12
* Added --async option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-0/+37
* add "--pickle" support for dumping call data in python pickle format.Adrian Likins2008-04-081-1/+6
* don't use interactive mode, but print out the results directly from the "call"Adrian Likins2008-04-081-2/+8
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-281-3/+3
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-281-14/+10
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-5/+9
* Our client.command.Command class looks for 'usage', not 'useage'Luke Macken2008-01-141-1/+1
* more deletions of shebangs.Steve 'Ashcrow' Milner2008-01-131-2/+0
* Integrating the multiplexer feature (forkbomb.py) with func's Client module. ...Michael DeHaan2007-11-301-4/+14
* Make pretty printer be the default print option, and make a new option for ra...Michael DeHaan2007-10-251-6/+13
* add "copyfile" commandline module that knows how to get the localAdrian Likins2007-10-121-0/+15
* make func_command use the new handleArguments method fromAdrian Likins2007-10-091-10/+9
* add a couple alternatice serializers just for kicksAdrian Likins2007-10-081-8/+35
* create a func/overkiad/cmd_modules sub dirAdrian Likins2007-10-081-0/+58