aboutsummaryrefslogtreecommitdiff
path: root/Backend/WORM.hs
Commit message (Expand)AuthorAge
* migrate: WORM keys containing spaces will be migrated to not contain spaces a...Gravatar Joey Hess2017-08-17
* add KeyVariety typeGravatar Joey Hess2017-02-24
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* rename fsckKey to verifyKeyContentGravatar Joey Hess2015-10-01
* 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
* 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
* 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
* Better sanitization of problem characters when generating URL and WORM keys.Gravatar Joey Hess2013-10-05
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* handle sha*sum's leading \ in checksum with certian unsual filenamesGravatar Joey Hess2012-12-20
* maintain set of files pendingAddGravatar Joey Hess2012-06-20
* separate source of content from the filename associated with the key when gen...Gravatar Joey Hess2012-06-05
* convert fsckKey to a MaybeGravatar Joey Hess2012-01-19
* type alias cleanupGravatar Joey Hess2011-12-31
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* hlint tweaksGravatar Joey Hess2011-07-15
* remove unused backend machineryGravatar Joey Hess2011-07-05
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* check key size when available, no matter the backendGravatar Joey Hess2011-03-23
* rename fileGravatar Joey Hess2011-03-15
* first pass at using new keysGravatar Joey Hess2011-03-15
* Rethink filename encoding handling for display. Since filename encoding may o...0.23Gravatar Joey Hess2011-03-12
* only enable SHA backends that configure finds support forGravatar Joey Hess2011-03-02
* update unicode FilePath handlingGravatar Joey Hess2011-02-11
* Fix display of unicode filenames.Gravatar Joey Hess2011-02-10
* better directory handlingGravatar Joey Hess2011-01-27
* rename TypeInternals to BackendTypesGravatar Joey Hess2011-01-26
* successfully split Annex and AnnexState out of TypeInternalsGravatar Joey Hess2011-01-25
* parameterize Backend typeGravatar Joey Hess2011-01-25
* got rid of Core moduleGravatar Joey Hess2011-01-16
* finished hlintingGravatar Joey Hess2010-11-22
* fsck: Print warnings to stderr; --quiet can now be used to only see problems.Gravatar Joey Hess2010-11-15
* fsck bugfixesGravatar Joey Hess2010-11-13
* fsck improvementsGravatar Joey Hess2010-11-13
* fsck improvementsGravatar Joey Hess2010-11-13
* more Wall cleaningGravatar Joey Hess2010-10-31
* copyright statements0.02Gravatar Joey Hess2010-10-27
* gratuitous renameGravatar Joey Hess2010-10-18
* remove checksum from WORMGravatar Joey Hess2010-10-17
* add visible size and time to worm keysGravatar Joey Hess2010-10-17
* tweaksGravatar Joey Hess2010-10-16