summaryrefslogtreecommitdiff
path: root/glanceclient/common
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix image-download to stdout on Python 3.x" into stable/libertyJenkins2016-01-191-1/+4
|\
| * Fix image-download to stdout on Python 3.xAndy Botting2015-12-221-1/+4
* | Remove broken try/except workaround for old requestsMonty Taylor2015-12-151-5/+1
|/
* Fix the missing help descripiton of "image-create"wangxiyuan2015-11-121-0/+2
* Fix human readable when size is NoneStuart McLaren2015-09-281-1/+3
* Merge "Check if v2 is available and fallback"Jenkins2015-09-081-1/+4
|\
| * Check if v2 is available and fallbackFlavio Percoco2015-09-041-1/+4
* | check for None value in utils.safe_headerDavid Edery2015-09-081-1/+1
|/
* Remove custom SSL compression handlingStuart McLaren2015-08-262-25/+10
* Require disk and container format on image-createGorka Eguileor2015-08-141-0/+45
* Merge "Add unicode support for properties values in v2 shell"Jenkins2015-08-031-1/+1
|\
| * Add unicode support for properties values in v2 shellDarja Shakhray2015-08-031-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-214-28/+27
|/
* Fix exception message in Http.pywangxiyuan2015-07-141-2/+4
* Import only modules and update tox.iniCindy Pallares2015-06-172-9/+8
* Merge "Close iterables at the end of iteration"Jenkins2015-06-161-1/+5
|\
| * Close iterables at the end of iterationRobert Collins2015-06-111-1/+5
* | Make glanceclient accept a session objectJamie Lennox2015-06-112-66/+133
|/
* 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
* glance image-show now have --human-readable optionyatin karel2015-03-221-1/+3
* 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
* | | | Merge "Return 130 for keyboard interrupt"Jenkins2015-02-061-2/+2
|\ \ \ \
| * | | | Return 130 for keyboard interruptRakesh H S2015-02-051-2/+2
* | | | | Merge "Change oslo.utils to oslo_utils"Jenkins2015-02-063-7/+7
|\ \ \ \ \
| * | | | | Change oslo.utils to oslo_utilsLouis Taylor2015-02-053-7/+7
* | | | | | 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-282-2/+2
* | | | | Remove openstack.common.strutilsLouis Taylor2015-01-273-14/+18
* | | | | 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 Requests breaking download progress barLouis Taylor2015-01-041-0/+15
* | | | | Fix broken-pipe seen in glance-apiSabari Kumar Murugesan2014-12-221-0/+2
| |/ / / |/| | |
* | | | Support schema types with non-str valueFlavio Percoco2014-12-101-2/+18
* | | | Don't require version to create Client instanceFlavio Percoco2014-12-091-3/+11
| |_|/ |/| |
* | | Send `identity_headers` through the wireFlavio Percoco2014-11-251-0/+4
|/ /