Age | Commit message (Expand) | Author | Files | Lines |
2013-02-20 | dbwrap_local_open: never open the .tdb if there is an .ntdb | Rusty Russell | 1 | -0/+5 |
2013-02-20 | dbwrap_local_open: open NTDB if extension is .ntdb | Rusty Russell | 1 | -5/+157 |
2013-02-20 | dbwrap: dbwrap_ntdb.c | Rusty Russell | 3 | -10/+734 |
2013-02-08 | dbwrap: Prevent transactions on non-persistent dbs | Volker Lendecke | 1 | -0/+5 |
2013-02-04 | lib/dbwrap: talloc_strdup() name in db_open_file() | Stefan Metzmacher | 1 | -1/+6 |
2013-01-15 | dbwrap: add dbwrap_is_persistent() | Michael Adam | 2 | -0/+6 |
2012-11-29 | dbwrap: Remove an unnecessary if-statement | Volker Lendecke | 1 | -3/+1 |
2012-11-29 | dbwrap: No need to NULL out a talloc_zero'ed structure element | Volker Lendecke | 1 | -1/+0 |
2012-11-29 | dbwrap: Use talloc_zero in db_open_rbt | Volker Lendecke | 1 | -5/+1 |
2012-11-29 | dbwrap: Use talloc_zero in db_open_cache | Volker Lendecke | 1 | -6/+1 |
2012-11-29 | dbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_bystring | Volker Lendecke | 1 | -13/+27 |
2012-10-25 | dbwrap: use talloc_stackframe() in db_tdb_log_key() | Andrew Bartlett | 1 | -3/+4 |
2012-09-21 | s3:dbwrap: remove unused args from db_open_file() | Gregor Beck | 2 | -6/+2 |
2012-09-21 | s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong... | Gregor Beck | 1 | -2/+5 |
2012-08-03 | lib/dbwrap: rewrite lock order check to ease debugging | Gregor Beck | 2 | -30/+56 |
2012-07-04 | ntdb: make --disable-ntdb work properly. | Rusty Russell | 1 | -0/+2 |
2012-06-22 | dbwrap: don't ignore the result of dbwrap_parse_record in dbwrap_fetch_int32() | Stefan Metzmacher | 1 | -1/+5 |
2012-06-22 | dbwrap: intialize state.status in dbwrap_fetch_int32() | Stefan Metzmacher | 1 | -0/+2 |
2012-06-22 | dbwrap: Convert fetch_int32 to dbwrap_parse_record | Volker Lendecke | 1 | -13/+24 |
2012-06-22 | dbwrap: Add dbwrap_fetch_int32 | Volker Lendecke | 2 | -3/+11 |
2012-06-22 | dbwrap: Add dbwrap_change_int32_atomic | Volker Lendecke | 2 | -9/+21 |
2012-06-22 | dbwrap: dbwrap_hash_size(). | Rusty Russell | 7 | -0/+12 |
2012-06-22 | dbwrap: dbwrap_name(). | Rusty Russell | 7 | -1/+11 |
2012-06-22 | dbwrap: dbwrap_transaction_start_nonblock(). | Rusty Russell | 4 | -0/+26 |
2012-06-22 | dbwrap: dbwrap_fetch_locked_timeout(). | Rusty Russell | 4 | -0/+52 |
2012-06-22 | dbwrap: add dbwrap_check() function. | Rusty Russell | 4 | -0/+31 |
2012-06-22 | dbwrap: dbwrap_local_open() | Rusty Russell | 4 | -0/+92 |
2012-06-22 | dbwrap: remove get_flags(). | Rusty Russell | 5 | -24/+0 |
2012-06-19 | lib/dbwrap: depend directly on tdb, not tdb_compat. | Rusty Russell | 1 | -1/+1 |
2012-06-15 | dbwrap: Remove an unnecessary ZERO_STRUCT | Volker Lendecke | 1 | -1/+0 |
2012-06-15 | dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring | Volker Lendecke | 2 | -4/+6 |
2012-06-15 | dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring | Volker Lendecke | 2 | -4/+6 |
2012-06-15 | dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by... | Volker Lendecke | 2 | -8/+8 |
2012-06-15 | dbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32_atomic_bystring | Volker Lendecke | 2 | -4/+8 |
2012-06-15 | dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_... | Volker Lendecke | 2 | -8/+8 |
2012-06-15 | dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystring | Volker Lendecke | 2 | -4/+8 |
2012-06-15 | dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring | Volker Lendecke | 2 | -4/+4 |
2012-06-15 | dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring | Volker Lendecke | 2 | -4/+4 |
2012-06-15 | dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring | Volker Lendecke | 2 | -4/+4 |
2012-06-15 | dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring | Volker Lendecke | 2 | -4/+4 |
2012-06-12 | s3: Use talloc_tos() in more places in dbwrap_util | Volker Lendecke | 1 | -6/+10 |
2012-05-31 | lib/dbwrap: make it possible to delete/store the current record during traverse | Stefan Metzmacher | 1 | -9/+71 |
2012-05-31 | lib/dbwrap: don't alter the record on failure in db_rbt_store() | Stefan Metzmacher | 1 | -9/+10 |
2012-05-31 | lib/dbwrap: fix db_rbt_store and update the per record node pointer | Stefan Metzmacher | 1 | -0/+1 |
2012-05-31 | lib/dbwrap: remove unused per db_record pointer in dbwrap_rbt | Stefan Metzmacher | 1 | -10/+9 |
2012-05-15 | dbwrap: Fix Coverity ID 242750 Incorrect sizeof expression | Volker Lendecke | 1 | -1/+1 |
2012-05-14 | move the dbwrap library to the top level | Michael Adam | 13 | -0/+2821 |