summaryrefslogtreecommitdiff
path: root/Remote
Commit message (Expand)AuthorAge
* Merge branch 'master' into s3-awsGravatar Joey Hess2014-08-15
|\
| * S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repo...Gravatar Joey Hess2014-08-12
| * testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* | auto-create IA bucketsGravatar Joey Hess2014-08-09
* | better memoizationGravatar Joey Hess2014-08-09
* | fix meter updateGravatar Joey Hess2014-08-09
* | S3: finish converting to aws libraryGravatar Joey Hess2014-08-09
* | pass metadata headers and storage class to S3 when putting objectsGravatar Joey Hess2014-08-09
* | remove dead codeGravatar Joey Hess2014-08-09
* | S3: convert to aws for store, remove, checkPresentGravatar Joey Hess2014-08-09
* | Merge branch 'master' into s3-awsGravatar Joey Hess2014-08-09
|\|
| * avoid printing really ugly webdav exceptionsGravatar Joey Hess2014-08-09
* | wordingGravatar Joey Hess2014-08-08
* | cleanupGravatar Joey Hess2014-08-08
* | cleanupGravatar Joey Hess2014-08-08
| * fix checkPresent error handling for non-present local git reposGravatar Joey Hess2014-08-08
* | WIP converting S3 special remote from hS3 to aws libraryGravatar Joey Hess2014-08-08
|/
* check for 200 responseGravatar Joey Hess2014-08-08
* fix removeKey when not presentGravatar Joey Hess2014-08-08
* show missing url= parameter error soonerGravatar Joey Hess2014-08-08
* WebDAV: Avoid buffering whole file in memory when downloading.Gravatar Joey Hess2014-08-08
* further break out legacy chunking codeGravatar Joey Hess2014-08-08
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* WebDAV: Avoid buffering whole file in memory when uploading.Gravatar Joey Hess2014-08-07
* webdav: reuse http connection when operating on the chunks of a fileGravatar Joey Hess2014-08-07
* use DAV monadGravatar Joey Hess2014-08-07
* convert WebDAV to new special remote interface, adding new-style chunking sup...Gravatar Joey Hess2014-08-06
* run Preparer to get Remover and CheckPresent actionsGravatar Joey Hess2014-08-06
* pushed checkPresent exception handling out of Remote implementationsGravatar Joey Hess2014-08-06
* make local gcrypt storeKey be atomicGravatar Joey Hess2014-08-04
* gcrypt: fix removal of key that does not existGravatar Joey Hess2014-08-04
* make testremote work with gcrypt reposGravatar Joey Hess2014-08-04
* remove write bit when storing to local gcrypt repoGravatar Joey Hess2014-08-03
* fix removal from local gcrypt repo that had files stored using rsyncGravatar Joey Hess2014-08-03
* when not using rsync (for local gcrypt repo), display own progress meterGravatar Joey Hess2014-08-03
* finally properly fixed ssh zombie leakGravatar Joey Hess2014-08-03
* convert gcrypt to new regime, including chunkingGravatar Joey Hess2014-08-03
* finish making rsync support chunkingGravatar Joey Hess2014-08-03
* move ugly rsync zombie workaroundGravatar Joey Hess2014-08-03
* remove redundant progress meter display codeGravatar Joey Hess2014-08-03
* roll ChunkedEncryptable into Special and improve interfaceGravatar Joey Hess2014-08-03
* whitespaceGravatar Joey Hess2014-08-03
* better byteRetrieverGravatar Joey Hess2014-08-03
* convert ddar to new ChunkedEncryptable API (but do not support chunking)Gravatar Joey Hess2014-08-02
* convert bup to new ChunkedEncryptable API (but do not support chunking)Gravatar Joey Hess2014-08-02
* hook: use ChunkedEncryptableGravatar Joey Hess2014-08-02
* convert glacier to new ChunkedEncryptable API (but do not support chunking)Gravatar Joey Hess2014-08-02
* S3: support chunkingGravatar Joey Hess2014-08-02
* specialize Preparer a bit, so resourcePrepare can be addedGravatar Joey Hess2014-08-02
* minor optimisationGravatar Joey Hess2014-08-01