aboutsummaryrefslogtreecommitdiff
path: root/Remote/Helper/Encryptable.hs
Commit message (Expand)AuthorAge
* implement exporttree=yes configurationGravatar Joey Hess2017-09-04
* adeiu, MissingHGravatar Joey Hess2017-05-16
* correct spelling mistakesGravatar Edward Betts2017-02-12
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* plumb RemoteGitConfig through to encryptCipherGravatar Joey Hess2016-05-23
* plumb RemoteGitConfig through to decryptCipherGravatar Joey Hess2016-05-23
* Change git annex info remote encryption description to use wording closer to ...Gravatar Joey Hess2016-05-11
* 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
* support gpg.programGravatar Joey Hess2015-09-09
* remaining dataenc to sandi conversionsGravatar Joey Hess2015-05-07
* metadata: Fix encoding problem that led to mojibake when storing metadata str...Gravatar Joey Hess2015-03-04
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Don't show "(gpg)" when decrypting the remote encryption cipher, since this c...Gravatar Joey Hess2014-12-02
* show in info whether a remote uses hybrid encryption or notGravatar Joey Hess2014-10-22
* add per-remote-type infoGravatar Joey Hess2014-10-21
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* deal with old repositories with non-encrypted credsGravatar Joey Hess2014-09-18
* glacier, S3: Fix bug that caused embedded creds to not be encypted using the ...Gravatar Joey Hess2014-09-18
* Revert "S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when ...Gravatar Joey Hess2014-09-18
* S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repo...Gravatar Joey Hess2014-08-12
* convert WebDAV to new special remote interface, adding new-style chunking sup...Gravatar Joey Hess2014-08-06
* pushed checkPresent exception handling out of Remote implementationsGravatar Joey Hess2014-08-06
* comment typoGravatar Joey Hess2014-07-27
* Support for remotes that are chunkable and encryptable.Gravatar Joey Hess2014-07-26
* reorgGravatar Joey Hess2014-07-26
* Fix cost calculation for non-encrypted remotes.Gravatar Joey Hess2014-07-25
* rename constructor for clariyGravatar Joey Hess2013-09-05
* Leverage an ambiguities between CiphersGravatar guilhem2013-09-05
* tabsGravatar Joey Hess2013-09-04
* unimportant tweakGravatar Joey Hess2013-09-04
* replace an over-explained Bool with a data typeGravatar Joey Hess2013-09-04
* Encryption defaults to 'hybrid'Gravatar guilhem2013-09-04
* Allow public-key encryption of file content.Gravatar guilhem2013-09-03
* Allow revocation of OpenPGP keys.Gravatar guilhem2013-08-29
* print encryption setup message before actionGravatar Joey Hess2013-05-18
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* connect existing meters to the transfer log for downloadsGravatar Joey Hess2013-04-11
* changelog & minor style fixesGravatar Joey Hess2013-04-06
* Generate ciphers with a better entropy.Gravatar guilhem2013-04-06
* Allow other MAC algorithms in the Remote Config.Gravatar guilhem2013-03-29
* webapp: Progess bar fixes for many types of special remotes.Gravatar Joey Hess2013-03-28
* split cost out into its own moduleGravatar Joey Hess2013-03-13
* avoid unnecessary MaybeGravatar Joey Hess2012-11-30
* Allow controlling whether login credentials for S3 and webdav are committed t...Gravatar Joey Hess2012-11-19
* better streaming while encrypting/decryptingGravatar Joey Hess2012-11-18
* where indentingGravatar Joey Hess2012-11-11
* store S3 creds in a 600 mode file inside the local git repoGravatar Joey Hess2012-09-26
* unify typesGravatar Joey Hess2012-09-21