mirror of https://github.com/perkeep/perkeep.git
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
c81f3147f6
This change: 1) Checks if the incoming claim is a delete claim with the use of GetBlobMeta. 2) write the keyDeleted and keyDeletes keys when it's a delete claim, plus the usual keys when the target is a permanode. Yet to be done in the next CLs: 1) update the index deletes cache upon reception of a delete claim 2) update most of the search functions so they use deletedAt properly 3) add new keys necessary for GetRecentPermanodes to give a fully correct result. I also made indextest.DumpIndex public because it turned to be useful to debug within pkg/search/ as well. http://camlistore.org/issue/191 Change-Id: I8d8b9d12a535b8b1de0018b4a0e359241f14d52a |
||
---|---|---|
.hackfests | ||
bin | ||
clients | ||
cmd | ||
config | ||
dev | ||
doc | ||
lib/python | ||
misc | ||
old | ||
pkg | ||
server | ||
third_party | ||
website | ||
.gitignore | ||
.header | ||
AUTHORS | ||
BUILDING | ||
CONTRIBUTORS | ||
COPYING | ||
HACKING | ||
Makefile | ||
README | ||
TESTS | ||
TODO | ||
dev-db | ||
make.go |
README
Camlistore is your personal storage system for life. It's a way to store, sync, share, model and back up content. It stands for "Content-Addressable Multi-Layer Indexed Storage", for lack of a better name. For more, see: http://camlistore.org/ http://camlistore.org/docs/ Other useful files: BUILDING how to compile it ("go run make.go") HACKING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://code.google.com/p/camlistore/issues/list http://camlistore.org/docs/contributing