summaryrefslogtreecommitdiff
path: root/Remote/Helper
Commit message (Expand)AuthorAge
* deal with old repositories with non-encrypted credsGravatar Joey Hess2014-09-18
* glacier, S3: Fix bug that caused embedded creds to not be encypted using the ...Gravatar Joey Hess2014-09-18
* Revert "S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when ...Gravatar Joey Hess2014-09-18
* more lock file refactoringGravatar Joey Hess2014-08-20
* reorganize and refactor lock codeGravatar Joey Hess2014-08-20
* forgot some liftsGravatar Joey Hess2014-08-20
* Ensure that all lock fds are close-on-exec, fixing various problems with them...Gravatar Joey Hess2014-08-20
* 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
* fix checkPresent error handling for non-present local git reposGravatar Joey Hess2014-08-08
* check for 200 responseGravatar Joey Hess2014-08-08
* WebDAV: Avoid buffering whole file in memory when downloading.Gravatar 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
* 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
* finally properly fixed ssh zombie leakGravatar 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 glacier to new ChunkedEncryptable API (but do not support chunking)Gravatar Joey Hess2014-08-02
* specialize Preparer a bit, so resourcePrepare can be addedGravatar Joey Hess2014-08-02
* minor optimisationGravatar Joey Hess2014-08-01
* testremote: Test retrieveKeyFile resumeGravatar Joey Hess2014-08-01
* fix a fenchpost bug when resuming chunked store at endGravatar Joey Hess2014-08-01
* fix chunk=0Gravatar Joey Hess2014-08-01
* only chunk stable keysGravatar Joey Hess2014-07-30
* update progress after each chunk, at leastGravatar Joey Hess2014-07-29
* fix cleanup of FileContents once done when them when retrievingGravatar Joey Hess2014-07-29
* optimise case of remote that retrieves FileContent, when chunks and encryptio...Gravatar Joey Hess2014-07-29
* support chunking for all external special remotes!Gravatar Joey Hess2014-07-29
* better type for RetrieverGravatar Joey Hess2014-07-29
* allow Retriever action to update the progress meterGravatar Joey Hess2014-07-29
* lift types from IO to AnnexGravatar Joey Hess2014-07-29
* add ContentSource type, for remotes that act on files rather than ByteStringsGravatar Joey Hess2014-07-29
* fix non-checked hasKeyChunksGravatar Joey Hess2014-07-29
* resume interrupted chunked uploadsGravatar Joey Hess2014-07-28
* add ChunkMethod type and make Logs.Chunk use it, rather than assuming fixed s...Gravatar Joey Hess2014-07-28
* resume interrupted chunked downloadsGravatar Joey Hess2014-07-27
* use existing chunks even when chunk=0Gravatar Joey Hess2014-07-27
* reorgGravatar Joey Hess2014-07-27
* comment typoGravatar Joey Hess2014-07-27
* faster storeChunksGravatar Joey Hess2014-07-27
* better Preparer interfaceGravatar Joey Hess2014-07-27
* improve exception handlingGravatar Joey Hess2014-07-26
* better exception displayGravatar Joey Hess2014-07-26
* fix another fallback bugGravatar Joey Hess2014-07-26