summaryrefslogtreecommitdiff
path: root/Key.hs
Commit message (Expand)AuthorAge
* convert Key to ShortByteStringJoey Hess2021-10-05
* simplify and speed up Utility.FileSystemEncodingJoey Hess2021-08-11
* use GIT keys for export of non-annexed filesJoey Hess2021-03-05
* add newtypes for QuickCheck to avoid LANG=C issuesJoey Hess2020-11-09
* encoding a git sha as a git-annex keyJoey Hess2020-06-23
* Merge branch 'master' into v8Joey Hess2020-02-19
|\
| * fix Arbitrary AssociatedFile to not crash when LANG=CJoey Hess2020-02-02
* | Merge branch 'master' into v8Joey Hess2020-01-01
|\|
| * different way to avoid NUL in Arbitrary AssociatedFileJoey Hess2019-12-30
* | merging sqlite and bs branchesJoey Hess2019-12-06
|\|
| * fix Arbitrary AssociatedFileJoey Hess2019-12-06
| * wip RawFilePath 2x git-annex find speedupJoey Hess2019-11-26
| * cache the serialization of a KeyJoey Hess2019-11-22
* | improve data types for sqliteJoey Hess2019-10-29
|/
* update licenses from GPL to AGPLJoey Hess2019-03-13
* Revert "cache the serialization of a Key"Joey Hess2019-01-16
* fix validKeyName to account unicode againJoey Hess2019-01-14
* convert serializeKey' to strict ByteStringJoey Hess2019-01-14
* cache the serialization of a KeyJoey Hess2019-01-14
* rest of the deserializeKey renameingJoey Hess2019-01-14
* rename key2file and file2keyJoey Hess2019-01-14
* slight optimisation moreJoey Hess2019-01-11
* convert key2file and file2key to use builder and attoparsecJoey Hess2019-01-11
* Fix mangling of --json output of utf-8 characters when not running in a utf-8...Joey Hess2018-04-16
* Fix build with QuickCheck 2.10.Joey Hess2017-06-17
* AssociatedFile newtypeJoey Hess2017-03-10
* SHA1 collisions in key names was more exploitable than I thoughtJoey Hess2017-02-24
* add KeyVariety typeJoey Hess2017-02-24
* factor non-type stuff out of KeyJoey Hess2017-02-24
* rename modules for data types into Types/ directoryJoey Hess2011-06-01
* move quickcheck Arbitrary declaration into test suiteJoey Hess2011-04-25
* rename fileJoey Hess2011-03-15
* improve key filenamesJoey Hess2011-03-15
* first pass at using new keysJoey Hess2011-03-15
* redo using record syntaxJoey Hess2011-03-15
* cleanupJoey Hess2011-03-15
* a new Key data type with metadataJoey Hess2011-03-15