summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Merge "Remove unused json_request."Jenkins2012-11-161-26/+0
|\
| * Remove unused json_request.Chmouel Boudjnah2012-11-161-26/+0
* | Force utf-8 encode of HTTPConnection paramsTihomir Trifonov2012-11-021-1/+30
|/
* swiftclient Connection : default optional arguments to NoneSteven Hardy2012-10-241-4/+6
* Merge "Resolves issue with empty os_options for swift-bench & swift-dispersio...Jenkins2012-09-211-8/+9
|\
| * Resolves issue with empty os_options for swift-bench & swift-dispersion-reportAndy McCrae2012-09-201-8/+9
* | Catch authorization failuresDonagh McCabe2012-09-181-5/+11
|/
* Do not use dictionaries as default parametersMark Washenberger2012-09-131-3/+3
* Add region_name support1.2.0Donagh McCabe2012-09-111-4/+11
* Allow endpoint type to be specified.David Kranz2012-09-041-3/+4
* Ensure Content-Length header when PUT/POST a containerSam Morrison2012-08-151-0/+4
* Use keystoneclient for authentication.Chmouel Boudjnah2012-07-061-59/+71
* Allow specify tenant:user in user.Chmouel Boudjnah2012-06-271-0/+2
* Fix pep8 errors w/pep8==1.3.Samuel Merritt2012-06-151-51/+65
* Raise ClientException for invalid auth version.Dan Prince2012-06-061-1/+4
* Add logging.Chmouel Boudjnah2012-05-091-18/+101
* Make sure we get a header StorageURL with 1.0Chmouel Boudjnah2012-05-081-3/+7
* First commit.Chmouel Boudjnah2012-05-081-0/+950