summaryrefslogtreecommitdiff
path: root/glanceclient/common/http.py
Commit message (Expand)AuthorAgeFilesLines
* Fix exception message in Http.pywangxiyuan2015-07-141-2/+4
* Import only modules and update tox.iniCindy Pallares2015-06-171-4/+4
* Make glanceclient accept a session objectJamie Lennox2015-06-111-66/+125
* Merge "Change oslo.utils to oslo_utils"Jenkins2015-02-061-3/+3
|\
| * Change oslo.utils to oslo_utilsLouis Taylor2015-02-051-3/+3
* | Merge "Close streamed requests explicitly"Jenkins2015-02-061-1/+12
|\ \ | |/ |/|
| * Close streamed requests explicitlyIan Cordasco2015-01-151-1/+12
* | Ignore NoneType when encoding headersIan Cordasco2015-02-031-1/+1
* | Remove openstack.common.importutilsLouis Taylor2015-01-281-1/+1
* | Remove openstack.common.strutilsLouis Taylor2015-01-271-5/+6
* | Handle HTTP byte returns in python 3Jamie Lennox2015-01-141-2/+2
|/
* Merge "Curl statements to include globoff for IPv6 URLs"Jenkins2015-01-081-1/+1
|\
| * Curl statements to include globoff for IPv6 URLssridhargaddam2014-11-241-1/+1
* | Fix broken-pipe seen in glance-apiSabari Kumar Murugesan2014-12-221-0/+2
* | Send `identity_headers` through the wireFlavio Percoco2014-11-251-0/+4
|/
* Merge "Don't set X-Auth-Token key in http session header if no token provided"Jenkins2014-11-201-1/+3
|\
| * Don't set X-Auth-Token key in http session header if no token providedMatt Riedemann2014-10-301-1/+3
* | Merge "Don't replace the https handler in the poolmanager"0.14.2Jenkins2014-11-051-1/+2
|\ \ | |/ |/|
| * Don't replace the https handler in the poolmanagerFlavio Percoco2014-10-301-1/+2
* | Merge "Remove network_utils"Jenkins2014-10-091-2/+2
|\ \
| * | Remove network_utilsOleksii Chuprykov2014-10-031-2/+2
| |/
* | Merge "Default to system CA bundle if no CA certificate is provided"Jenkins2014-10-081-2/+3
|\ \ | |/ |/|
| * Default to system CA bundle if no CA certificate is providedRob Crittenden2014-09-021-2/+3
* | Merge "Downgrade log message for http request failures"Jenkins2014-09-171-1/+1
|\ \
| * | Downgrade log message for http request failuresChris Yeoh2014-08-011-1/+1
* | | Merge "Update how tokens are redacted"Jenkins2014-09-161-6/+3
|\ \ \
| * | | Update how tokens are redactedTravis Tripp2014-09-151-6/+3
| | |/ | |/|
* | | Handle UnicodeDecodeError in log_http_responseMatt Riedemann2014-09-151-1/+2
|/ /
* | Catch new urllib3 exception: ProtocolErrorPawel Koniszewski2014-09-031-1/+5
* | Fix error when logging http response with python 3Louis Taylor2014-08-261-1/+1
* | Merge "Enable osprofiler interface in glanceclient shell"Jenkins2014-08-201-3/+12
|\ \
| * | Enable osprofiler interface in glanceclient shellZhi Yan Liu2014-08-191-3/+12
* | | Ensure server's SSL cert is validatedStuart McLaren2014-08-191-2/+10
|/ /
* | Normalize glanceclient requested service urlZhi Yan Liu2014-08-071-3/+4
|/
* Don't stream non-binary requestsMatt Riedemann2014-07-161-1/+6
* Replace old httpclient with requestsAmalaBasha2014-07-101-475/+101
* Merge "Add profiling support to glanceclinet"Jenkins2014-07-081-0/+7
|\
| * Add profiling support to glanceclinetBoris Pavlovic2014-07-061-0/+7
* | Merge "Fix CA certificate handling"Jenkins2014-06-301-1/+1
|\ \
| * | Fix CA certificate handlingStuart McLaren2014-06-251-1/+1
* | | Merge "Reuse class Manager from common code"Jenkins2014-06-181-0/+30
|\ \ \
| * | | Reuse class Manager from common codeAndrey Kurilin2014-06-121-0/+30
| |/ /
* | | Change a debug line to prevent UnicodeDecodeError issueMichael Still2014-06-181-1/+1
|/ /
* | Merge "Remove auth token from http logging"Jenkins2014-06-041-1/+6
|\ \
| * | Remove auth token from http loggingTom Leaman2014-05-271-1/+6
* | | Merge "Finalize Python3 support"Jenkins2014-05-281-15/+38
|\ \ \ | |/ / |/| |
| * | Finalize Python3 supportFrederic Lepied2014-05-201-15/+38
| |/
* | fixed typos found by RETF rulesChristian Berendt2014-05-051-2/+2
|/
* Fix for invalid literal ValueError parsing ipv6 url(s)Davanum Srinivas2014-04-021-1/+2
* Add support for image size in v2 api uploadEdward Hope-Morley2014-02-031-3/+27