Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-04 | add type sigs | Joe Crayne | |
2019-07-04 | fixup! minor refactor | Andrew Cady | |
2019-07-04 | use a type | Andrew Cady | |
2019-07-04 | more minor refactors | Andrew Cady | |
2019-07-04 | Make ready for ascii-armor support. | Joe Crayne | |
2019-07-03 | fix errant whitespace | Andrew Cady | |
2019-07-03 | remove unused functions | Andrew Cady | |
2019-07-03 | add type sigs | Andrew Cady | |
2019-07-03 | minor refactor | Andrew Cady | |
2019-07-03 | Remove noisy debug print. | Joe Crayne | |
2019-07-03 | Todo stub and help for new command "spawn". | Joe Crayne | |
2019-07-02 | improve clarity in kiki.hs | Andrew Cady | |
no behavioral changes | |||
2019-07-02 | Find agent-socket in new location. | Joe Crayne | |
2019-07-02 | Read packet file with larger chunk size. | Joe Crayne | |
2019-07-02 | Decode packets individually. | Joe Crayne | |
2019-07-02 | Make KeyKey a proper type. | Joe Crayne | |
2019-07-02 | Changed KeyKey to avoid serializing bignums. | Joe Crayne | |
2019-07-01 | New debugging option: --trace-verify | Joe Crayne | |
2019-07-01 | add type signatures | Andrew Cady | |
2019-07-01 | remove reundant imports | Andrew Cady | |
2019-07-01 | remove redundant imports | Andrew Cady | |
2019-07-01 | Removed big ugly signatures comment. | Joe Crayne | |
2019-07-01 | Generated signatures for kiki.hs. | Joe Crayne | |
2019-07-01 | update to stackage lts-13.26 | Andrew Cady | |
2019-07-01 | Avoid redundant names call. | Joe Crayne | |
2019-07-01 | Refactor function 'refreshCache' | Andrew Cady | |
Just moving some local definitions up to the top level. Nothing should be changed. | |||
2019-07-01 | get rid of some warnings | Andrew Cady | |
really cleans up the codebase too | |||
2019-07-01 | refactor without semantic effect | Andrew Cady | |
2019-07-01 | disable some compile warnings | Andrew Cady | |
2019-07-01 | stack.yaml: fix intero | Andrew Cady | |
2019-07-01 | enable build warnings | Andrew Cady | |
2019-07-01 | remove unused function | Andrew Cady | |
2019-07-01 | correct typo | Andrew Cady | |
2019-07-01 | alter strongswan configured hostname | Andrew Cady | |
2019-07-01 | change name of symlink target in /var/cache/kiki/ | Andrew Cady | |
2019-07-01 | use cryptonomic.net git urls | Andrew Cady | |
2019-07-01 | bump stackage to lts-9.1 | Andrew Cady | |
2019-07-01 | More merging of 0bc53f99cfd70f3a18802604d7ef3174d004db4c. | Joe Crayne | |
2019-07-01 | Attempted to merge 0bc53f99cfd70f3a18802604d7ef3174d004db4c. | Joe Crayne | |
I left lib/Kiki.hs out for later. | |||
2019-06-30 | move functions around between files. nothing should be different | Andrew Cady | |
merge-note: I'm having trouble with the merge, so I'm leaving a lot of functions duplicated in lib/Keyring.hs that were originally moved-out to lib/KeyRing/BuildKeyDB.hs in this commit. I'll clean-up later. Hopefully. | |||
2019-06-30 | whitespace/documentation fixes | Andrew Cady | |
2019-06-30 | Removed old todo comment. | Joe Crayne | |
2019-06-30 | Export IsUTC from TimeUtil. | Joe Crayne | |
2016-09-05 | i386 haddock doesn't like my unicode. | joe | |
amd64 liked it fine. Go figure. | |||
2016-09-05 | Oops, confused haddock. | joe | |
2016-09-05 | Made cryptonite build the default. | joe | |
2016-09-02 | Kiki now launches gpg-agent if neccessary. | joe | |
2016-09-02 | Use randomized salt for default cipher. | joe | |
2016-09-01 | Cleanup output some. | joe | |
2016-09-01 | Password handling overhaul: | joe | |
* More agressively search gpg-agent cache. * Allow key-specific passphrase fds. |