aboutsummaryrefslogtreecommitdiff
path: root/Backend
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
* migrate: WORM keys containing spaces will be migrated to not contain spaces a...Gravatar Joey Hess2017-08-17
* stop using MissingH for MD5Gravatar Joey Hess2017-05-15
* 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
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* 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
* fromkey, registerurl: Allow urls to be specified instead of keys, and generat...Gravatar Joey Hess2015-05-22
* 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
* Generate shorter keys for WORM and URL, avoiding keys that are longer than us...Gravatar Joey Hess2015-01-06
* 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
* WORM backend: Switched to include the relative path to the file inside the re...Gravatar Joey Hess2014-09-11
* WORM backend: When adding a file in a subdirectory, avoid including the subdi...Gravatar Joey Hess2014-08-12
* testremote: New command to test uploads/downloads to a remote.Gravatar Joey Hess2014-08-01
* add key stability checking interfaceGravatar Joey Hess2014-07-27
* add chunk metadata to KeyGravatar Joey Hess2014-07-24
* 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
* Better sanitization of problem characters when generating URL and WORM keys.Gravatar Joey Hess2013-10-05
* 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
* hlintGravatar Joey Hess2013-09-25
* Use cryptohash rather than SHA for hashing.Gravatar Joey Hess2013-09-22
* Fix a few bugs involving filenames that are at or near the filesystem's maxim...Gravatar Joey Hess2013-07-30
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11