summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/objectstore.py
AgeCommit message (Collapse)Author
2013-12-18Make couch backend consistent and lightweight.drebs
This commit introduces the use of couch view, list and update functions to put and get data from the couch database. This avoids loads of metadata transferring and encapsulates operations in atomic PUTs.
2013-09-18Improve u1db data storage in couch.drebs
2013-08-21Split soledad into common, client and server.drebs