aboutsummaryrefslogtreecommitdiff
path: root/Backend
Commit message (Expand)AuthorAge
* 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
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* configure: Better checking that sha commands output in the desired format.Gravatar Joey Hess2013-05-08
* SHA: Add a runtime sanity check that sha commands output something that appea...Gravatar Joey Hess2013-05-07
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* SHA*E backends: Exclude non-alphanumeric characters from extensions.Gravatar Joey Hess2012-12-20
* handle sha*sum's leading \ in checksum with certian unsual filenamesGravatar Joey Hess2012-12-20
* where indentingGravatar Joey Hess2012-11-11
* Avoid crashing on encoding errors in filenames when writing transfer info fil...Gravatar Joey Hess2012-09-16
* SHA256E is new default backendGravatar Joey Hess2012-09-12
* Bugfix: Fix fsck in SHA*E backends, when the key contains composite extension...Gravatar Joey Hess2012-08-24
* better readProcessGravatar Joey Hess2012-07-19
* add back debug loggingGravatar Joey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* fix leading period before two-element extensionsGravatar Joey Hess2012-07-06
* SHAnE backends are now smarter about composite extensions, such as .tar.gz Cl...Gravatar Joey Hess2012-07-05
* Use SHA library for files less than 50 kb in size, at which point it's faster...Gravatar Joey Hess2012-07-04
* When shaNsum commands cannot be found, use the Haskell SHA library (already a...Gravatar Joey Hess2012-07-04
* 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
* Require that the SHA256 backend can be used when building, since it's the def...Gravatar Joey Hess2012-05-31
* handle really long urlsGravatar Joey Hess2012-02-16
* addurl --fast: Verifies that the url can be downloaded (only getting its head...Gravatar Joey Hess2012-02-10
* fsck --fromGravatar Joey Hess2012-01-19
* convert fsckKey to a MaybeGravatar Joey Hess2012-01-19
* type alias cleanupGravatar Joey Hess2011-12-31