Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | wip v6 support for assistant | Joey Hess | 2015-12-21 |
| | | | | Files are not yet added to v6 repos in unlocked mode. | ||
* | move | Joey Hess | 2015-12-10 |
| | |||
* | add inode cache to the db | Joey Hess | 2015-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 module | Joey Hess | 2015-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. |