]> git.ozlabs.org Git - ccan/history - ccan/tdb2/private.h
tdb2: add missing prototype, move tdb_firstkey/tdb_nextkey to traverse.c
[ccan] / ccan / tdb2 / private.h
2010-09-14 Rusty Russelltdb2: implement tdb_firstkey/tdb_nextkey.
2010-09-13 Rusty Russelltdb2: fix remapping inside tdb_traverse_read
2010-09-09 Rusty Russelltdb2: don't hold access to tdb mmap during traverse.
2010-09-09 Rusty Russelltdb2: change to using a hash tree.
2010-09-03 Rusty Russelltdb2: expand lock now nests inside other locks.
2010-09-03 Rusty Russelltdb2: use immobile free buckets, rename tests to show...
2010-08-30 Rusty Russelltdb2: traverse and chainlock support.
2010-08-26 Rusty Russelltdb2: more fixes and tests for enlarging hash.
2010-08-26 Rusty Russelltdb2: now we can store a key!
2010-08-26 Rusty Russelltdb2: tdb_expand on empty database now tested.
2010-08-26 Rusty Russelltdb2: now checking a new empty database works.
2010-08-26 Rusty Russelltdb2: initial commit (doesn't work, still writing tests)