summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fix --insecure option on auth2.0.1John Dickinson2014-02-131-7/+9
* Merge "Port to python-requests"2.0Jenkins2014-02-141-90/+114
|\
| * Port to python-requestsTristan Cacqueray2014-02-121-90/+114
* | changed things because reasonsSergio Cazzolato2014-02-061-2/+5
|/
* Merge "Add capabilities option"Jenkins2014-01-311-0/+32
|\
| * Add capabilities optionFabien Boucher2014-01-171-0/+32
* | retry on ratelimitJohn Dickinson2013-12-231-1/+9
|/
* Merge "Enable usage of proxies defined in environment (http(s)_proxy)."Jenkins2013-12-141-2/+8
|\
| * Enable usage of proxies defined in environment (http(s)_proxy).Davide Guerri2013-12-101-2/+8
* | Merge "Fixes python-swiftclient debugging message"Jenkins2013-12-121-1/+2
|\ \
| * | Fixes python-swiftclient debugging messageFlorent Flament2013-10-111-1/+2
* | | Merge "Skip sniffing and reseting if retry is disabled"Jenkins2013-12-101-9/+8
|\ \ \
| * | | Skip sniffing and reseting if retry is disabledYuan Zhou2013-09-291-9/+8
| |/ /
* | | Merge "Don't crash when header is value of None"Jenkins2013-12-071-1/+3
|\ \ \
| * | | Don't crash when header is value of NoneChmouel Boudjnah2013-12-061-1/+3
| | |/ | |/|
* | | Merge "Fix download bandwidth for swift command."Jenkins2013-12-031-1/+3
|\ \ \
| * | | Fix download bandwidth for swift command.jola-mirecka2013-11-281-1/+3
| |/ /
* | | Merge "Add close to swiftclient.client.Connection"Jenkins2013-11-291-0/+8
|\ \ \ | |/ / |/| |
| * | Add close to swiftclient.client.ConnectionFeng Liu2013-10-231-0/+8
* | | Replaced two references to Cloud Files with SwiftAlex Gaynor2013-11-011-1/+1
|/ /
* | enhance swiftclient loggingLeah Klearman2013-10-171-9/+11
|/
* Add a NullHandler when setting up library loggingClay Gerrard2013-08-171-0/+15
* Merge "Added headers argument support to get_object()"Jenkins2013-08-021-4/+7
|\
| * Added headers argument support to get_object()Stanislav Vitkovskiy2013-07-291-4/+7
* | Move multi-threading code to a library.Darrell Bishop2013-07-281-58/+2
|/
* Merge "Refuse carriage return in header value"Jenkins2013-07-231-2/+18
|\
| * Refuse carriage return in header valueKun Huang2013-07-121-2/+18
* | Added log statements in swift clientHemanth Makkapati2013-07-171-1/+5
* | Update docstring for swiftclient.Connection.__init__Samuel Merritt2013-07-121-0/+2
* | Adds max-backoff for retries in Connection.Mike Widman2013-07-121-4/+5
|/
* Allow storage url override for both auth vers.Darrell Bishop2013-07-051-19/+21
* add optional 'response_dict' parameters to many calls into which they'llMark Seger2013-06-201-29/+120
* Fixes re-auth flow with expired tokens.EdLeafe2013-06-131-3/+5
* Merge "Changed the call to set_tunnel to work in python 2.6 or python 2.7 sin...Jenkins2013-06-111-1/+6
|\
| * Changed the call to set_tunnel to work in python 2.6 or python 2.7 since its ...Greg Lange2013-06-071-1/+6
* | Add option to disable SSL compressionStuart McLaren2013-06-041-5/+26
|/
* log get_auth request url instead of x-storage-urlLeah Klearman2013-05-221-1/+1
* Merge "Add end_marker and path query parameters"Jenkins2013-05-211-13/+29
|\
| * Add end_marker and path query parametersYUZAWA Takahiko2013-05-051-13/+29
* | Eradicate eventlet and fix bug lp:959221Pete Zaitcev2013-05-101-18/+2
|/
* Merge "Confirm we have auth creds before clearing preauth"Jenkins2013-05-021-1/+3
|\
| * Confirm we have auth creds before clearing preauthDavid Shrewsbury2013-04-251-1/+3
* | Switch to flake8.Monty Taylor2013-05-011-3/+0
* | Improve Python 3.x compatibilityDirk Mueller2013-04-291-2/+2
|/
* Static large object support.David Goetz2013-04-031-10/+27
* Enhance put_object to inform when chunk is ignoredjola-mirecka2013-03-061-3/+12
* Print useful message when keystoneclient is not installedFlaper Fesp2013-02-051-2/+10
* Fix debug feature and add --debug to swift.Chmouel Boudjnah2013-01-071-20/+20
* Add --os-cacertDean Troyer2012-12-201-1/+6
* Add --insecure option to fix bug #1077869You Yamagata2012-12-051-5/+14