aboutsummaryrefslogtreecommitdiff
path: root/Remote
Commit message (Expand)AuthorAge
* rename isIA to configIAGravatar Joey Hess2014-10-23
* add new frankfurt region to list in webappGravatar Joey Hess2014-10-23
* show in info whether a remote uses hybrid encryption or notGravatar Joey Hess2014-10-22
* include creds info for glacier and webdavGravatar Joey Hess2014-10-22
* add internet archive item url to infoGravatar Joey Hess2014-10-21
* include creds location in infoGravatar Joey Hess2014-10-21
* add per-remote-type infoGravatar Joey Hess2014-10-21
* glacier: Fix pipe setup when calling glacier-cli to retrieve an object.Gravatar Joey Hess2014-10-20
* S3: Fix embedcreds=yes handling for the Internet Archive.Gravatar Joey Hess2014-10-12
* 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
* WebDav: Fix enableremote crash when the remote already exists. (Bug introduce...Gravatar Joey Hess2014-09-17
* The annex-rsync-transport configuration is now also used when checking if a k...Gravatar Joey Hess2014-09-11
* New annex.hardlink setting. Closes: #758593Gravatar Joey Hess2014-09-05
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* more lock file refactoringGravatar Joey Hess2014-08-20
* reorganize and refactor lock codeGravatar Joey Hess2014-08-20
* When accessing a local remote, shut down git-cat-file processes afterwards, t...Gravatar 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
* avoid printing really ugly webdav exceptionsGravatar Joey Hess2014-08-09
* fix checkPresent error handling for non-present local git reposGravatar 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