aboutsummaryrefslogtreecommitdiff
path: root/Backend.hs
Commit message (Collapse)AuthorAge
* new fromkey subcommand, for registering urls, etc0.01Gravatar Joey Hess2010-10-21
| | | | had to redo Annex monad's flag storage
* gratuitous renameGravatar Joey Hess2010-10-18
|
* 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.
* tweaksGravatar Joey Hess2010-10-16
|
* git annex describeGravatar Joey Hess2010-10-16
|
* bugfixGravatar Joey Hess2010-10-14
|
* annex.numcopies worksGravatar Joey Hess2010-10-14
|
* bugGravatar Joey Hess2010-10-14
|
* break depends cycleGravatar Joey Hess2010-10-14
|
* implemented basic --dropGravatar Joey Hess2010-10-14
|
* more reorg, spiffed up state monadGravatar Joey Hess2010-10-14
|
* more namespace cleanupGravatar Joey Hess2010-10-14
|
* convert GitRepo to qualified importGravatar Joey Hess2010-10-14
|
* use a state monadGravatar Joey Hess2010-10-13
| | | | enormous reworking
* key conversion back from file bugfixesGravatar Joey Hess2010-10-13
|
* error handlingGravatar Joey Hess2010-10-13
|
* autobugfixing!Gravatar Joey Hess2010-10-13
| | | | | | | | Converted Key to a real data type and caught all the places where I used an unconverted filename as a key. Had to loose some sanity checks around whether something is already annexed, but I guess I can add those back other ways.
* got rid of the .git-annex/key.backend filesGravatar Joey Hess2010-10-13
|
* updateGravatar Joey Hess2010-10-12
|
* bugfixesGravatar Joey Hess2010-10-12
|
* getting files via http working!Gravatar Joey Hess2010-10-12
|
* hookup annexgetfileGravatar Joey Hess2010-10-12
|
* consistencyGravatar Joey Hess2010-10-12
|
* handle newlines on keysGravatar Joey Hess2010-10-12
|
* simplify some function signatures using stateGravatar Joey Hess2010-10-12
|
* more stateGravatar Joey Hess2010-10-12
|
* thread State thru to backendsGravatar Joey Hess2010-10-12
|
* explicit exportsGravatar Joey Hess2010-10-11
|
* split up TypesGravatar Joey Hess2010-10-11
|
* missed a fileGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* convert GitRepo to struct with constructorGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* fix storing files in .git/annex by keyGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10