git-annex/Remote/Helper
Joey Hess afe6a53bca Fix bug that prevented uploads to remotes using new-style chunking from resuming after the last successfully uploaded chunk.
"checkPresent baser" was wrong; the baser has a dummy checkPresent action
not the real one. So, to fix this, we need to call preparecheckpresent to
get a checkpresent action that can be used to check if chunks are present.

Note that, for remotes like S3, this means that the preparer is run,
which opens a S3 handle, that will be used for each checkpresent of a
chunk. That's a good thing; if we're resuming an upload that's already many
chunks in, it'll reuse that same http connection for each chunk it checks.
Still, it's not a perfectly ideal thing, since this is a different http
connection that the one that will be used to upload chunks. It would be
nice to improve the API so that both use the same http connection.
2015-07-16 15:01:27 -04:00
..
Chunked update my email address and homepage url 2015-01-21 12:50:09 -04:00
AWS.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Chunked.hs removed all uses of undefined from code base 2015-04-19 00:38:29 -04:00
Encryptable.hs remaining dataenc to sandi conversions 2015-05-07 18:07:13 -04:00
Git.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Hooks.hs use lock pools throughout git-annex 2015-05-19 14:09:52 -04:00
Http.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Messages.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
ReadOnly.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Special.hs Fix bug that prevented uploads to remotes using new-style chunking from resuming after the last successfully uploaded chunk. 2015-07-16 15:01:27 -04:00
Ssh.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00