Statistics
| Branch: | Tag: | Revision:

root / kamaki @ 56ca8235

Name Size
  cli
  clients
__init__.py 1.5 kB

Latest revisions

# Date Author Comment
56ca8235 03/05/2014 06:18 pm Stavros Sachtouris

Update copyright dates for changes files

75e73aab 03/05/2014 04:39 pm Stavros Sachtouris

Fix details that ruin internal unicode objects

Refs: #5150, #5180

Specifics:
- the image path is conctructed with a + operator, use the '%s'
notation instead
- Do not quote everything on the URL, because it destroyes
? and & characters. Encode and quote only what needs to be

7c738aab 03/04/2014 07:41 pm Stavros Sachtouris

Add X-Image- to expected http header prefices

Refs: #5180

c3e41146 03/04/2014 07:31 pm Stavros Sachtouris

Fix one-command/shell differences in http encoding

Refs: #5150

1870855f 03/04/2014 06:56 pm Stavros Sachtouris

Add lists of expected headers in Pithos client

Refs: #5180

6293aa78 03/04/2014 06:11 pm Stavros Sachtouris

Allow Client objects to set headers for encoding

Refs: #5180

6ad9e577 03/04/2014 06:00 pm Stavros Sachtouris

Restrict http response header encoding

Refs: #5180

In ResponseManager, do not encode all headers to unicode.
Encode ONLY the headers mentioned by the caller method.

A caller method can use the headers_to_decode and header_prefices
property-getter/setter methods to set a list of header keys and...

23ea9475 03/04/2014 04:28 pm Stavros Sachtouris

Fix typo in output stream assignment

Refs: #5150

6106e751 03/04/2014 04:18 pm Stavros Sachtouris

Quote URL for request exactly after parsing it

Refs: #5150

026e10fc 03/04/2014 03:24 pm Stavros Sachtouris

Correct console in/output en/decoding handling

Refs: #5150

View revisions

Also available in: Atom