summaryrefslogtreecommitdiff
path: root/Backend
Commit message (Collapse)AuthorAge
* tweak messageGravatar Joey Hess2011-01-05
|
* git-annex-shell now exclusively used for all remote accessGravatar Joey Hess2010-12-31
|
* support trusted repositories that are not configured as remotesGravatar Joey Hess2010-12-29
|
* improve list of remotes in error messageGravatar Joey Hess2010-12-29
|
* Fix bug in numcopies handling when a repoisitory has multiple remotes that ↵Gravatar Joey Hess2010-12-29
| | | | point to the same repository.
* refactorGravatar Joey Hess2010-12-29
|
* tweakGravatar Joey Hess2010-12-28
|
* Add trust and untrust subcommands, to allow configuring remotes that are ↵Gravatar Joey Hess2010-12-28
| | | | trusted to retain files without explicit checking.
* better messageGravatar Joey Hess2010-12-24
|
* remove note that looked ugly with resume messageGravatar Joey Hess2010-12-02
|
* include key in messageGravatar Joey Hess2010-11-28
|
* fsck: Fix warning about not enough copies of a file, when locations are ↵Gravatar Joey Hess2010-11-28
| | | | known, but are not available in currently configured remotes.
* In .gitattributes, the git-annex-numcopies attribute can be used to control ↵Gravatar Joey Hess2010-11-28
| | | | the number of copies to retain of different types of files.
* 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
| | | | | | | | | * fsck: Check if annex.numcopies is satisfied. * fsck: Verify the sha1 of files when the SHA1 backend is used. * fsck: Verify the size of files when the WORM backend is used. * fsck: Allow specifying individual files to fsk if fscking everything is not desired. * fsck: Fix bug, introduced in 0.04, in detection of unused data.
* refactoring, no code changes reallyGravatar Joey Hess2010-11-08
|
* tweakGravatar Joey Hess2010-11-02
|
* updatGravatar Joey Hess2010-11-01
|
* more Wall cleaningGravatar Joey Hess2010-10-31
|
* avoid unnessary newlines before progress in quiet modeGravatar Joey Hess2010-10-29
|
* convert safeSystem to boolSystemGravatar Joey Hess2010-10-29
| | | | to fix ctrl-c handling
* got rid of almost all 'return ()'Gravatar Joey Hess2010-10-28
|
* copyright statements0.02Gravatar Joey Hess2010-10-27
|
* some work on the sha1 backend; still incompleteGravatar Joey Hess2010-10-27
|
* short-circuit as soon as enough remotes are verified to have a fileGravatar Joey Hess2010-10-25
|
* handle better the case of a disconnected drive remoteGravatar Joey Hess2010-10-25
|
* reorgGravatar Joey Hess2010-10-23
|
* reorg remote key presense checking codeGravatar Joey Hess2010-10-23
| | | | | | Also, it now checks if a key is inAnnex, ie, cached in .git/annex, not if it is present in a remote. For the File Backend, these are equivilant, not so for other backends.
* fix perl refugee codeGravatar Joey Hess2010-10-22
|
* reorgGravatar Joey Hess2010-10-22
|
* support checking network remotes when droppingGravatar Joey Hess2010-10-22
|
* avoid reading configs for URL remotes every timeGravatar Joey Hess2010-10-22
|
* support using scp for ssh remotesGravatar Joey Hess2010-10-22
|
* new fromkey subcommand, for registering urls, etc0.01Gravatar Joey Hess2010-10-21
| | | | had to redo Annex monad's flag storage
* probably won't use SHA moduleGravatar Joey Hess2010-10-19
|
* improved messages when a file is not available in remotesGravatar Joey Hess2010-10-19
|
* better drop error messagesGravatar Joey Hess2010-10-19
|
* use boolSystemGravatar Joey Hess2010-10-19
|
* use safesystemGravatar Joey Hess2010-10-19
|
* gratuitous renameGravatar Joey Hess2010-10-18
|
* commit logs at end; fasterGravatar Joey Hess2010-10-17
|
* cleanup outputGravatar Joey Hess2010-10-17
|
* command output cleanupGravatar Joey Hess2010-10-17
|
* move supportedBackends list into annex monadGravatar Joey Hess2010-10-17
| | | | | | | This was necessary so the File backend could import Backend w/o a cycle. Moved code that checks whether enough backends have a file into File backend.
* remove checksum from WORMGravatar Joey Hess2010-10-17
| | | | with size and mtime in the key, it's redundant
* add visible size and time to worm keysGravatar Joey Hess2010-10-17
|
* tweaksGravatar Joey Hess2010-10-16
|