summaryrefslogtreecommitdiff
path: root/swiftclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Accept gzip-encoded API responses"Jenkins2016-09-012-3/+10
|\
| * Accept gzip-encoded API responsesTim Burke2016-08-302-3/+10
* | Merge "Convert numeric and boolean header values to strings"Jenkins2016-08-311-0/+7
|\ \ | |/ |/|
| * Convert numeric and boolean header values to stringsTim Burke2016-08-251-0/+7
* | Merge "client: renew token on 401 even if retries is 0"Jenkins2016-08-261-4/+4
|\ \
| * | client: renew token on 401 even if retries is 0Julien Danjou2016-06-071-4/+4
* | | boolean logic cleanup in service.Swift[Copy|Post]ObjectClay Gerrard2016-08-251-5/+4
| |/ |/|
* | Merge "Strip leading/trailing whitespace from headers"Jenkins2016-08-251-1/+1
|\ \
| * | Strip leading/trailing whitespace from headersTim Burke2016-08-191-1/+1
* | | Merge "Add copy object method"Jenkins2016-08-243-2/+396
|\ \ \ | |/ / |/| |
| * | Add copy object methodMarek Kaleta2016-08-233-2/+396
* | | Merge "Fix unicode issues in tempurl command"Jenkins2016-08-071-17/+28
|\ \ \
| * | | Fix unicode issues in tempurl commandTim Burke2016-07-191-17/+28
* | | | Add --json option to `swift capabilities` / `swift info`Tim Burke2016-08-021-7/+18
|/ / /
* | | Merge "Query string functionality for containers"Jenkins2016-06-141-9/+25
|\ \ \ | |_|/ |/| |
| * | Query string functionality for containersAndrew Welleck2016-06-091-9/+25
* | | Merge "Add an option: disable etag check on downloads"Jenkins2016-06-062-4/+10
|\ \ \
| * | | Add an option: disable etag check on downloadsCheng Li2016-06-022-4/+10
| | |/ | |/|
* | | Suppress InsecureRequestWarning when using --insecureTim Burke2016-06-011-0/+5
|/ /
* | Merge "Support client certificate/key"Jenkins2016-05-193-3/+52
|\ \
| * | Support client certificate/keyCedric Brandily2016-04-103-3/+52
* | | Merge "Use application/directory content-type for dir markers"Jenkins2016-05-191-6/+9
|\ \ \
| * | | Use application/directory content-type for dir markersTim Burke2016-04-081-6/+9
| |/ /
* | | Correct doc string for http_conn argumentKota Tsuyuzaki2016-05-121-27/+27
| |/ |/|
* | Merge "Check responses when retrying bodies"Jenkins2016-05-111-0/+17
|\ \
| * | Check responses when retrying bodiesTim Burke2016-05-041-0/+17
* | | Default to v3 auth if we find a (user|project)-domain-(name|id) optionTim Burke2016-05-032-7/+13
* | | Pull option processing out to service.pyTim Burke2016-05-032-35/+9
* | | Parse options to dictTim Burke2016-05-031-121/+113
* | | Merge "Identify segments uploaded via swiftclient"Jenkins2016-05-021-4/+7
|\ \ \
| * | | Identify segments uploaded via swiftclientTim Burke2016-04-081-4/+7
| | |/ | |/|
* | | Merge "Add new doc structure and contents for swiftclient"Jenkins2016-04-291-1/+0
|\ \ \
| * | | Add new doc structure and contents for swiftclientJoel Wright2016-04-291-1/+0
* | | | Merge "Fix downloading from "marker" item"Jenkins2016-04-142-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix downloading from "marker" itemSergey Gotliv2016-04-082-3/+3
| |/ /
* | | Merge "Port from optparse to argparse"Jenkins2016-04-081-264/+299
|\ \ \ | |/ / |/| |
| * | Port from optparse to argparseTim Burke2016-04-061-264/+299
* | | Fix SwiftPostObject options usage in SwiftServiceMarek Kaleta2016-03-231-3/+3
* | | Removes redundant "to"Nguyen Hung Phuong2016-03-181-1/+1
* | | Merge "Include response headers in ClientExceptions"Jenkins2016-03-173-74/+42
|\ \ \ | |/ / |/| |
| * | Include response headers in ClientExceptionsTim Burke2016-03-033-74/+42
* | | Merge "Check threads number options validation"Jenkins2016-03-171-6/+50
|\ \ \
| * | | Check threads number options validationMin Min Ren2016-02-241-6/+50
* | | | Merge "download method shouldn't download all object"Jenkins2016-03-021-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | download method shouldn't download all objectHu Bing2016-03-011-1/+1
* | | | Merge "Fix wrong args for get_container with full listing"Jenkins2016-02-291-2/+2
|\ \ \ \
| * | | | Fix wrong args for get_container with full listingAlistair Coles2016-02-221-2/+2
| | |/ / | |/| |
* | | | Merge "Force header keys/values to bytes/unicode before coercing to unicode"Jenkins2016-02-271-0/+2
|\ \ \ \
| * | | | Force header keys/values to bytes/unicode before coercing to unicodeTim Burke2016-02-261-0/+2
* | | | | Fix test for redacting sensitive data in client.http_log()Joel Wright2016-02-261-1/+1
|/ / / /