summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/cowtree.py
AgeCommit message (Expand)AuthorFilesLines
2017-08-12Fix: handle missing leaf in CowTreeLars Wirzenius1-3/+4
2017-06-24Fix: store correct key range for a leafLars Wirzenius1-1/+1
2017-06-24Add: trace statements for leaf put/get/removeLars Wirzenius1-0/+9
2017-06-24Fix: remove old cowtree after new one's been committedLars Wirzenius1-0/+5
2017-06-24Refactor: rewrite CowTree using LeafList, CowDeltaLars Wirzenius1-119/+44
2017-06-13Fix: Make "obnam forget" for GA delete unused chunksLars Wirzenius1-1/+28
2016-08-14Break CowTree into many nodesLars Wirzenius1-5/+113
2016-08-14Add CowTree for storing chunk index dataLars Wirzenius1-0/+41