summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Do not reveal auth token in swiftclient log messages by defaultliberty-eolstable/libertyJoel Wright2016-03-081-7/+103
* Fix the http request headers being overwritten in loggingMin Min Ren2016-02-251-1/+0
* Merge "Increase httplib._MAXHEADERS to 256."Jenkins2015-09-031-1/+4
|\
| * Increase httplib._MAXHEADERS to 256.Charles Hsu2015-08-271-1/+4
* | Stop Connection class modifying os_options parameterAlistair Coles2015-08-251-1/+1
* | Add minimal working service token support.Stuart McLaren2015-08-241-19/+103
|/
* make Connection.get_auth set url and token attributes on selfZack M. Davis2015-07-241-7/+8
* Merge "Allow reading from object body on download"Jenkins2015-06-041-7/+32
|\
| * Allow reading from object body on downloadStuart McLaren2015-03-241-7/+32
* | Make default get_auth timeout be NoneAlistair Coles2015-06-031-1/+1
* | Merge "Stop decoding object content"Jenkins2015-05-291-1/+2
|\ \
| * | Stop decoding object contentTim Burke2015-05-221-1/+2
* | | Remove simplejson dependencyTim Burke2015-05-201-8/+8
|/ /
* | Use a socket timeout in get_authPete Zaitcev2015-04-261-6/+13
* | Merge "Add socket-level read timeout parameter"Jenkins2015-04-241-3/+10
|\ \
| * | Add socket-level read timeout parameterMonty Taylor2015-03-301-3/+10
| |/
* | Merge "Include unsupported url scheme with ClientException"Jenkins2015-03-311-1/+2
|\ \ | |/ |/|
| * Include unsupported url scheme with ClientExceptionAlistair Coles2015-02-231-1/+2
* | Release connection after consuming the contentIan Cordasco2015-02-251-3/+14
* | Verify MD5 of uploaded objects.Daniel Wakefield2015-02-191-20/+20
|/
* Fix missing ca-certificate parameter to get_auth.Charles Hsu2015-02-071-2/+4
* Merge "Suppress 'No handlers...' message from keystoneclient logger"Jenkins2015-01-021-0/+2
|\
| * Suppress 'No handlers...' message from keystoneclient loggerAlistair Coles2014-11-131-0/+2
* | Make preauth params workClay Gerrard2014-12-171-9/+16
* | Merge "Show warning when auth_version >= 2 and keystoneclient is missing"Jenkins2014-12-151-2/+1
|\ \
| * | Show warning when auth_version >= 2 and keystoneclient is missingChristian Schwede2014-11-251-2/+1
* | | Add unit tests for _encode_meta_headersDaniel Wakefield2014-11-131-30/+26
| |/ |/|
* | Merge "Fix KeyError raised from client Connection"Jenkins2014-11-131-1/+1
|\ \ | |/ |/|
| * Fix KeyError raised from client ConnectionAlistair Coles2014-10-201-1/+1
* | Replaces Stacktraces with useful error messages.Daniel Wakefield2014-10-211-1/+3
|/
* Fix the info command with --insecurePete Zaitcev2014-10-171-3/+3
* Fix bug with some OS options not being passed to clientAlistair Coles2014-09-241-11/+18
* Add keystone v3 auth supportanc2014-07-231-24/+52
* Merge "replace string format arguments with function parameters"Jenkins2014-07-111-2/+2
|\
| * replace string format arguments with function parametersChristian Berendt2014-06-031-2/+2
* | Relax requirement for tenant_name in get_auth()anc2014-06-051-1/+1
|/
* Merge "fixed several pep8 issues"Jenkins2014-05-241-3/+3
|\
| * fixed several pep8 issuesChristian Berendt2014-05-211-3/+3
* | Fix Python3 bugs2.1.0Christian Schwede2014-05-211-7/+10
|/
* fixed typos found by RETF rulesChristian Berendt2014-05-121-3/+3
* Only encode metadata for user customed headersChmouel Boudjnah2014-05-071-2/+16
* Removed a duplicate word in a dostringAlex Gaynor2014-04-251-1/+1
* Don't utf8 encode urls.Chmouel Boudjnah2014-04-241-2/+2
* Remove validate_headersChmouel Boudjnah2014-04-171-14/+1
* Makes use of requests.SessionTristan Cacqueray2014-04-161-1/+2
* Fix swiftclient.client.quote() for Python 3Victor Stinner2014-04-071-1/+4
* Merge "don't use mutable defaults in kwargs"Jenkins2014-04-011-2/+4
|\
| * don't use mutable defaults in kwargsJohn Dickinson2014-03-301-2/+4
* | Merge "set user-agent header"Jenkins2014-04-011-2/+16
|\ \ | |/
| * set user-agent headerJohn Dickinson2014-03-301-2/+16