summaryrefslogtreecommitdiff
path: root/Key.hs
Commit message (Collapse)AuthorAge
* move quickcheck Arbitrary declaration into test suiteGravatar Joey Hess2011-04-25
| | | | So git-annex can build w/o quickcheck installed.
* rename fileGravatar Joey Hess2011-03-15
|
* improve key filenamesGravatar Joey Hess2011-03-15
|
* first pass at using new keysGravatar Joey Hess2011-03-15
| | | | | | | It compiles. It sorta works. Several subcommands are FIXME marked and broken, because things that used to accept separate --backend and --key params need to be changed to accept just a --key that encodes all the key info, now that there is metadata in keys.
* redo using record syntaxGravatar Joey Hess2011-03-15
|
* cleanupGravatar Joey Hess2011-03-15
|
* a new Key data type with metadataGravatar Joey Hess2011-03-15