summaryrefslogtreecommitdiffstats
path: root/zix/btree.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-16Add assertionsDavid Robillard1-0/+2
2017-12-16Completely initialize BTree iteratorsDavid Robillard1-6/+3
2016-07-11Add page size configuration optionDavid Robillard1-1/+4
2014-12-18Fix unlikely tree bugs.David Robillard1-2/+7
2014-10-05Compile cleanly as C++.David Robillard1-1/+1
2014-09-28Enable BTree removal via iterator.David Robillard1-82/+112
2014-09-23Fix B-tree on 32-bit systems.David Robillard1-30/+31
2014-09-23Add zix_btree_lower_bound with wildcard support.David Robillard1-16/+73
2014-09-22Gracefully handle memory allocation failure.David Robillard1-17/+39
2014-09-22Add ZixBTree.David Robillard1-0/+623