aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/serve.py
Commit message (Expand)AuthorAgeFilesLines
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-1/+2
* Fix test_log_request (broken by commit 36699d82).W. Trevor King2011-05-111-1/+1
* Add summary line to the Serve command.W. Trevor King2011-05-011-1/+6
* Add --notify to `be serve`.W. Trevor King2011-04-161-3/+51
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-071-49/+94
* Use numpydoc and generate-libbe-txt.py to autogenerate API documentationW. Trevor King2010-02-061-3/+0
* Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing.W. Trevor King2010-01-271-176/+735
* Added --ssl to `be serve` using cherrypy.wsgiserver.W. Trevor King2010-01-251-61/+211
* Convert libbe.command.serve to WSGI for increased flexibility.W. Trevor King2010-01-251-256/+271
* Adjust command.serve.Serve doctest to clarify remaining test failures.W. Trevor King2010-01-191-1/+4
* Add .changed support to HTTP storage backend.W. Trevor King2010-01-181-1/+20
* Add ancestors support to HTTP storageW. Trevor King2010-01-181-1/+18
* 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