summaryrefslogtreecommitdiff
path: root/glanceclient/common/http.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "Add last_request_id member to HTTPClient and SessionClient""Jenkins2016-12-141-4/+0
|\
| * Revert "Add last_request_id member to HTTPClient and SessionClient"Abhishek Kekane2016-05-231-4/+0
* | switch from keystoneclient to keystoneauthItisha Dewan2016-09-031-4/+4
* | Merge "Fix string interpolation to delayed to be handled by the logging code"Jenkins2016-07-301-1/+1
|\ \
| * | Fix string interpolation to delayed to be handled by the logging codehaobing12016-07-181-1/+1
* | | Merge "Log request-id before exceptions raised"Jenkins2016-07-301-10/+10
|\ \ \
| * | | Log request-id before exceptions raisedAbhishek Kekane2016-07-181-10/+10
| |/ /
* | | py3: Fix encoding and use sys.stdin.bufferSirushti Murugesan2016-07-251-1/+1
|/ /
* | Log request-id for each api callAbhishek Kekane2016-06-271-0/+10
* | Merge "Fix "Codec can't encode characters""Jenkins2016-05-231-16/+16
|\ \
| * | Fix "Codec can't encode characters"Darja Shakhray2016-05-191-16/+16
* | | Merge "Add last_request_id member to HTTPClient and SessionClient"Jenkins2016-05-181-0/+4
|\ \ \ | |/ / |/| / | |/
| * Add last_request_id member to HTTPClient and SessionClientCao ShuFeng2016-03-301-0/+4
* | Update auth_token before sending requestkairat_kushaev2016-03-301-4/+4
|/
* Remove code needed for python2.5kairat_kushaev2016-02-011-6/+0
* Remove broken try/except workaround for old requestsMonty Taylor2015-12-151-5/+1
* Ensure that identity token in header is not an unicode stringVincent Untz2015-11-171-1/+2
* Merge "Add support for setting Accept-Language header"Jenkins2015-10-141-0/+4
|\
| * Add support for setting Accept-Language headerFrode Nordahl2015-10-141-0/+4
* | Check if v2 is available and fallbackFlavio Percoco2015-09-041-1/+4
* | Remove custom SSL compression handlingStuart McLaren2015-08-261-13/+10
|/
* Enable flake8 checksDarja Shakhray2015-07-211-0/+1
* 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
|/ /