summaryrefslogtreecommitdiff
path: root/lib/dbwrap/dbwrap_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-06Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke1-16/+0
2012-11-29dbwrap: Remove an unnecessary if-statementVolker Lendecke1-3/+1
2012-11-29dbwrap: No need to NULL out a talloc_zero'ed structure elementVolker Lendecke1-1/+0
2012-10-25dbwrap: use talloc_stackframe() in db_tdb_log_key()Andrew Bartlett1-3/+4
2012-06-22dbwrap: dbwrap_hash_size().Rusty Russell1-0/+1
2012-06-22dbwrap: dbwrap_name().Rusty Russell1-0/+1
2012-06-22dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell1-0/+14
2012-06-22dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell1-0/+16
2012-06-22dbwrap: add dbwrap_check() function.Rusty Russell1-0/+8
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell1-0/+7
2012-06-22dbwrap: remove get_flags().Rusty Russell1-9/+0
2012-05-14move the dbwrap library to the top levelMichael Adam1-0/+447