summaryrefslogtreecommitdiff
path: root/glanceclient/common/http.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "server 500 should not be a client error"Jenkins2014-01-221-1/+1
|\
| * server 500 should not be a client errorSean Dague2014-01-191-1/+1
* | It was removed urllib, urllib2 & urlparse modulesVictor Morales2014-01-181-6/+6
|/
* Python 3: use six.iteritems and six.string_typesYassine Lamgarchal2014-01-131-3/+3
* Python3: use six.StringIO rather than StringIO.StringIOYassine Lamgarchal2014-01-101-2/+2
* Fix glanceclient http.py string formatting errorLe Tian Ren2014-01-071-1/+2
* Merge "Fix and enable gating on H306"Jenkins2013-12-231-1/+1
|\
| * Fix and enable gating on H306Dirk Mueller2013-12-161-1/+1
* | SSL: Handle wildcards in Subject Alternative NamesDominik Heidler2013-12-111-8/+14
|/
* Merge "python3: xrange no longer exists"Jenkins2013-11-261-1/+1
|\
| * python3: xrange no longer existsChuck Short2013-10-151-1/+1
* | Merge "Replace OpenStack LLC with OpenStack Foundation"Jenkins2013-11-151-1/+1
|\ \
| * | Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* | | Merge "Fix python 3.x related Hacking warnings"Jenkins2013-11-121-1/+2
|\ \ \
| * | | Fix python 3.x related Hacking warningsDirk Mueller2013-08-261-1/+2
| |/ /
* | | python3: use six.moves for httplib importsChuck Short2013-10-161-4/+5
| |/ |/|
* | Merge "Fix regression bug after removing posixpath in http.py"Jenkins2013-10-091-1/+15
|\ \