summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Add tests and param definitions for headers parameter"Jenkins2015-11-041-4/+7
|\ \ \
| * | | Add tests and param definitions for headers parameterAlistair Coles2015-09-231-4/+7
* | | | Merge "enable autodocumentation for utils module; docstring fixes"Jenkins2015-10-291-1/+1
|\ \ \ \
| * | | | enable autodocumentation for utils module; docstring fixesZack M. Davis2015-09-101-1/+1
| | |/ / | |/| |
* | | | swiftclient content-type headerLisak, Peter2015-10-221-3/+7
* | | | Miscellaneous (mostly test) cleanupTim Burke2015-10-071-5/+2
| |/ / |/| |
* | | Add headers parameterMahati2015-09-161-8/+17
* | | make ClientException.http_status default to None rather than 0Zack M. Davis2015-09-041-1/+1
|/ /
* | Merge "Increase httplib._MAXHEADERS to 256."Jenkins2015-09-031-1/+4
|\ \
| * | Increase httplib._MAXHEADERS to 256.Charles Hsu2015-08-271-1/+4
* | | Stop Connection class modifying os_options parameterAlistair Coles2015-08-251-1/+1
| |/ |/|
* | Add minimal working service token support.Stuart McLaren2015-08-241-19/+103
|/
* make Connection.get_auth set url and token attributes on selfZack M. Davis2015-07-241-7/+8
* Merge "Allow reading from object body on download"Jenkins2015-06-041-7/+32
|\
| * Allow reading from object body on downloadStuart McLaren2015-03-241-7/+32
* | Make default get_auth timeout be NoneAlistair Coles2015-06-031-1/+1
* | Merge "Stop decoding object content"Jenkins2015-05-291-1/+2
|\ \
| * | Stop decoding object contentTim Burke2015-05-221-1/+2
* | | Remove simplejson dependencyTim Burke2015-05-201-8/+8
|/ /
* | Use a socket timeout in get_authPete Zaitcev2015-04-261-6/+13
* | Merge "Add socket-level read timeout parameter"Jenkins2015-04-241-3/+10
|\ \
| * | Add socket-level read timeout parameterMonty Taylor2015-03-301-3/+10
| |/
* | Merge "Include unsupported url scheme with ClientException"Jenkins2015-03-311-1/+2
|\ \ | |/ |/|