aboutsummaryrefslogtreecommitdiff
path: root/Remote/Directory.hs
Commit message (Expand)AuthorAge
* Fix directory special remote's cleanup of empty export directories.Gravatar Joey Hess2017-11-08
* add ExportTree table to export dbGravatar Joey Hess2017-09-18
* split out Types.ExportGravatar Joey Hess2017-09-15
* implement removeExportDirectoryGravatar Joey Hess2017-09-15
* export: cache connections for S3 and webdavGravatar Joey Hess2017-09-12
* External special remote protocol extended to support export.Gravatar Joey Hess2017-09-08
* prevent exporttree=yes on remotes that don't support exportsGravatar Joey Hess2017-09-07
* rename bug fixGravatar Joey Hess2017-09-06
* git annex get from exportsGravatar Joey Hess2017-09-04
* implement exporttree=yes configurationGravatar Joey Hess2017-09-04
* refactor ExportActionsGravatar Joey Hess2017-09-01
* make storeExport atomicGravatar Joey Hess2017-08-31
* remove empty parent dirs when removing from exportGravatar Joey Hess2017-08-31
* initial export commandGravatar Joey Hess2017-08-29
* provide file with content to exportGravatar Joey Hess2017-08-29
* add API for exportingGravatar Joey Hess2017-08-29
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* plumb RemoteGitConfig through to decryptCipherGravatar Joey Hess2016-05-23
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* add removeKey action to RemoteGravatar Joey Hess2015-10-08
* Simplify setup process for a ssh remote.Gravatar Joey Hess2015-08-05
* Take space that will be used by running downloads into account when checking ...Gravatar Joey Hess2015-05-12
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * Fix fsck --from a git remote in a local directory, and from a directory speci...Gravatar Joey Hess2015-04-18
* | add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
|/
* groundwork for parameterizing hash depthGravatar Joey Hess2015-01-28
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* reformatGravatar Joey Hess2014-12-16
* Expand checkurl to support recommended filename, and multi-file-urlsGravatar Joey Hess2014-12-11
* Urls can now be claimed by remotes. This will allow creating, for example, a ...Gravatar Joey Hess2014-12-08
* add stub claimUrlGravatar Joey Hess2014-12-08
* add per-remote-type infoGravatar Joey Hess2014-10-21
* glacier, S3: Fix bug that caused embedded creds to not be encypted using the ...Gravatar Joey Hess2014-09-18
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* 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
* roll ChunkedEncryptable into Special and improve interfaceGravatar Joey Hess2014-08-03
* better byteRetrieverGravatar Joey Hess2014-08-03
* specialize Preparer a bit, so resourcePrepare can be addedGravatar Joey Hess2014-08-02
* 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 handling of removal of keys that are not presentGravatar Joey Hess2014-07-28
* better Preparer interfaceGravatar Joey Hess2014-07-27