summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/leaf_store.py
AgeCommit message (Collapse)AuthorFilesLines
2017-08-12Add: tracing to get_leaf, to aid debuggingLars Wirzenius1-0/+7
2017-06-24Add: trace statements for leaf put/get/removeLars Wirzenius1-1/+8
2017-06-13Fix: Make "obnam forget" for GA delete unused chunksLars Wirzenius1-1/+14
2016-08-14Break CowTree into many nodesLars Wirzenius1-0/+9
2016-08-14Add CowTree for storing chunk index dataLars Wirzenius1-0/+20
Also, add a a real implementation of LeafStore, with persistence.
2016-08-14Add LeafStore class for storing CowTree nodesLars Wirzenius1-0/+40
CowTree will be written soon.