aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/serve.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed update_copyright.py's subproc import and updated copyrightsW. Trevor King2010-01-011-4/+1
* Serve.handle_*() now raise _HandlerError so the .do_*() methods know.W. Trevor King2010-01-011-8/+17
* Fixed commit handling in commands.serve and storage.httpW. Trevor King2010-01-011-3/+7
* Use more kwargs in libbe.command.serveW. Trevor King2010-01-011-11/+10
* Improved POST and error handling in `be serve`W. Trevor King2010-01-011-22/+43
* Improved POST parsing, fixed Serve._long_help(), added --read-only.W. Trevor King2010-01-011-49/+40
* Added libbe.command.serve and libbe.storage.http for HTTP backend.W. Trevor King2010-01-011-0/+346