aboutsummaryrefslogtreecommitdiff
path: root/Backend/Hash.hs
Commit message (Expand)AuthorAge
* Improve SHA*E extension extraction codeGravatar Joey Hess2018-03-05
* fold Build/SysConfig.hs into BuildInfo via includeGravatar Joey Hess2017-12-14
* more lambda-case conversionGravatar Joey Hess2017-12-05
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* Removed support for building with the old cryptohash library.Gravatar Joey Hess2017-02-24
* add KeyVariety typeGravatar Joey Hess2017-02-24
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Improve SHA*E extension extraction code.Gravatar Joey Hess2016-05-27
* rename functionGravatar Joey Hess2016-05-27
* Support --metadata field<number, --metadata field>number etc to match ranges ...Gravatar Joey Hess2016-02-27
* better forcing of hashGravatar Joey Hess2016-02-26
* try again at forcing file read while hashingGravatar Joey Hess2016-02-26
* test revert "force hash to finish with file before returning"Gravatar Joey Hess2016-02-26
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* force hash to finish with file before returningGravatar Joey Hess2016-01-06
* generalize catchHardwareFault to catchIOErrorTypeGravatar Joey Hess2015-12-06
* use action, not sideActionGravatar Joey Hess2015-10-11
* rename fsckKey to verifyKeyContentGravatar Joey Hess2015-10-01
* Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built ...Gravatar Joey Hess2015-08-06
* fsck: When checksumming a file fails due to a hardware fault, the file is now...Gravatar Joey Hess2015-05-27
* refactorGravatar Joey Hess2015-05-27
* if external hash command fails for any reason, fall back to internal hashingGravatar Joey Hess2015-05-27
* Added MD5 and MD5E backends.Gravatar Joey Hess2015-02-04
* Remove support for building without cryptohash.Gravatar Joey Hess2015-02-04
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* Avoid re-checksumming when migrating from hash to hashE backend. Closes: #774494Gravatar Joey Hess2015-01-04
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* testremote: New command to test uploads/downloads to a remote.Gravatar Joey Hess2014-08-01
* add key stability checking interfaceGravatar Joey Hess2014-07-27
* migrate: Avoid re-checksumming when migrating from hashE to hash backend.Gravatar Joey Hess2014-07-10
* bring back the (checksum) when fsckingGravatar Joey Hess2014-02-20
* import: Add --skip-duplicates option.Gravatar Joey Hess2013-12-04
* allow building w/o cryptohashGravatar Joey Hess2013-10-03
* better nameGravatar Joey Hess2013-10-01
* ensure that hash representations don't change in futureGravatar Joey Hess2013-10-01
* Added SKEIN256 and SKEIN512 backendsGravatar Joey Hess2013-10-01