summaryrefslogtreecommitdiff
path: root/glanceclient/common/http.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Do not use the six library."Zuul2020-07-171-15/+9
|\
| * Do not use the six library.Cyril Roelandt2020-06-231-15/+9
* | Pass Global Request ID on with session clientErno Kuvaja2020-07-131-1/+0
|/
* Update hacking for Python3Andreas Jaeger2020-04-021-1/+1
* Cleanup session objectAlex Schultz2019-08-011-0/+9
* HTTPClient: actually set a timeout for requestsCyril Roelandt2019-04-091-0/+1
* Don't quote colon in HTTP headersimacdonn2018-11-011-1/+5
* Skip quote '=' for token headerwangxiyuan2018-07-261-1/+1
* Do not quote '+' for token headerwangxiyuan2018-07-251-10/+15
* Handle HTTP headers per RFC 8187Brian Rosmaita2018-05-171-2/+21
* Removed the --no-ssl-compression parameter which is deprecatedPranaliD2017-07-251-8/+0
* add explicit dependency on pyopensslDoug Hellmann2017-06-281-0/+5
* Merge "Replace six.iteritems() with .items()"Jenkins2017-06-281-3/+3
|\
| * Replace six.iteritems() with .items()ji-xuepeng2017-02-081-3/+3
* | Allow global_request_id in Client constructorSean Dague2017-06-011-0/+9
* | v2: Content-Type: application/octet-stream header always addedckonstanski2017-05-191-7/+9
* | Convert IOError from requestsEric Fried2017-05-191-1/+1
* | Merge "Replace functions 'dict.get' and 'del' with 'dict.pop'"Jenkins2017-03-061-3/+2
|\ \
| * | Replace functions 'dict.get' and 'del' with 'dict.pop'bhagyashris2017-01-311-3/+2
| |/
* | x-openstack-request-id logged twice in logsAbhishek Kekane2017-02-221-10/+10
|/
* 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