summaryrefslogtreecommitdiff
path: root/lib/dbwrap/dbwrap.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-22dbwrap: Make dbwrap_db_id return size_tVolker Lendecke1-2/+2
2015-09-22dbwrap: Remove unused dbwrap_hash_size()Volker Lendecke1-5/+0
2014-02-07dbwrap: completely check validity of lock order in dbwrap_check_lock_order()Michael Adam1-1/+1
2014-02-07dbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order "0".Michael Adam1-1/+1
2013-12-14dbwrap: No lock_order check if not requiredVolker Lendecke1-13/+6
2013-12-14dbwrap: Avoid a stackframe in fetch_locked_internalVolker Lendecke1-5/+2
2013-06-06Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke1-27/+0
2013-03-27dbwrap: Add a comment explaining a restrictionVolker Lendecke1-0/+11
2013-02-08dbwrap: Prevent transactions on non-persistent dbsVolker Lendecke1-0/+5
2013-01-15dbwrap: add dbwrap_is_persistent()Michael Adam1-0/+5
2012-08-03lib/dbwrap: rewrite lock order check to ease debuggingGregor Beck1-30/+55
2012-06-22dbwrap: dbwrap_hash_size().Rusty Russell1-0/+5
2012-06-22dbwrap: dbwrap_name().Rusty Russell1-0/+5
2012-06-22dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell1-0/+10
2012-06-22dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell1-0/+27
2012-06-22dbwrap: add dbwrap_check() function.Rusty Russell1-0/+21
2012-06-22dbwrap: remove get_flags().Rusty Russell1-5/+0
2012-05-14move the dbwrap library to the top levelMichael Adam1-0/+398