summaryrefslogtreecommitdiff
path: root/glanceclient/common/https.py
Commit message (Expand)AuthorAgeFilesLines
* Removed the --no-ssl-compression parameter which is deprecatedPranaliD2017-07-251-86/+0
* Enable hacking checksTin Lam2016-04-181-9/+6
* Remove monkey-patching for getsockoptkairat_kushaev2016-01-151-5/+0
* Fix Typos in commentsrahulram2015-08-261-1/+1
* Merge "Fix failure to create glance https connection pool"Jenkins2015-07-291-3/+4
|\
| * Fix failure to create glance https connection poolHaikel Guemar2015-07-281-3/+4
* | Enable flake8 checksDarja Shakhray2015-07-211-16/+14
|/
* Import only modules and update tox.iniCindy Pallares2015-06-171-5/+4
* Fix https stack trace on python 3.4 clientStuart McLaren2015-04-111-1/+3
* Fix client when using no ssl compressionStuart McLaren2015-04-111-0/+7
* Merge "Unify using six.moves.range rename everywhere"Jenkins2015-03-041-0/+2
|\
| * Unify using six.moves.range rename everywhereErno Kuvaja2015-02-251-0/+2
* | Merge "https: Prevent leaking sockets for some operations"Jenkins2015-03-041-56/+77
|\ \
| * | https: Prevent leaking sockets for some operationsStuart McLaren2015-02-181-56/+77
* | | Merge "Register our own ConnectionPool without globals"Jenkins2015-02-261-9/+26
|\ \ \ | |_|/ |/| |
| * | Register our own ConnectionPool without globalsIan Cordasco2015-02-061-10/+27
* | | Merge "Reduce the set of supported client SSL ciphers"Jenkins2015-02-231-0/+6
|\ \ \
| * | | Reduce the set of supported client SSL ciphersStuart McLaren2014-09-191-0/+6
* | | | Merge "Update HTTPS certificate handling for pep-0476"Jenkins2015-02-191-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update HTTPS certificate handling for pep-0476James Page2014-12-191-1/+5
| | |/ | |/|
* | | Change oslo.utils to oslo_utilsLouis Taylor2015-02-051-1/+1
* | | Remove openstack.common.strutilsLouis Taylor2015-01-271-3/+3
|/ /
* | Don't replace the https handler in the poolmanagerFlavio Percoco2014-10-301-2/+14
|/
* Ensure server's SSL cert is validatedStuart McLaren2014-08-191-1/+2
* Fix glance-client to work with IPv6 controllersSudipta Biswas2014-08-061-1/+12
* Replace old httpclient with requestsAmalaBasha2014-07-101-0/+274