Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients @ 890e1a48

# Date Author Comment
b982462f 05/09/2012 01:18 pm Giorgos Verigakis

Send application/octet-stream Content-Type on create_object

2aa8f6d1 05/09/2012 01:18 pm Giorgos Verigakis

Add Content-Length header when sending data

890e1a48 05/09/2012 01:18 pm Giorgos Verigakis

Add status_code in Container already exists exception

49919699 05/09/2012 01:18 pm Giorgos Verigakis

pyflakes reported fixes

7b3a2fa3 05/09/2012 01:18 pm Giorgos Verigakis

Add a purge command

bfeb2d9c 05/09/2012 01:18 pm Giorgos Verigakis

Data corruption fix

Duplicate blocks were added once to the hash map.

215321e9 05/09/2012 01:18 pm Giorgos Verigakis

Disable certificate verification

Was failing with the production server

810d80b8 05/09/2012 01:18 pm Giorgos Verigakis

Add an optional size argument in create_object

ce687c9f 05/09/2012 01:18 pm Giorgos Verigakis

Improve error reporting in astakos

2394d9e1 05/09/2012 01:18 pm Giorgos Verigakis

Fix personality in server create

dba6ec94 05/09/2012 01:18 pm Giorgos Verigakis

Add support for Astakos API

Add "astakos authenticate" command

a591a7b4 05/09/2012 01:18 pm Giorgos Verigakis

Add a store list command

df79206f 05/09/2012 01:18 pm Giorgos Verigakis

Refactored networking

Adds requests dependency.

b32f00e0 05/09/2012 01:18 pm Giorgos Verigakis

Update image client to the new infrastructure

Delete obsolete HTTPClient.

c4ab2af9 02/14/2012 04:29 pm Giorgos Verigakis

Send the correct order of hashes

60560d7c 02/02/2012 04:15 pm Giorgos Verigakis

Add a store create command to create a container

53129af9 01/31/2012 05:16 pm Giorgos Verigakis

Pithos client improvements

  • Fix a bug in hash calculation
  • Verify the hashes of uploaded blocks
  • Keep missing block offsets to read them directly
    on the second pass.
b3b32add 01/30/2012 04:39 pm Giorgos Verigakis

Bugfixes

  • Rename asterias to cyclades
  • Remove create image from compute
  • Fix missing imports

Refs #1956

176894c1 01/20/2012 03:58 pm Giorgos Verigakis

Add a store download command

d2cea1e2 01/19/2012 06:41 pm Giorgos Verigakis

Add Pithos support

  • Use Pithos' smart upload if available
  • Add store container command
  • Add store delete command
a1c50326 01/19/2012 01:08 pm Giorgos Verigakis

Modularize clients