summaryrefslogtreecommitdiff
path: root/Types/Key.hs
Commit message (Expand)AuthorAge
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* improve layoutGravatar Joey Hess2017-03-01
* Fix reversion in yesterday's release that made SHA1E and MD5E backends not work.Gravatar Joey Hess2017-03-01
* add cryptographicallySecureGravatar Joey Hess2017-02-27
* add KeyVariety typeGravatar Joey Hess2017-02-24
* factor non-type stuff out of KeyGravatar Joey Hess2017-02-24
* make file2key reject E* backend keys with a long extensionGravatar Joey Hess2017-02-24
* Tighten key parser to not accept keys containing a non-numeric fields, which ...Gravatar Joey Hess2017-02-24
* implementation of peer-to-peer protocolGravatar Joey Hess2016-11-17
* improved use of Aeson for JSONActionItemGravatar Joey Hess2016-07-26
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* fix use of hifalutin terminologyGravatar Joey Hess2015-11-16
* use bloom filter in second pass of sync --all --contentGravatar Joey Hess2015-06-16
* instance Hashable Key for bloomfilterGravatar Joey Hess2015-06-16
* fromkey, registerurl: Improve handling of urls that happen to also be parsabl...Gravatar Joey Hess2015-05-30
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* S3: support chunkingGravatar Joey Hess2014-08-02
* resume interrupted chunked downloadsGravatar Joey Hess2014-07-27
* use same hash directories for chunked key as are used for its parentGravatar Joey Hess2014-07-25
* add chunk metadata to KeyGravatar Joey Hess2014-07-24
* thought of another way to break prop_idempotent_key_decodeGravatar Joey Hess2014-03-05
* quickcheck says: "a-s--a" is not a legal key filenameGravatar Joey Hess2014-03-05
* file2key should return Nothing if the backend is emptyGravatar Joey Hess2013-11-11
* tighten file2key to not produce invalid keys with no keyNameGravatar Joey Hess2013-10-16
* add - and _Gravatar Joey Hess2013-09-11
* Fix problem with test suite in non-unicode locale.Gravatar Joey Hess2013-09-11
* layoutGravatar Joey Hess2013-07-04
* moved AssociatedFile definitionGravatar Joey Hess2013-07-04
* improve importsGravatar Joey Hess2013-02-27
* move Arbitrary instances out of Test and into modules that define the typesGravatar Joey Hess2013-02-27
* where indentingGravatar Joey Hess2012-11-11
* git-annex-shell transferinfo commandGravatar Joey Hess2012-09-21
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* rename readMaybe to readishGravatar Joey Hess2012-01-23
* factor out common importsGravatar Joey Hess2011-10-03
* hlint tweaksGravatar Joey Hess2011-07-15
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01