summaryrefslogtreecommitdiff
path: root/lib/dbwrap/dbwrap_rbt.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: Use talloc_zero in db_open_rbtVolker Lendecke2012-11-291-5/+1
* dbwrap: dbwrap_hash_size().Rusty Russell2012-06-221-0/+1
* dbwrap: dbwrap_name().Rusty Russell2012-06-221-0/+1
* dbwrap: Remove an unnecessary ZERO_STRUCTVolker Lendecke2012-06-151-1/+0
* lib/dbwrap: make it possible to delete/store the current record during traverseStefan Metzmacher2012-05-311-9/+71
* lib/dbwrap: don't alter the record on failure in db_rbt_store()Stefan Metzmacher2012-05-311-9/+10
* lib/dbwrap: fix db_rbt_store and update the per record node pointerStefan Metzmacher2012-05-311-0/+1
* lib/dbwrap: remove unused per db_record pointer in dbwrap_rbtStefan Metzmacher2012-05-311-10/+9
* dbwrap: Fix Coverity ID 242750 Incorrect sizeof expressionVolker Lendecke2012-05-151-1/+1
* move the dbwrap library to the top levelMichael Adam2012-05-141-0/+450