summaryrefslogtreecommitdiff
path: root/Remote/External.hs
Commit message (Expand)AuthorAge
* add RemoteStateHandleJoey Hess2019-10-14
* rename RemoteConfigKey to RemoteConfigFieldJoey Hess2019-10-10
* get rid of hardcoded "name" lookupsJoey Hess2019-10-10
* better indicate when special remotes do not support renameExportJoey Hess2019-03-11
* concurrency and status messages when downloading from importJoey Hess2019-03-08
* no remotes support import yetJoey Hess2019-02-20
* purify exportActionsJoey Hess2019-01-30
* deMaybe credPairRemoteKeyJoey Hess2018-12-04
* remove CHECKURL-MULTI single url response special caseJoey Hess2018-10-29
* clean up url removal presence updateJoey Hess2018-10-04
* remote.name.annex-security-allow-unverified-downloadsJoey Hess2018-09-25
* add Remote.readonlyJoey Hess2018-08-30
* add retrievalSecurityPolicyJoey Hess2018-06-21
* add GETINFO to external protocol (for ronnypfa)Joey Hess2018-06-08
* change Remote.repo to Remote.getRepoJoey Hess2018-06-04
* Avoid running annex.http-headers-command more than once.Joey Hess2018-04-04
* Added adb special remote which allows exporting files to Android devices.Joey Hess2018-03-27
* Added EXTENSIONS to external special remote protocol.Joey Hess2018-02-07
* Added INFO to external special remote protocol.Joey Hess2018-02-06
* external crash fixesJoey Hess2017-09-28
* split out Types.ExportJoey Hess2017-09-15
* add missing caseJoey Hess2017-09-15
* implement removeExportDirectoryJoey Hess2017-09-15
* export: cache connections for S3 and webdavJoey Hess2017-09-12
* External special remote protocol extended to support export.Joey Hess2017-09-08
* 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
* external: nice error message for keys with spaces in their nameJoey Hess2017-08-17
* Windows: Improve handling of shebang in external special remote program, sear...Joey Hess2017-03-08
* add SetupStage parameter to RemoteType.setupJoey Hess2017-02-07
* Always use filesystem encoding for all file and handle reads and writes.Joey Hess2016-12-24
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* convert TMVars that are never left empty into TVarsJoey Hess2016-09-30
* include external special remote process number in debugJoey Hess2016-09-30
* allow multiple concurrent external special remote processesJoey Hess2016-09-30
* move externalConfig into ExternalStateJoey Hess2016-09-30
* remove unnecessary mvarJoey Hess2016-09-30
* Windows: Handle shebang in external special remote program.Joey Hess2016-09-05
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesJoey Hess2016-08-03
* testremote: Fix crash when testing a freshly made external special remote.Joey Hess2016-07-05
* plumb RemoteGitConfig through to decryptCipherJoey Hess2016-05-23
* plumb RemoteGitConfig through to setRemoteCredPairJoey Hess2016-05-23
* Pass the various gnupg-options configs to gpg in several cases where they wer...Joey Hess2016-05-23
* Propigate GIT_DIR and GIT_WORK_TREE environment to external special remotes.Joey Hess2016-05-06
* Added DIRHASH_LOWER to external special remote protocol.Joey Hess2016-05-03
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* improve error message when special remote program cannot be runJoey Hess2015-11-18
* Display progress meter in -J mode when downloading from the web.Joey Hess2015-11-16
* add removeKey action to RemoteJoey Hess2015-10-08