aboutsummaryrefslogtreecommitdiff
path: root/Utility/Gpg.hs
Commit message (Expand)AuthorAge
* windows build fixGravatar Joey Hess2018-01-05
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* Revert "git-annex.cabal: Add back custom-setup stanza, so cabal new-build wor...Gravatar Joey Hess2017-12-31
* git-annex.cabal: Add back custom-setup stanza, so cabal new-build works.Gravatar Joey Hess2017-12-31
* fold Build/SysConfig.hs into BuildInfo via includeGravatar Joey Hess2017-12-14
* fix gpg subkey support typoGravatar Joey Hess2017-12-05
* still can't express custom-setup depsGravatar Joey Hess2017-11-14
* split out setEnv to avoid adding depGravatar Joey Hess2017-11-14
* fix failing quickcheck propertiesGravatar Joey Hess2017-06-17
* tighten forced subkey matchingGravatar Joey Hess2017-05-24
* initremote, enableremote: Support gpg subkeys suffixed with an exclamation ma...Gravatar Joey Hess2017-05-24
* adeiu, MissingHGravatar Joey Hess2017-05-16
* relicense Utility/GPG.hs BSD as the rest of Utility isGravatar Joey Hess2017-03-10
* 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
* test: Deal with gpg-agent behavior change that broke the test suite.Gravatar Joey Hess2016-10-18
* Improve gpg secret key list parser to deal with changes in gpg 2.1.15. Fixes ...Gravatar Joey Hess2016-09-14
* support gpg.programGravatar Joey Hess2015-09-09
* two more breakages introduced when removing the Params constructorGravatar Joey Hess2015-06-03
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
* WIP on making --quiet silence progress, and infra for concurrent progress barsGravatar Joey Hess2015-04-03
* rename bothHandles -> ioHandlesGravatar Joey Hess2015-04-03
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Fix build with process 1.2.1.0.Gravatar Joey Hess2015-01-04
* Use haskell setenv library to clean up several ugly workarounds for inability...Gravatar Joey Hess2014-10-15
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Windows: Avoid crashing trying to list gpg secret keys, for gcrypt which is n...Gravatar Joey Hess2014-09-16
* fix windows buildGravatar Joey Hess2014-08-10
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* lift types from IO to AnnexGravatar Joey Hess2014-07-29
* hlintGravatar Joey Hess2014-04-26
* work around a strance change in gpg behavior; needs a trustdb to exist even w...Gravatar Joey Hess2014-01-07
* remove *>=> and >=*> ; use <$$> insteadGravatar Joey Hess2013-09-27
* webapp gpg key generationGravatar Joey Hess2013-09-17
* gpg secret key generationGravatar Joey Hess2013-09-16
* gpg secret keys list parsingGravatar Joey Hess2013-09-16
* fix commentGravatar Joey Hess2013-09-07
* gpg: Force --no-textmode in case the user has it turned on in config.Gravatar Joey Hess2013-09-07
* fix windows buildGravatar Joey Hess2013-09-06
* Leverage an ambiguities between CiphersGravatar guilhem2013-09-05
* keep Utility.Gpg free of dependencies on git-annexGravatar Joey Hess2013-09-04
* Allow public-key encryption of file content.Gravatar guilhem2013-09-03
* Allow revocation of OpenPGP keys.Gravatar guilhem2013-08-29
* avoid more build warnings on WindowsGravatar Joey Hess2013-08-04
* Windows: Added support for encrypted special remotes.Gravatar Joey Hess2013-08-04
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* Allow building with gpg2.Gravatar Joey Hess2013-05-19
* fix the day's Windows permissions damageGravatar Joey Hess2013-05-14
* better error message for Windows stubGravatar Joey Hess2013-05-14