summaryrefslogtreecommitdiff
path: root/glanceclient/common/http.py
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | Fix regression bug after removing posixpath in http.pyYang Yu2013-09-281-1/+15
| |/
* | Fix getting header in redirect processingRussell Bryant2013-09-261-1/+2
* | Fix default value for a headerRussell Bryant2013-09-261-1/+1
|/
* Merge "Don't use posixpath for URLs"Jenkins2013-08-221-3/+2
|\
| * Don't use posixpath for URLsJustin Santa Barbara2013-08-051-3/+2
* | Allow single-wildcard SSL common name matchingBrian Waldon2013-08-211-2/+9
* | Show a pretty progressbar when uploading and downloading an image.mouad benchchaoui2013-08-081-4/+44
|/
* Merge "HTTPS response issues"Jenkins2013-07-241-1/+17
|\
| * HTTPS response issuesDavid Peraza2013-07-221-1/+17
* | Merge "Fix SSL certificate CNAME checking"Jenkins2013-07-221-1/+3
|\ \ | |/ |/|
| * Fix SSL certificate CNAME checkingThomas Leaman2013-07-151-1/+3