aboutsummaryrefslogtreecommitdiff
path: root/Remote/Directory.hs
Commit message (Expand)AuthorAge
* 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
* improve exception handlingGravatar Joey Hess2014-07-26
* better exception displayGravatar Joey Hess2014-07-26
* fix key checking when a directory special remote's directory is missingGravatar Joey Hess2014-07-26
* convert directory special remote to using ChunkedEncryptableGravatar Joey Hess2014-07-26
* support new style chunking in directory special remoteGravatar Joey Hess2014-07-25
* move meteredWriteFileChunks out of legacyGravatar Joey Hess2014-07-24
* improve chunk data typesGravatar Joey Hess2014-07-24
* prepare for new style chunkingGravatar Joey Hess2014-07-24
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* add GETAVAILABILITY to external special remote protocolGravatar Joey Hess2014-01-13
* gcrypt, bup: Fix bug that prevented using these special remotes with encrypti...Gravatar Joey Hess2013-11-02
* assistant: Support repairing git remotes that are locally accessibleGravatar Joey Hess2013-10-27
* directory, webdav: Fix bug introduced in version 4.20131002 that caused the c...Gravatar Joey Hess2013-10-26
* add remote fsck interfaceGravatar Joey Hess2013-10-11
* hlintGravatar Joey Hess2013-09-25
* Support hot-swapping of removable drives containing gcrypt repositories.Gravatar Joey Hess2013-09-12