summaryrefslogtreecommitdiff
path: root/lib/tdb2/tdb1_open.c
Commit message (Expand)AuthorAgeFilesLines
* tdb2: log allocation failures in tdb1 backend.Rusty Russell2011-09-141-7/+17
* tdb2: add tdb_attribute_tdb1_max_deadRusty Russell2011-09-141-16/+13
* tdb2: unify tdb1_chainlock et al. into tdb_chainlockRusty Russell2011-09-141-3/+3
* tdb2: unify tdb1_open into tdb_openRusty Russell2011-09-141-295/+76
* tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZERusty Russell2011-09-141-5/+22
* tdb2: make tdb1_open use attributes for logging, hash function.Rusty Russell2011-09-141-17/+37
* tdb2: remove double-open detection for TDB1 databases.Rusty Russell2011-09-141-38/+0
* tdb2: merge tdb1_context into tdb_context.Rusty Russell2011-09-141-35/+35
* tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code.Rusty Russell2011-09-141-1/+1
* tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2Rusty Russell2011-09-141-8/+3
* tdb2: make tdb1 use same low-level lock functions.Rusty Russell2011-09-141-0/+2
* tdb2: Make tdb1 use the tdb_file structure.Rusty Russell2011-09-141-27/+38
* tdb2: add TDB_VERSION1 flag.Rusty Russell2011-09-141-1/+1
* tdb2: Make TDB1 code use TDB2's open flags.Rusty Russell2011-09-141-73/+14
* tdb2: approximate INCOMPATIBLE_HASH flag with tdb1_incompatible_hash()Rusty Russell2011-09-141-23/+24
* tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD.Rusty Russell2011-09-141-8/+8
* tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()Rusty Russell2011-09-141-47/+51
* tdb2: remove TDB1 TDB_NO_FSYNC environment variable hack.Rusty Russell2011-09-141-4/+0
* tdb2: get rid of TDB1 mark and nonblock functions.Rusty Russell2011-09-141-2/+2
* tdb2: remove _PUBLIC_ in tdb1 functions.Rusty Russell2011-09-141-4/+4
* tdb2: Remove unused tdb1 functions.Rusty Russell2011-09-141-112/+0
* tdb2: import TDB1 code.Rusty Russell2011-09-141-0/+609