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
*
Merge "Add additional headers for HEAD/GET/DELETE requests."
Jenkins
2016-11-08
1
-23
/
+42
|
\
|
*
Add additional headers for HEAD/GET/DELETE requests.
Charles Hsu
2016-11-07
1
-23
/
+42
*
|
Low-level API: Don't log just before raising an exception
Tim Burke
2016-10-28
1
-7
/
+2
*
|
Merge "Adding keystoneauth sessions support"
Jenkins
2016-10-26
1
-10
/
+25
|
\
\
|
*
|
Adding keystoneauth sessions support
Paulo Ewerton
2016-05-19
1
-10
/
+25
*
|
|
Remove redundant space in docstring
Anh Tran
2016-09-28
1
-4
/
+4
*
|
|
TrivialFix: Removed redundant 'the'
Anh Tran
2016-09-27
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge "Accept gzip-encoded API responses"
Jenkins
2016-09-01
1
-3
/
+5
|
\
\
|
*
|
Accept gzip-encoded API responses
Tim Burke
2016-08-30
1
-3
/
+5
*
|
|
Merge "Convert numeric and boolean header values to strings"
Jenkins
2016-08-31
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Convert numeric and boolean header values to strings
Tim Burke
2016-08-25
1
-0
/
+7
*
|
|
Merge "client: renew token on 401 even if retries is 0"
Jenkins
2016-08-26
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
client: renew token on 401 even if retries is 0
Julien Danjou
2016-06-07
1
-4
/
+4
|
|
/
*
|
Merge "Add copy object method"
Jenkins
2016-08-24
1
-0
/
+71
|
\
\
|
*
|
Add copy object method
Marek Kaleta
2016-08-23
1
-0
/
+71
|
|
/
*
|
Merge "Query string functionality for containers"
Jenkins
2016-06-14
1
-9
/
+25
|
\
\
|
|
/
|
/
|
|
*
Query string functionality for containers
Andrew Welleck
2016-06-09
1
-9
/
+25
*
|
Merge "Support client certificate/key"
Jenkins
2016-05-19
1
-3
/
+36
|
\
\
|
*
|
Support client certificate/key
Cedric Brandily
2016-04-10
1
-3
/
+36
*
|
|
Correct doc string for http_conn argument
Kota Tsuyuzaki
2016-05-12
1
-27
/
+27
|
|
/
|
/
|
*
|
Merge "Check responses when retrying bodies"
Jenkins
2016-05-11
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
Check responses when retrying bodies
Tim Burke
2016-05-04
1
-0
/
+17
*
|
Include response headers in ClientExceptions
Tim Burke
2016-03-03
1
-71
/
+19
*
|
Merge "Fix wrong args for get_container with full listing"
Jenkins
2016-02-29
1
-2
/
+2
|
\
\
|
*
|
Fix wrong args for get_container with full listing
Alistair Coles
2016-02-22
1
-2
/
+2
*
|
|
Merge "Force header keys/values to bytes/unicode before coercing to unicode"
Jenkins
2016-02-27
1
-0
/
+2
|
\
\
\
|
*
|
|
Force header keys/values to bytes/unicode before coercing to unicode
Tim Burke
2016-02-26
1
-0
/
+2
*
|
|
|
Fix test for redacting sensitive data in client.http_log()
Joel Wright
2016-02-26
1
-1
/
+1
|
/
/
/
*
|
|
Follow-up to patch 282363
Tim Burke
2016-02-25
1
-7
/
+12
*
|
|
Do not reveal auth token in swiftclient log messages by default
Joel Wright
2016-02-22
1
-6
/
+65
|
/
/
*
|
Merge "_RetryBody doesn't need to take explicit etag/content-length"
Jenkins
2016-02-18
1
-11
/
+7
|
\
\
|
|
/
|
*
_RetryBody doesn't need to take explicit etag/content-length
Tim Burke
2016-01-11
1
-11
/
+7
*
|
Merge "Accept token and tenant_id for authenticating against KS"
Jenkins
2016-02-10
1
-0
/
+1
|
\
\
|
*
|
Accept token and tenant_id for authenticating against KS
Pratik Mallya
2016-01-18
1
-0
/
+1
*
|
|
Merge "Use bulk-delete middleware when available"
Jenkins
2016-01-22
1
-3
/
+15
|
\
\
\
|
*
|
|
Use bulk-delete middleware when available
Tim Burke
2016-01-12
1
-3
/
+15
*
|
|
|
Merge "Fix the http request headers being overwritten in logging"
Jenkins
2016-01-15
1
-1
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix the http request headers being overwritten in logging
Min Min Ren
2016-01-14
1
-1
/
+0
*
|
|
|
Merge "Retry file uploads via SwiftService"
Jenkins
2016-01-12
1
-1
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Retry file uploads via SwiftService
Tim Burke
2016-01-11
1
-1
/
+3
*
|
|
|
Retry download of object body
Stuart McLaren
2016-01-08
1
-6
/
+82
|
/
/
/
*
|
|
Merge "Wrap raw iterators to ensure we send entire contents to server"
Jenkins
2016-01-06
1
-1
/
+5
|
\
\
\
|
*
|
|
Wrap raw iterators to ensure we send entire contents to server
Tim Burke
2015-12-30
1
-1
/
+5
*
|
|
|
Fix some typos
Tim Burke
2015-12-30
1
-4
/
+4
|
/
/
/
*
|
|
Wrong usage of "an"
hgangwx
2015-12-30
1
-2
/
+2
*
|
|
Merge "Stop passing attr to keystoneclient when there's no filter_value"
Jenkins
2015-12-22
1
-4
/
+7
|
\
\
\
|
*
|
|
Stop passing attr to keystoneclient when there's no filter_value
Tim Burke
2015-12-07
1
-4
/
+7
|
|
/
/
*
|
|
New API documentation for python-swiftclient
Joel Wright
2015-11-25
1
-1
/
+0
|
/
/
*
|
Merge "Centralize header parsing"
Jenkins
2015-11-12
1
-24
/
+46
|
\
\
|
*
|
Centralize header parsing
Tim Burke
2015-09-03
1
-24
/
+46
[next]