index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Utility
/
Gpg.hs
Commit message (
Expand
)
Author
Age
*
support gpg.program
Joey Hess
2015-09-09
*
two more breakages introduced when removing the Params constructor
Joey Hess
2015-06-03
*
remove Params constructor from Utility.SafeCommand
Joey Hess
2015-06-01
*
rejigger imports for clean build with ghc 7.10's AMP changes
Joey Hess
2015-05-10
*
WIP on making --quiet silence progress, and infra for concurrent progress bars
Joey Hess
2015-04-03
*
rename bothHandles -> ioHandles
Joey Hess
2015-04-03
*
update my email address and homepage url
Joey Hess
2015-01-21
*
Fix build with process 1.2.1.0.
Joey Hess
2015-01-04
*
Use haskell setenv library to clean up several ugly workarounds for inability...
Joey Hess
2014-10-15
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
*
Windows: Avoid crashing trying to list gpg secret keys, for gcrypt which is n...
Joey Hess
2014-09-16
*
fix windows build
Joey Hess
2014-08-10
*
unify exception handling into Utility.Exception
Joey Hess
2014-08-07
*
lift types from IO to Annex
Joey Hess
2014-07-29
*
hlint
Joey Hess
2014-04-26
*
work around a strance change in gpg behavior; needs a trustdb to exist even w...
Joey Hess
2014-01-07
*
remove *>=> and >=*> ; use <$$> instead
Joey Hess
2013-09-27
*
webapp gpg key generation
Joey Hess
2013-09-17
*
gpg secret key generation
Joey Hess
2013-09-16
*
gpg secret keys list parsing
Joey Hess
2013-09-16
*
fix comment
Joey Hess
2013-09-07
*
gpg: Force --no-textmode in case the user has it turned on in config.
Joey Hess
2013-09-07
*
fix windows build
Joey Hess
2013-09-06
*
Leverage an ambiguities between Ciphers
guilhem
2013-09-05
*
keep Utility.Gpg free of dependencies on git-annex
Joey Hess
2013-09-04
*
Allow public-key encryption of file content.
guilhem
2013-09-03
*
Allow revocation of OpenPGP keys.
guilhem
2013-08-29
*
avoid more build warnings on Windows
Joey Hess
2013-08-04
*
Windows: Added support for encrypted special remotes.
Joey Hess
2013-08-04
*
get rid of __WINDOWS__, use mingw32_HOST_OS
Joey Hess
2013-08-02
*
Allow building with gpg2.
Joey Hess
2013-05-19
*
fix the day's Windows permissions damage
Joey Hess
2013-05-14
*
better error message for Windows stub
Joey Hess
2013-05-14
*
fix build
Joey Hess
2013-05-12
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
clean up from windows porting
Joey Hess
2013-05-11
*
fixup #if 0 stubs to use #ifndef mingw32_HOST_OS
Joey Hess
2013-05-10
*
stub out POSIX stuff
Joey Hess
2013-05-10
*
Generate ciphers with a better entropy.
guilhem
2013-04-06
*
check that gpg generated as much data as we asked for
Joey Hess
2013-03-03
*
improve comments and variable names WRT base64 encoded encryption keys
Joey Hess
2013-03-03
*
Deal with incompatability in gpg2, which caused prompts for encryption passph...
Joey Hess
2013-01-16
*
whitespace fixes
Joey Hess
2012-12-13
*
finished where indentation changes
Joey Hess
2012-12-13
*
better streaming while encrypting/decrypting
Joey Hess
2012-11-18
*
avoid partial !! in gpg list-keys parser
Joey Hess
2012-10-16
*
fix gpg pipeline stall
Joey Hess
2012-09-09
*
Merge branch 'master' into assistant
Joey Hess
2012-08-17
|
\
|
*
Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt.
Joey Hess
2012-08-17
*
|
add back debug logging
Joey Hess
2012-07-19
[next]