index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Crypto.hs
Commit message (
Expand
)
Author
Age
*
whitespace fixes
Joey Hess
2012-12-13
*
refactor
Joey Hess
2012-11-18
*
upload progress bars for webdav!
Joey Hess
2012-11-18
*
better streaming while encrypting/decrypting
Joey Hess
2012-11-18
*
indentation foo, and a new coding style page. no code changes
Joey Hess
2012-10-28
*
add routes to pause/start/cancel transfers
Joey Hess
2012-08-08
*
avoid ByteString.Char8 where not needed
Joey Hess
2012-06-20
*
hlint
Joey Hess
2012-06-12
*
refactor
Joey Hess
2012-04-29
*
Added shared cipher mode to encryptable special remotes.
Joey Hess
2012-04-29
*
split out Utility.Gpg with the generic gpg interface, from Crypto
Joey Hess
2011-12-20
*
make gpg code more generic
Joey Hess
2011-12-20
*
factored out some useful error catching methods
Joey Hess
2011-11-10
*
clean up read/show abuse
Joey Hess
2011-11-08
*
minor syntax changes
Joey Hess
2011-10-11
*
rename
Joey Hess
2011-10-05
*
rename
Joey Hess
2011-10-04
*
factor out common imports
Joey Hess
2011-10-03
*
when all you have is a zombie, everything looks like a shotgun
Joey Hess
2011-10-02
*
code simplification thanks to applicative functors
Joey Hess
2011-08-25
*
split groups of related functions out of Utility
Joey Hess
2011-08-22
*
hlint tweaks
Joey Hess
2011-07-15
*
rename
Joey Hess
2011-07-05
*
rename modules for data types into Types/ directory
Joey Hess
2011-06-01
*
simplified a bunch of Maybe handling
Joey Hess
2011-05-15
*
factor out base64 code
Joey Hess
2011-05-01
*
S3: When encryption is enabled, the Amazon S3 login credentials are stored, e...
Joey Hess
2011-05-01
*
Revert "Use haskell Crypto library instead of haskell SHA library.a"
Joey Hess
2011-04-26
*
add test to ensure hmac remains stable
Joey Hess
2011-04-21
*
Use haskell Crypto library instead of haskell SHA library.a
Joey Hess
2011-04-21
*
bup: Avoid memory leak when transferring encrypted data.
Joey Hess
2011-04-19
*
Fix stalls in S3 when transferring encrypted data.
Joey Hess
2011-04-19
*
enable gpg batch mode when GPG_AGENT_INFO is set
Joey Hess
2011-04-19
*
initremote: show gpg keys
Joey Hess
2011-04-17
*
Don't run gpg in batch mode, so it can prompt for passphrase when there is no...
Joey Hess
2011-04-17
*
cleanup
Joey Hess
2011-04-17
*
looked up HMAC block size details
Joey Hess
2011-04-17
*
hmacSha1 wants the secret key as first parameter
Joey Hess
2011-04-17
*
use different parts of cipher for hmac and gpg
Joey Hess
2011-04-17
*
fix stall while storing encrypted data in bup
Joey Hess
2011-04-17
*
proper encrypted keys
Joey Hess
2011-04-16
*
full encryption support for directory special remotes
Joey Hess
2011-04-16
*
add cipher field to AnnexState
Joey Hess
2011-04-16
*
crypto library almost complete
Joey Hess
2011-04-16
*
encryption key management working
Joey Hess
2011-04-16
*
add
Joey Hess
2011-04-15