summaryrefslogtreecommitdiff
path: root/swiftclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge "Switch to pbr for setup."Jenkins2013-05-155-380/+2
|\ \
| * | Switch to pbr for setup.Monty Taylor2013-05-015-380/+2
* | | 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-013-4/+16
* | 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
* Merge "Update to latest oslo version/setup."1.3.0Jenkins2013-01-214-217/+88
|\
| * Update to latest oslo version/setup.Monty Taylor2013-01-144-217/+88
* | Merge "Add env[SWIFTCLIENT_INSECURE]"Jenkins2013-01-101-0/+28
|\ \
| * | Add env[SWIFTCLIENT_INSECURE]You Yamagata2013-01-101-0/+28
| |/
* | 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
* | Merge "Force utf-8 encode of HTTPConnection params"Jenkins2012-11-161-1/+30
|\ \ | |/ |/|
| * Force utf-8 encode of HTTPConnection paramsTihomir Trifonov2012-11-021-1/+30
* | Fixes setup compatibility issue on WindowsAlessandro Pilotti2012-11-062-47/+61
|/
* 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