aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/http.py
Commit message (Expand)AuthorAgeFilesLines
* libbe:util:wsgi: extract WSGI utilities into a separate module.W. Trevor King2012-08-271-2/+8
* util:http: pull HTTP helpers from libbe.storage.http into their own module.W. Trevor King2012-08-241-103/+11
* storage:http: use an explicit relative import for base.W. Trevor King2012-08-241-2/+3
* storage:http: adjust HTTPError message in get_post_url.W. Trevor King2012-08-241-2/+2
* storage:http: add agent argument to get_post_url.W. Trevor King2012-08-241-2/+4
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* bugseverywhere.org has changed URL handling, so use different URLs for HTTP t...W. Trevor King2011-07-301-3/+3
* Run update_copyright.py.W. Trevor King2011-05-251-1/+2
* Add --notify to `be serve`.W. Trevor King2011-04-161-0/+1
* Fix typo libbe.storage.serve -> libbe.command.serve in libbe.storage.http com...W. Trevor King2011-04-161-2/+2
* 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-14/+43
* Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing.W. Trevor King2010-01-271-19/+158
* Add .changed support to HTTP storage backend.W. Trevor King2010-01-181-0/+9
* Add ancestors support to HTTP storageW. Trevor King2010-01-181-0/+7
* Fixed update_copyright.py's subproc import and updated copyrightsW. Trevor King2010-01-011-1/+1
* Fixed commit handling in commands.serve and storage.httpW. Trevor King2010-01-011-2/+2
* Fixed some stupid typos in libbe/storage/http.pyW. Trevor King2010-01-011-2/+2
* Added libbe.command.serve and libbe.storage.http for HTTP backend.W. Trevor King2010-01-011-0/+262