git-annex/Database
Joey Hess d3ab5e626b
rename key2file and file2key
What these generate is not really suitable to be used as a filename,
which is why keyFile and fileKey further escape it. These are just
serializing Keys.

Also removed a quickcheck test that was very unlikely to test anything
useful, since it relied on random chance creating something that looks
like a serialized key. The other test is sufficient for testing what
that was intended to test anyway.
2019-01-14 13:03:35 -04:00
..
Keys Fixed a not equal condition in addAssociatedFile. 2018-11-06 22:50:00 +00:00
Export.hs Merge branch 'remove-esqueleto' 2018-11-20 11:50:04 -04:00
Fsck.hs Removed Esqueleto as a dependency. 2018-11-06 22:18:55 +00:00
Handle.hs remove unused BangPatterns 2018-11-09 13:09:26 -04:00
Init.hs Fix build with persistent-sqlite older than 2.6.3. 2018-11-09 13:09:02 -04:00
Keys.hs avoid closeDb opening the db if it's not already open 2018-10-30 22:19:05 -04:00
Queue.hs fix consistency bug reading from export database 2017-09-06 17:19:07 -04:00
Types.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00