aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/serve_commands.py
Commit message (Expand)AuthorAgeFilesLines
* fix: remove legacy help textMatthew Fernandez2017-10-281-2/+0
* remove check_login from the WSGI server appMatthew Fernandez2017-10-261-10/+0
* remove --auth option from server commandsMatthew Fernandez2017-10-261-3/+2
* Use libbe.util.http.HTTP_USER_ERROR everywhere instead of hardcoding 418W. Trevor King2012-10-281-3/+2
* command:serve_*: remove wordy "with, for example" from help messageW. Trevor King2012-10-271-2/+1
* command:serve_commands: fix --repo -> --server in help messageW. Trevor King2012-10-271-1/+1
* command: use mapfiles (JSON) instead of YAML for the command serverW. Trevor King2012-10-261-5/+4
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-261-3/+3
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* command:serve_commands: allow unspecified parameters (use defaults).W. Trevor King2012-09-031-2/+12
* command:serve-storage: rename `be serve` -> `be serve-storage`.W. Trevor King2012-08-291-2/+2
* libbe:util:wsgi: extract WSGI utilities into a separate module.W. Trevor King2012-08-271-182/+26
* command:serve_commands: remove duplicate cruft and get working unit tests.W. Trevor King2012-08-241-327/+19
* command:serve_commands: new command for running a command server.W. Trevor King2012-08-241-0/+679