aboutsummaryrefslogtreecommitdiff
path: root/Annex/InodeSentinal.hs
Commit message (Collapse)AuthorAge
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
|
* wip v6 support for assistantGravatar Joey Hess2015-12-21
| | | | Files are not yet added to v6 repos in unlocked mode.
* moveGravatar Joey Hess2015-12-10
|
* add inode cache to the dbGravatar Joey Hess2015-12-09
| | | | | | | | | Renamed the db to keys, since it is various info about a Keys. Dropping a key will update its pointer files, as long as their content can be verified to be unmodified. This falls back to checksum verification, but I want it to use an InodeCache of the key, for speed. But, I have not made anything populate that cache yet.
* move InodeSentinal from direct mode code to its own moduleGravatar Joey Hess2015-12-09
Will be used outside of direct mode for v6 unlocked files, and is already used outside of direct mode when adding files to annex.