summaryrefslogtreecommitdiff
path: root/Remote/Bup.hs
Commit message (Expand)AuthorAge
* add retrievalSecurityPolicyJoey Hess2018-06-21
* change Remote.repo to Remote.getRepoJoey Hess2018-06-04
* Added adb special remote which allows exporting files to Android devices.Joey Hess2018-03-27
* 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
* Support GIT_SSH and GIT_SSH_COMMANDJoey Hess2017-03-17
* Run ssh with -n whenever input is not being piped into itJoey Hess2017-02-15
* add SetupStage parameter to RemoteType.setupJoey Hess2017-02-07
* Some optimisations to string splitting code.Joey Hess2017-01-31
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* improved refactoringJoey Hess2016-05-23
* 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
* git-annex: GHC compatibilityilovezfs2016-05-23
* simplify code to make it compilable with ghc v7.11.20150407Gabor Greif2016-04-12
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* add removeKey action to RemoteJoey Hess2015-10-08
* Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built ...Joey Hess2015-08-06
* Simplify setup process for a ssh remote.Joey Hess2015-08-05
* remove Params constructor from Utility.SafeCommandJoey Hess2015-06-01
* add filename to progress bar, and display ok/failed at endJoey Hess2015-04-14
* well along the way to fully quiet --quietJoey Hess2015-04-04
* update my email address and homepage urlJoey Hess2015-01-21
* 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
* add per-remote-type infoJoey Hess2014-10-21
* 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
* run Preparer to get Remover and CheckPresent actionsJoey Hess2014-08-06
* pushed checkPresent exception handling out of Remote implementationsJoey Hess2014-08-06
* roll ChunkedEncryptable into Special and improve interfaceJoey Hess2014-08-03
* better byteRetrieverJoey Hess2014-08-03
* convert bup to new ChunkedEncryptable API (but do not support chunking)Joey Hess2014-08-02
* factor out getRemoteGitConfigJoey Hess2014-05-16
* execute remote.<name>.annex-shell on remote, if setFraser Tweedale2014-05-16
* plumb creds from webapp to initremoteJoey Hess2014-02-11
* fix failing test case on WindowsJoey Hess2014-02-03
* avoid using openFile when withFile can be usedJoey Hess2014-02-03
* add GETAVAILABILITY to external special remote protocolJoey Hess2014-01-13
* assistant: Support repairing git remotes that are locally accessibleJoey Hess2013-10-27
* add remote fsck interfaceJoey Hess2013-10-11
* factor out more ssh stuff from git remoteJoey Hess2013-09-24
* Use cryptohash rather than SHA for hashing.Joey Hess2013-09-22
* Support hot-swapping of removable drives containing gcrypt repositories.Joey Hess2013-09-12
* partially complete gcrypt remote (local send done; rest not)Joey Hess2013-09-07
* Allow public-key encryption of file content.guilhem2013-09-03
* Strip leading /~/ from bup relatively pathed bup remotesOliver Matthews2013-06-21
* expose Control.Monad.joinJoey Hess2013-04-22