summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add additional headers for HEAD/GET/DELETE requests."Jenkins2016-11-081-23/+42
|\
| * Add additional headers for HEAD/GET/DELETE requests.Charles Hsu2016-11-071-23/+42
* | Low-level API: Don't log just before raising an exceptionTim Burke2016-10-281-7/+2
* | Merge "Adding keystoneauth sessions support"Jenkins2016-10-261-10/+25
|\ \
| * | Adding keystoneauth sessions supportPaulo Ewerton2016-05-191-10/+25
* | | Remove redundant space in docstringAnh Tran2016-09-281-4/+4
* | | TrivialFix: Removed redundant 'the'Anh Tran2016-09-271-2/+2
| |/ |/|
* | Merge "Accept gzip-encoded API responses"Jenkins2016-09-011-3/+5
|\ \
| * | Accept gzip-encoded API responsesTim Burke2016-08-301-3/+5
* | | Merge "Convert numeric and boolean header values to strings"Jenkins2016-08-311-0/+7
|\ \ \ | |/ / |/| |
| * | Convert numeric and boolean header values to stringsTim Burke2016-08-251-0/+7
* | | Merge "client: renew token on 401 even if retries is 0"Jenkins2016-08-261-4/+4
|\ \ \ | |/ / |/| |
| * | client: renew token on 401 even if retries is 0Julien Danjou2016-06-071-4/+4
| |/
* | Merge "Add copy object method"Jenkins2016-08-241-0/+71
|\ \
| * | Add copy object methodMarek Kaleta2016-08-231-0/+71
| |/
* | Merge "Query string functionality for containers"Jenkins2016-06-141-9/+25
|\ \ | |/ |/|
| * Query string functionality for containersAndrew Welleck2016-06-091-9/+25
* | Merge "Support client certificate/key"Jenkins2016-05-191-3/+36
|\ \
| * | Support client certificate/keyCedric Brandily2016-04-101-3/+36
* | | Correct doc string for http_conn argumentKota Tsuyuzaki2016-05-121-27/+27
| |/ |/|
* | Merge "Check responses when retrying bodies"Jenkins2016-05-111-0/+17
|\ \ | |/ |/|
| * Check responses when retrying bodiesTim Burke2016-05-041-0/+17
* | Include response headers in ClientExceptionsTim Burke2016-03-031-71/+19
* | Merge "Fix wrong args for get_container with full listing"Jenkins2016-02-291-2/+2
|\ \
| * | Fix wrong args for get_container with full listingAlistair Coles2016-02-221-2/+2
* | | Merge "Force header keys/values to bytes/unicode before coercing to unicode"Jenkins2016-02-271-0/+2
|\ \ \
| * | | Force header keys/values to bytes/unicode before coercing to unicodeTim Burke2016-02-261-0/+2
* | | | Fix test for redacting sensitive data in client.http_log()Joel Wright2016-02-261-1/+1
|/ / /
* | | Follow-up to patch 282363Tim Burke2016-02-251-7/+12
* | | Do not reveal auth token in swiftclient log messages by defaultJoel Wright2016-02-221-6/+65
|/ /
* | Merge "_RetryBody doesn't need to take explicit etag/content-length"Jenkins2016-02-181-11/+7
|\ \ | |/
| * _RetryBody doesn't need to take explicit etag/content-lengthTim Burke2016-01-111-11/+7
* | Merge "Accept token and tenant_id for authenticating against KS"Jenkins2016-02-101-0/+1
|\ \
| * | Accept token and tenant_id for authenticating against KSPratik Mallya2016-01-181-0/+1
* | | Merge "Use bulk-delete middleware when available"Jenkins2016-01-221-3/+15
|\ \ \
| * | | Use bulk-delete middleware when availableTim Burke2016-01-121-3/+15
* | | | Merge "Fix the http request headers being overwritten in logging"Jenkins2016-01-151-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the http request headers being overwritten in loggingMin Min Ren2016-01-141-1/+0
* | | | Merge "Retry file uploads via SwiftService"Jenkins2016-01-121-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Retry file uploads via SwiftServiceTim Burke2016-01-111-1/+3
* | | | Retry download of object bodyStuart McLaren2016-01-081-6/+82
|/ / /
* | | Merge "Wrap raw iterators to ensure we send entire contents to server"Jenkins2016-01-061-1/+5
|\ \ \
| * | | Wrap raw iterators to ensure we send entire contents to serverTim Burke2015-12-301-1/+5
* | | | Fix some typosTim Burke2015-12-301-4/+4
|/ / /
* | | Wrong usage of "an"hgangwx2015-12-301-2/+2
* | | Merge "Stop passing attr to keystoneclient when there's no filter_value"Jenkins2015-12-221-4/+7
|\ \ \
| * | | Stop passing attr to keystoneclient when there's no filter_valueTim Burke2015-12-071-4/+7
| |/ /
* | | New API documentation for python-swiftclientJoel Wright2015-11-251-1/+0
|/ /
* | Merge "Centralize header parsing"Jenkins2015-11-121-24/+46
|\ \
| * | Centralize header parsingTim Burke2015-09-031-24/+46