summaryrefslogtreecommitdiff
path: root/Remote/GCrypt.hs
Commit message (Expand)AuthorAge
* removal of the rest of remoteGitConfigJoey Hess2018-06-05
* change Remote.repo to Remote.getRepoJoey Hess2018-06-04
* Added adb special remote which allows exporting files to Android devices.Joey Hess2018-03-27
* hide rsync progress output when metered but not in other uses of rsyncJoey Hess2018-03-12
* Improve startup time for commands that do not operate on remotesJoey Hess2018-01-09
* prevent exporttree=yes on remotes that don't support exportsJoey Hess2017-09-07
* refactor ExportActionsJoey Hess2017-09-01
* add API for exportingJoey Hess2017-08-29
* avoid the dashed ssh hostname class of security holesJoey Hess2017-08-17
* add annex-ignore-command and annex-sync-command configsJoey Hess2017-08-17
* de-Maybe remoteGitConfigJoey Hess2017-05-11
* gcrypt: Support re-enabling to change eg, encryption parameters.Joey Hess2017-04-07
* AssociatedFile newtypeJoey Hess2017-03-10
* Run ssh with -n whenever input is not being piped into itJoey Hess2017-02-15
* add SetupStage parameter to RemoteType.setupJoey Hess2017-02-07
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesJoey Hess2016-08-03
* plumb RemoteGitConfig through to decryptCipherJoey Hess2016-05-23
* Pass the various gnupg-options configs to gpg in several cases where they wer...Joey Hess2016-05-23
* Added new encryption=sharedpubkey mode for special remotes.Joey Hess2016-05-10
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* add removeKey action to RemoteJoey Hess2015-10-08
* support gpg.programJoey Hess2015-09-09
* Simplify setup process for a ssh remote.Joey Hess2015-08-05
* remove Params constructor from Utility.SafeCommandJoey Hess2015-06-01
* Merge branch 'master' into concurrentprogressJoey Hess2015-05-12
|\
| * removed all uses of undefined from code baseJoey Hess2015-04-19
* | add filename to progress bar, and display ok/failed at endJoey Hess2015-04-14
|/
* remotedaemon: Fixed support for notifications of changes to gcrypt remotes, w...Joey Hess2015-03-16
* The ssh-options git config is now used by gcrypt, rsync, and ddar special rem...Joey Hess2015-02-12
* groundwork for parameterizing hash depthJoey Hess2015-01-28
* update my email address and homepage urlJoey Hess2015-01-21
* implemented old Richih wishlist about remote/uuid infoJoey Hess2015-01-13
* revert parentDir changeJoey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itJoey Hess2015-01-06
* Expand checkurl to support recommended filename, and multi-file-urlsJoey Hess2014-12-11
* Urls can now be claimed by remotes. This will allow creating, for example, a ...Joey Hess2014-12-08
* add stub claimUrlJoey Hess2014-12-08
* improve uuid mismatch messageJoey Hess2014-10-28
* add per-remote-type infoJoey Hess2014-10-21
* fix some mixed space+tab indentationJoey Hess2014-10-09
* glacier, S3: Fix bug that caused embedded creds to not be encypted using the ...Joey Hess2014-09-18
* testremote: Add testing of behavior when remote is not availableJoey Hess2014-08-10
* fix checkPresent error handling for non-present local git reposJoey Hess2014-08-08
* unify exception handling into Utility.ExceptionJoey Hess2014-08-07
* run Preparer to get Remover and CheckPresent actionsJoey Hess2014-08-06
* pushed checkPresent exception handling out of Remote implementationsJoey Hess2014-08-06
* make local gcrypt storeKey be atomicJoey Hess2014-08-04
* gcrypt: fix removal of key that does not existJoey Hess2014-08-04
* make testremote work with gcrypt reposJoey Hess2014-08-04