aboutsummaryrefslogtreecommitdiff
path: root/Remote/GCrypt.hs
Commit message (Expand)AuthorAge
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* prevent exporttree=yes on remotes that don't support exportsGravatar Joey Hess2017-09-07
* refactor ExportActionsGravatar Joey Hess2017-09-01
* add API for exportingGravatar Joey Hess2017-08-29
* avoid the dashed ssh hostname class of security holesGravatar Joey Hess2017-08-17
* add annex-ignore-command and annex-sync-command configsGravatar Joey Hess2017-08-17
* de-Maybe remoteGitConfigGravatar Joey Hess2017-05-11
* gcrypt: Support re-enabling to change eg, encryption parameters.Gravatar Joey Hess2017-04-07
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* Run ssh with -n whenever input is not being piped into itGravatar Joey Hess2017-02-15
* 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
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* 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
* Added new encryption=sharedpubkey mode for special remotes.Gravatar Joey Hess2016-05-10
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* add removeKey action to RemoteGravatar Joey Hess2015-10-08
* support gpg.programGravatar Joey Hess2015-09-09
* Simplify setup process for a ssh remote.Gravatar Joey Hess2015-08-05
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* | add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
|/
* remotedaemon: Fixed support for notifications of changes to gcrypt remotes, w...Gravatar Joey Hess2015-03-16
* The ssh-options git config is now used by gcrypt, rsync, and ddar special rem...Gravatar Joey Hess2015-02-12
* groundwork for parameterizing hash depthGravatar Joey Hess2015-01-28
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* implemented old Richih wishlist about remote/uuid infoGravatar Joey Hess2015-01-13
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* 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
* improve uuid mismatch messageGravatar Joey Hess2014-10-28
* add per-remote-type infoGravatar Joey Hess2014-10-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* 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
* fix checkPresent error handling for non-present local git reposGravatar Joey Hess2014-08-08
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* 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
* convert gcrypt to new regime, including chunkingGravatar Joey Hess2014-08-03