summaryrefslogtreecommitdiff
path: root/lib/dbwrap/dbwrap_rbt.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-29dbwrap: Use talloc_zero in db_open_rbtVolker Lendecke1-5/+1
2012-06-22dbwrap: dbwrap_hash_size().Rusty Russell1-0/+1
2012-06-22dbwrap: dbwrap_name().Rusty Russell1-0/+1
2012-06-15dbwrap: Remove an unnecessary ZERO_STRUCTVolker Lendecke1-1/+0
2012-05-31lib/dbwrap: make it possible to delete/store the current record during traverseStefan Metzmacher1-9/+71
2012-05-31lib/dbwrap: don't alter the record on failure in db_rbt_store()Stefan Metzmacher1-9/+10
2012-05-31lib/dbwrap: fix db_rbt_store and update the per record node pointerStefan Metzmacher1-0/+1
2012-05-31lib/dbwrap: remove unused per db_record pointer in dbwrap_rbtStefan Metzmacher1-10/+9
2012-05-15dbwrap: Fix Coverity ID 242750 Incorrect sizeof expressionVolker Lendecke1-1/+1
2012-05-14move the dbwrap library to the top levelMichael Adam1-0/+450