summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Retry on SSLErrorTim Burke2023-03-201-2/+7
* Retry with fresh socket on 499Tim Burke2023-02-151-1/+3
* Merge "Expand retry handling on ratelimit response"Zuul2022-08-191-1/+1
|\
| * Expand retry handling on ratelimit responseClay Gerrard2022-08-181-1/+1
* | Merge "Enable retry_on_ratelimit by default"Zuul2022-08-191-4/+4
|\ \ | |/
| * Enable retry_on_ratelimit by defaultTim Burke2022-08-181-4/+4
* | More cleanup following py2 removalTim Burke2022-05-241-9/+1
|/
* Remove unnecessary object subclassingStephen Finucane2022-03-211-3/+3
* Remove sixStephen Finucane2022-03-211-38/+21
* Don't patch Requests globally on importAarni Koskela2022-03-211-22/+2
* Drop support for Python 2Stephen Finucane2022-03-161-16/+2
* Close connections created when calling module-level functionsTim Burke2020-10-131-17/+70
* (Mostly) revert "Cleanup session on delete"Tim Burke2020-09-081-8/+10
* Application credential support follow-upTim Burke2020-05-271-12/+17
* Merge "Support v3 application credentials auth."Zuul2020-05-131-9/+50
|\
| * Support v3 application credentials auth.Charles Hsu2020-04-161-9/+50
* | Fixed capability discovery endpoint hardcodeIvan Kolodyazhny2020-04-241-2/+15
|/
* object versioning featuresClay Gerrard2020-04-081-8/+16
* Cleanup session on deleteAlex Schultz2019-12-081-0/+9
* Fix up requests so we can send non-RFC-compliant headers on py3Tim Burke2019-07-251-2/+4
* Clean up warnings from newer flake8Tim Burke2019-06-271-1/+1
* Make proper functions instead of assigning lambdasTim Burke2019-02-211-1/+3
* Update hacking versionZhijunWei2019-01-031-7/+7
* Add delimiter to get_account().Timur Alperovich2018-11-301-7/+12
* Stop leaking quite so many connectionsTim Burke2018-11-091-12/+16
* Stop lazy importing keystoneclientTim Burke2018-09-071-23/+30
* Remove unnecessary calls to parse_header_string().Timur Alperovich2018-07-241-8/+2
* Merge "Properly handle unicode headers."Zuul2018-07-241-5/+24
|\
| * Properly handle unicode headers.Timur Alperovich2018-07-231-5/+24
* | Add close() to _RetryBody.Timur Alperovich2018-07-201-0/+3
|/
* Merge "Stop mutating header dicts"Zuul2018-07-171-31/+34
|\
| * Stop mutating header dictsTim Burke2017-08-251-31/+34
* | Make OS_AUTH_URL work in DevStack by defaultClay Gerrard2018-06-201-1/+6
* | Merge "Use a valid default for auth_version"Zuul2018-06-061-1/+1
|\ \
| * | Use a valid default for auth_versionPete Zaitcev2018-05-041-1/+1
* | | Make swiftclient respect region_name when using sessionsErik Olof Gunnar Andersson2018-05-161-1/+3
|/ /
* | Add force auth retry mode in swiftclientKota Tsuyuzaki2018-03-131-1/+8
* | Add a query_string option to head_object().Timur Alperovich2018-03-051-3/+6
* | Merge "Add support for versionless endpoints"Jenkins2017-08-291-2/+15
|\ \ | |/ |/|
| * Add support for versionless endpointsChristian Schwede2017-06-131-2/+15
* | Do not set Content-Type to '' with new requests.Timur Alperovich2017-06-131-2/+4
|/
* Fix logging of the gzipped bodyVitaly Gridnev2017-03-081-2/+5
* 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
|\ \