index
:
delta/openstack/python-swiftclient.git
master
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/python-swiftclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swiftclient
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not reveal auth token in swiftclient log messages by default
liberty-eol
stable/liberty
Joel Wright
2016-03-08
1
-7
/
+103
*
Fix the http request headers being overwritten in logging
Min Min Ren
2016-02-25
1
-1
/
+0
*
Merge "Increase httplib._MAXHEADERS to 256."
Jenkins
2015-09-03
1
-1
/
+4
|
\
|
*
Increase httplib._MAXHEADERS to 256.
Charles Hsu
2015-08-27
1
-1
/
+4
*
|
Stop Connection class modifying os_options parameter
Alistair Coles
2015-08-25
1
-1
/
+1
*
|
Add minimal working service token support.
Stuart McLaren
2015-08-24
1
-19
/
+103
|
/
*
make Connection.get_auth set url and token attributes on self
Zack M. Davis
2015-07-24
1
-7
/
+8
*
Merge "Allow reading from object body on download"
Jenkins
2015-06-04
1
-7
/
+32
|
\
|
*
Allow reading from object body on download
Stuart McLaren
2015-03-24
1
-7
/
+32
*
|
Make default get_auth timeout be None
Alistair Coles
2015-06-03
1
-1
/
+1
*
|
Merge "Stop decoding object content"
Jenkins
2015-05-29
1
-1
/
+2
|
\
\
|
*
|
Stop decoding object content
Tim Burke
2015-05-22
1
-1
/
+2
*
|
|
Remove simplejson dependency
Tim Burke
2015-05-20
1
-8
/
+8
|
/
/
*
|
Use a socket timeout in get_auth
Pete Zaitcev
2015-04-26
1
-6
/
+13
*
|
Merge "Add socket-level read timeout parameter"
Jenkins
2015-04-24
1
-3
/
+10
|
\
\
|
*
|
Add socket-level read timeout parameter
Monty Taylor
2015-03-30
1
-3
/
+10
|
|
/
*
|
Merge "Include unsupported url scheme with ClientException"
Jenkins
2015-03-31
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Include unsupported url scheme with ClientException
Alistair Coles
2015-02-23
1
-1
/
+2
*
|
Release connection after consuming the content
Ian Cordasco
2015-02-25
1
-3
/
+14
*
|
Verify MD5 of uploaded objects.
Daniel Wakefield
2015-02-19
1
-20
/
+20
|
/
*
Fix missing ca-certificate parameter to get_auth.
Charles Hsu
2015-02-07
1
-2
/
+4
*
Merge "Suppress 'No handlers...' message from keystoneclient logger"
Jenkins
2015-01-02
1
-0
/
+2
|
\
|
*
Suppress 'No handlers...' message from keystoneclient logger
Alistair Coles
2014-11-13
1
-0
/
+2
*
|
Make preauth params work
Clay Gerrard
2014-12-17
1
-9
/
+16
*
|
Merge "Show warning when auth_version >= 2 and keystoneclient is missing"
Jenkins
2014-12-15
1
-2
/
+1
|
\
\
|
*
|
Show warning when auth_version >= 2 and keystoneclient is missing
Christian Schwede
2014-11-25
1
-2
/
+1
*
|
|
Add unit tests for _encode_meta_headers
Daniel Wakefield
2014-11-13
1
-30
/
+26
|
|
/
|
/
|
*
|
Merge "Fix KeyError raised from client Connection"
Jenkins
2014-11-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix KeyError raised from client Connection
Alistair Coles
2014-10-20
1
-1
/
+1
*
|
Replaces Stacktraces with useful error messages.
Daniel Wakefield
2014-10-21
1
-1
/
+3
|
/
*
Fix the info command with --insecure
Pete Zaitcev
2014-10-17
1
-3
/
+3
*
Fix bug with some OS options not being passed to client
Alistair Coles
2014-09-24
1
-11
/
+18
*
Add keystone v3 auth support
anc
2014-07-23
1
-24
/
+52
*
Merge "replace string format arguments with function parameters"
Jenkins
2014-07-11
1
-2
/
+2
|
\
|
*
replace string format arguments with function parameters
Christian Berendt
2014-06-03
1
-2
/
+2
*
|
Relax requirement for tenant_name in get_auth()
anc
2014-06-05
1
-1
/
+1
|
/
*
Merge "fixed several pep8 issues"
Jenkins
2014-05-24
1
-3
/
+3
|
\
|
*
fixed several pep8 issues
Christian Berendt
2014-05-21
1
-3
/
+3
*
|
Fix Python3 bugs
2.1.0
Christian Schwede
2014-05-21
1
-7
/
+10
|
/
*
fixed typos found by RETF rules
Christian Berendt
2014-05-12
1
-3
/
+3
*
Only encode metadata for user customed headers
Chmouel Boudjnah
2014-05-07
1
-2
/
+16
*
Removed a duplicate word in a dostring
Alex Gaynor
2014-04-25
1
-1
/
+1
*
Don't utf8 encode urls.
Chmouel Boudjnah
2014-04-24
1
-2
/
+2
*
Remove validate_headers
Chmouel Boudjnah
2014-04-17
1
-14
/
+1
*
Makes use of requests.Session
Tristan Cacqueray
2014-04-16
1
-1
/
+2
*
Fix swiftclient.client.quote() for Python 3
Victor Stinner
2014-04-07
1
-1
/
+4
*
Merge "don't use mutable defaults in kwargs"
Jenkins
2014-04-01
1
-2
/
+4
|
\
|
*
don't use mutable defaults in kwargs
John Dickinson
2014-03-30
1
-2
/
+4
*
|
Merge "set user-agent header"
Jenkins
2014-04-01
1
-2
/
+16
|
\
\
|
|
/
|
*
set user-agent header
John Dickinson
2014-03-30
1
-2
/
+16
[next]