Statistics
| Branch: | Tag: | Revision:

root @ 75e73aab

Name Size
  ci
  docs
  kamaki
.gitignore 61 Bytes
COPYRIGHT 1.5 kB
Changelog 761 Bytes
MANIFEST.in 82 Bytes
README.Upgrade 1.9 kB
README.rst 331 Bytes
devflow.conf 67 Bytes
setup.py 3.5 kB
update_version.py 1.7 kB
version 9 Bytes

Latest revisions

# Date Author Comment
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

bb50c4ec 02/28/2014 05:12 pm Stavros Sachtouris

Remove "Check if service is up" for 403

View all revisions | View revisions

Also available in: Atom