Statistics
| Branch: | Revision:

root / trunk / Pithos.Core / JobQueue.cs @ ab2f6f79

History | View | Annotate | Download (2 kB)

# Date Author Comment
24477d85 10/10/2011 01:35 pm Panagiotis Kanavos

Checked to ensure exceptions occuring inside continuations are propagated

9c4346c9 09/27/2011 11:51 pm Panagiotis Kanavos

Refactored to agents

cd7c162f 09/18/2011 08:21 pm Panagiotis Kanavos

Removed differences between Pithos and Cloudfiles authentication.
Pithos returns the ApiKey and actual URL as Token and Storage Url respectively. Thus it can respond to the auth requests of cloudfiles clients

d15e99b4 09/15/2011 06:56 pm Panagiotis Kanavos

Extracet the job queue functionality to JobQueue.cs
Added a Retry function to PithosClient.cs.cs
Removed commented code from CloudFilesClient.cs