summaryrefslogtreecommitdiff
path: root/Crypto.hs
Commit message (Expand)AuthorAge
* update my email address and homepage urlJoey Hess2015-01-21
* unify exception handling into Utility.ExceptionJoey Hess2014-08-07
* finish making rsync support chunkingJoey Hess2014-08-03
* lift types from IO to AnnexJoey Hess2014-07-29
* Support for remotes that are chunkable and encryptable.Joey Hess2014-07-26
* add chunk metadata to KeyJoey Hess2014-07-24
* Fix initremote with encryption=pubkey to work with S3, glacier, webdav, and e...Joey Hess2014-02-06
* remove *>=> and >=*> ; use <$$> insteadJoey Hess2013-09-27
* rename constructor for clariyJoey Hess2013-09-05
* Leverage an ambiguities between Ciphersguilhem2013-09-05
* keep Utility.Gpg free of dependencies on git-annexJoey Hess2013-09-04
* redundant commentJoey Hess2013-09-04
* replace an over-explained Bool with a data typeJoey Hess2013-09-04
* wordingJoey Hess2013-09-04
* fix build (seems getGpgEncOpts got renamed to getGpgEncParams)Joey Hess2013-09-04
* Allow public-key encryption of file content.guilhem2013-09-03
* Allow revocation of OpenPGP keys.guilhem2013-08-29
* Generate ciphers with a better entropy.guilhem2013-04-06
* hlintJoey Hess2013-04-03
* minor wording fixesJoey Hess2013-03-29
* Allow other MAC algorithms in the Remote Config.guilhem2013-03-29
* linelengthJoey Hess2013-03-12
* GnuPG options for symmetric encryption.guilhem2013-03-11
* improve comments and variable names WRT base64 encoded encryption keysJoey Hess2013-03-03
* whitespace fixesJoey Hess2012-12-13
* refactorJoey Hess2012-11-18
* upload progress bars for webdav!Joey Hess2012-11-18
* better streaming while encrypting/decryptingJoey Hess2012-11-18
* indentation foo, and a new coding style page. no code changesJoey Hess2012-10-28
* add routes to pause/start/cancel transfersJoey Hess2012-08-08
* avoid ByteString.Char8 where not neededJoey Hess2012-06-20
* hlintJoey Hess2012-06-12
* refactorJoey Hess2012-04-29
* Added shared cipher mode to encryptable special remotes.Joey Hess2012-04-29
* split out Utility.Gpg with the generic gpg interface, from CryptoJoey Hess2011-12-20
* make gpg code more genericJoey Hess2011-12-20
* factored out some useful error catching methodsJoey Hess2011-11-10
* clean up read/show abuseJoey Hess2011-11-08
* minor syntax changesJoey Hess2011-10-11
* renameJoey Hess2011-10-05
* renameJoey Hess2011-10-04
* factor out common importsJoey Hess2011-10-03
* when all you have is a zombie, everything looks like a shotgunJoey Hess2011-10-02
* code simplification thanks to applicative functorsJoey Hess2011-08-25
* split groups of related functions out of UtilityJoey Hess2011-08-22
* hlint tweaksJoey Hess2011-07-15
* renameJoey Hess2011-07-05
* rename modules for data types into Types/ directoryJoey Hess2011-06-01
* simplified a bunch of Maybe handlingJoey Hess2011-05-15
* factor out base64 codeJoey Hess2011-05-01