Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ran update-copyright.py. | W. Trevor King | 2012-10-16 | 1 | -1/+16 |
| | |||||
* | util:http: add ability to pass raw POST data with get_post_url. | W. Trevor King | 2012-08-24 | 1 | -10/+17 |
| | |||||
* | util:http: convert urllib2.URLError into HTTPError in get_post_url. | W. Trevor King | 2012-08-24 | 1 | -5/+11 |
| | | | | | Also rework liburl2.HTTPError handling to get both the reason and the error code into the HTTPError message. | ||||
* | util:http: pull HTTP helpers from libbe.storage.http into their own module. | W. Trevor King | 2012-08-24 | 1 | -0/+116 |
This way they can be shared with the upcoming Command._run_remote. |