summaryrefslogtreecommitdiff
path: root/glanceclient/common
Commit message (Expand)AuthorAgeFilesLines
* Merge "Handle 403 forbidden on download"Jenkins2016-02-291-1/+1
|\
| * Handle 403 forbidden on downloadStuart McLaren2016-02-241-1/+1
* | Remove code needed for python2.5kairat_kushaev2016-02-011-6/+0
* | Remove monkey-patching for getsockoptkairat_kushaev2016-01-151-5/+0
* | 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
|/
* Ensure that identity token in header is not an unicode stringVincent Untz2015-11-172-3/+3
* Fix the missing help descripiton of "image-create"wangxiyuan2015-10-271-0/+2
* Import i18n functions directlykairat_kushaev2015-10-161-2/+1
* 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
* | Support image deletion in batches in v2wangxiyuan2015-10-101-0/+4
* | Merge "Fix Typos in comments"Jenkins2015-09-301-1/+1
|\ \
| * | Fix Typos in commentsrahulram2015-08-261-1/+1
* | | Merge "Replace exception_to_str with oslo.utils function"Jenkins2015-09-301-12/+0
|\ \ \
| * | | Replace exception_to_str with oslo.utils functionkairat_kushaev2015-09-221-12/+0
* | | | Merge "Fix human readable when size is None"Jenkins2015-09-281-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix human readable when size is NoneStuart McLaren2015-09-141-1/+3
* | | | Merge "Add parsing the endpoint URL"Jenkins2015-09-161-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add parsing the endpoint URLTakashi NATSUME2015-09-081-4/+7
| |/ /
* | | 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