summaryrefslogtreecommitdiff
path: root/swiftclient
Commit message (Expand)AuthorAgeFilesLines
* Add LengthWrapper in put_object to honor content_length paramClay Gerrard2014-02-252-5/+21
* Merge "Remove useless statement"Jenkins2014-02-191-1/+0
|\
| * Remove useless statementFabien Boucher2014-02-191-1/+0
* | Remove multipart/form-data file upload2.0.2Tristan Cacqueray2014-02-141-1/+6
|/
* Fix --insecure option on auth2.0.1John Dickinson2014-02-131-7/+9
* Merge "Port to python-requests"2.0Jenkins2014-02-143-235/+114
|\
| * Port to python-requestsTristan Cacqueray2014-02-123-235/+114
* | Remove extraneous vim configuration commentsyangxurong2014-02-131-2/+0
* | 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
* | match hacking rules in swiftJohn Dickinson2014-01-241-0/+13
* | Merge "retry on ratelimit"Jenkins2014-01-181-1/+9
|\ \
| * | retry on ratelimitJohn Dickinson2013-12-231-1/+9
| |/
* | Replace xrange in for loop with rangeWu Wenxiang2014-01-141-1/+1
|/
* Merge "Enable usage of proxies defined in environment (http(s)_proxy)."Jenkins2013-12-142-2/+58
|\
| * Enable usage of proxies defined in environment (http(s)_proxy).Davide Guerri2013-12-102-2/+58
* | 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
* | | | Merge "Add verbose output to all stat commands"Jenkins2013-11-213-0/+145
|\ \ \ \
| * | | | Add verbose output to all stat commandsClay Gerrard2013-10-093-0/+145
| | |/ / | |/| |
* | | | Replaced two references to Cloud Files with SwiftAlex Gaynor2013-11-011-1/+1
| |/ / |/| |
* | | enhance swiftclient loggingLeah Klearman2013-10-171-9/+11
| |/ |/|
* | Make pbr only a build-time dependency.Samuel Merritt2013-10-102-3/+14
|/
* 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-284-59/+315
|/
* Merge "python3: Start of adding basic python3 support."Jenkins2013-07-231-1/+1
|\
| * python3: Start of adding basic python3 support.Chuck Short2013-07-181-1/+1
* | 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-042-5/+121
|/
* log get_auth request url instead of x-storage-urlLeah Klearman2013-05-221-1/+1