summaryrefslogtreecommitdiffstats
path: root/lib/dbwrap/dbwrap.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: completely check validity of lock order in dbwrap_check_lock_order()Michael Adam2014-02-071-1/+1
* dbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order "0".Michael Adam2014-02-071-1/+1
* dbwrap: No lock_order check if not requiredVolker Lendecke2013-12-141-13/+6
* dbwrap: Avoid a stackframe in fetch_locked_internalVolker Lendecke2013-12-141-5/+2
* Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke2013-06-061-27/+0
* dbwrap: Add a comment explaining a restrictionVolker Lendecke2013-03-271-0/+11
* dbwrap: Prevent transactions on non-persistent dbsVolker Lendecke2013-02-081-0/+5
* dbwrap: add dbwrap_is_persistent()Michael Adam2013-01-151-0/+5
* lib/dbwrap: rewrite lock order check to ease debuggingGregor Beck2012-08-031-30/+55
* dbwrap: dbwrap_hash_size().Rusty Russell2012-06-221-0/+5
* dbwrap: dbwrap_name().Rusty Russell2012-06-221-0/+5
* dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell2012-06-221-0/+10
* dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell2012-06-221-0/+27
* dbwrap: add dbwrap_check() function.Rusty Russell2012-06-221-0/+21
* dbwrap: remove get_flags().Rusty Russell2012-06-221-5/+0
* move the dbwrap library to the top levelMichael Adam2012-05-141-0/+398