summaryrefslogtreecommitdiff
path: root/glanceclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Simplify human-readable size output"Jenkins2012-11-191-2/+5
|\
| * Simplify human-readable size outputBrian Waldon2012-11-191-2/+5
* | Merge "Make image sizes more readable for humans"Jenkins2012-11-192-4/+34
|\ \ | |/
| * Make image sizes more readable for humansChristian Berendt2012-11-192-4/+34
* | Merge "Set useful boolean flag metavars"Jenkins2012-11-191-4/+4
|\ \
| * | Set useful boolean flag metavarsBrian Waldon2012-11-191-4/+4
* | | Merge "added --version as new parameter"Jenkins2012-11-193-23/+23
|\ \ \ | |/ / |/| |
| * | added --version as new parameterChristian Berendt2012-11-133-23/+23
| |/
* | Merge "Fixes bug on Windows related to a wrong API url"Jenkins2012-11-151-2/+2
|\ \
| * | Fixes bug on Windows related to a wrong API urlAlessandro Pilotti2012-11-151-2/+2
| |/
* | Enhance --checksum help with algorithmAndre Naehring2012-11-141-1/+2
|/
* Fixes setup compatibility issue on WindowsAlessandro Pilotti2012-11-052-47/+61
* Merge "Allow deletion of multiple images through CLI"Jenkins2012-10-251-3/+18
|\
| * Allow deletion of multiple images through CLISulochan Acharya2012-10-241-3/+18
* | Fixes shell command for member-deleteSulochan Acharya2012-10-231-5/+5
|/
* Merge "Display acceptable disk/container formats in help text"Jenkins2012-10-131-6/+12
|\
| * Display acceptable disk/container formats in help textBrian Waldon2012-10-041-6/+12
* | Merge "Handle create/update of images with unknown size"Jenkins2012-10-133-14/+43
|\ \
| * | Handle create/update of images with unknown sizeStuart McLaren2012-10-083-14/+43
| |/
* | Implement blueprint ssl-connect-reworkStuart McLaren2012-10-083-48/+97
|/
* Simplify http(s) connection instantiationBrian Waldon2012-10-031-19/+29
* Use full URI path from Glance endpoint in HTTP requestsDiego Parrilla2012-09-211-2/+4
* Merge "Fixes glance add / update / image-create / image-update on Windows"Jenkins2012-09-181-10/+18
|\
| * Fixes glance add / update / image-create / image-update on WindowsAlessandro Pilotti2012-09-131-10/+18
* | Typo in image-create help pageStuart McLaren2012-09-171-2/+2
* | Fix weird "None" displayed on some errorsVincent Untz2012-09-131-1/+1
|/
* Make ConnectionRefused error more informative.Andrew Laski2012-09-121-1/+2
* Merge "Specified Content-Length in update request header"Jenkins2012-09-101-2/+2
|\
| * Specified Content-Length in update request headerUnmesh Gurjar2012-09-061-2/+2
* | Merge "Catches HTTP 300 while printing responses"Jenkins2012-09-102-0/+12
|\ \
| * | Catches HTTP 300 while printing responsesisethi2012-09-102-0/+12
* | | Corrects URI to display hostname, port properlyBrian Rosmaita2012-09-101-4/+7
|/ /
* | get_connection should raise httplib.InvalidURLStuart McLaren2012-09-101-1/+1
|/
* Sync importutils changes from openstack-commonMark McLoughlin2012-09-051-2/+17
* Merge "Update command descriptions"Jenkins2012-08-213-2/+8
|\
| * Update command descriptionsBrian Waldon2012-08-213-2/+8
* | Enable client V1 to download imagesLars Gellrich2012-08-161-0/+11
|/
* Ensure v1 'limit' query parameter works correctly.0.4.2Brian Lamar2012-08-151-2/+4
* Allow 'deleted' to be passed through image update0.4.1Brian Waldon2012-08-131-1/+5
* Cast is_public, protected, deleted to boolBrian Waldon2012-08-131-0/+5
* Return known int values as int, not strBrian Waldon2012-08-131-5/+15
* Use system CA certificate fileStuart McLaren2012-08-132-3/+22
* socket errors and timeouts should be CommunicationErrors0.4.0Chris Behrens2012-08-101-6/+6
* Handle communication failures cleanlyBrian Waldon2012-08-102-9/+31
* Merge "Client-side SSL Connection"Jenkins2012-08-102-0/+30
|\
| * Client-side SSL ConnectionBrian Waldon2012-08-042-0/+30
* | Merge "SSL Certificate Validation"Jenkins2012-08-104-25/+86
|\ \ | |/
| * SSL Certificate ValidationBrian Waldon2012-08-044-25/+86
* | Enable client V2 to download imagesLars Gellrich2012-08-094-5/+77
* | Refactor HTTP-related exceptionsBrian Waldon2012-08-081-88/+91