summaryrefslogtreecommitdiff
path: root/lib/tdb2/tdb1_private.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-22lib/tdb2: fix OpenBSD incoherent mmap (tdb1 version)Rusty Russell1-1/+1
2011-09-14tdb2: catch errors in tdb1_needs_recovery()Rusty Russell1-1/+1
2011-09-14tdb2: add tdb_attribute_tdb1_max_deadRusty Russell1-1/+0
2011-09-14tdb2: unify tdb1_parse_record into tdb_parse_recordRusty Russell1-5/+6
2011-09-14tdb2: unify tdb1_chainlock et al. into tdb_chainlockRusty Russell1-2/+0
2011-09-14tdb2: unify tdb1_open into tdb_openRusty Russell1-3/+0
2011-09-14tdb2: merge tdb1_context into tdb_context.Rusty Russell1-155/+47
2011-09-14tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code.Rusty Russell1-1/+0
2011-09-14tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2Rusty Russell1-2/+9
2011-09-14tdb2: make tdb1 use same low-level lock functions.Rusty Russell1-3/+39
2011-09-14tdb2: Make tdb1 use the tdb_file structure.Rusty Russell1-14/+3
2011-09-14tdb2: Make TDB1 code use TDB2's open flags.Rusty Russell1-1/+1
2011-09-14tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD.Rusty Russell1-19/+10
2011-09-14tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()Rusty Russell1-11/+23
2011-09-14tdb2: make tdb1 headers include tdb2 headers.Rusty Russell1-29/+3
2011-09-14tdb2: get rid of TDB1 mark and nonblock functions.Rusty Russell1-5/+2
2011-09-14tdb2: remove _PUBLIC_ in tdb1 functions.Rusty Russell1-5/+0
2011-09-14tdb2: Remove unused tdb1 functions.Rusty Russell1-6/+3
2011-09-14tdb2: import TDB1 code.Rusty Russell1-0/+294