summaryrefslogtreecommitdiff
path: root/Backend
Commit message (Collapse)AuthorAge
* 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
|
* git annex describeGravatar Joey Hess2010-10-16
|
* rename backends moreGravatar Joey Hess2010-10-15
|
* lift to IOGravatar Joey Hess2010-10-15
|
* better worm keysGravatar Joey Hess2010-10-15
|
* use basename as keyGravatar Joey Hess2010-10-15
|
* rename file -> WORMGravatar Joey Hess2010-10-15
|
* bugfixGravatar Joey Hess2010-10-14
|
* changed key to include backend nameGravatar Joey Hess2010-10-14
|
* annex.numcopies worksGravatar Joey Hess2010-10-14
|
* bugGravatar Joey Hess2010-10-14
|
* break depends cycleGravatar Joey Hess2010-10-14
|
* add hasKeyGravatar Joey Hess2010-10-14
|
* implemented basic --dropGravatar Joey Hess2010-10-14
|
* check rawSystem exit codesGravatar Joey Hess2010-10-14
|
* query remotes for uuidsGravatar Joey Hess2010-10-14
| | | | (not cached yet)
* subdirGravatar Joey Hess2010-10-14