summaryrefslogtreecommitdiff
path: root/Remote/Helper
Commit message (Expand)AuthorAge
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* implemented old Richih wishlist about remote/uuid infoGravatar Joey Hess2015-01-13
* Fix build with -f-S3.Gravatar Joey Hess2014-12-19
* Merge branch 's3-aws'Gravatar Joey Hess2014-12-03
|\
* | Don't show "(gpg)" when decrypting the remote encryption cipher, since this c...Gravatar Joey Hess2014-12-02
| * fix memory leakGravatar Joey Hess2014-11-04
| * WIP 2Gravatar Joey Hess2014-11-03
| * enable frankfurtGravatar Joey Hess2014-10-23
| * Merge branch 'master' into s3-awsGravatar Joey Hess2014-10-23
| |\ | |/ |/|
* | add new frankfurt region to list in webappGravatar Joey Hess2014-10-23
| * Merge branch 'master' into s3-awsGravatar Joey Hess2014-10-22
| |\ | |/ |/|
* | show in info whether a remote uses hybrid encryption or notGravatar Joey Hess2014-10-22
* | add per-remote-type infoGravatar Joey Hess2014-10-21
* | indent with tabs not spacesGravatar Joey Hess2014-10-09
* | fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* | 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
| * Merge branch 'master' into s3-awsGravatar 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
| * 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
| * S3: convert to aws for store, remove, checkPresentGravatar Joey Hess2014-08-09
| * Merge branch 'master' into s3-awsGravatar Joey Hess2014-08-09
| |\ | |/ |/|
* | 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
* 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