summaryrefslogtreecommitdiff
path: root/Remote/Helper/Chunked.hs
Commit message (Collapse)AuthorAge
* show errorsGravatar Joey Hess2013-01-02
|
* avoid unnecessary MaybeGravatar Joey Hess2012-11-30
|
* directory special remote: Made more efficient and robust.Gravatar Joey Hess2012-11-19
| | | | | | | | | Files are now written to a tmp directory in the remote, and once all chunks are written, etc, it's moved into the final place atomically. For now, checkpresent still checks every single chunk of a file, because the old method could leave partially transferred files with some chunks present and others not.
* S3: Added progress display for uploading and downloading.Gravatar Joey Hess2012-11-18
|
* simplifyGravatar Joey Hess2012-11-18
|
* webdav now checks presence of and receives chunked contentGravatar Joey Hess2012-11-16
| | | | | Note that receiving encrypted chunked content currently involves buffering. (So does doing so with the directory special remote.)
* generic chunked content helperGravatar Joey Hess2012-11-16
However, directory still uses its optimzed chunked file writer, as it uses less memory than the generic one in the helper.