summaryrefslogtreecommitdiff
path: root/lib/tdb_compat
AgeCommit message (Expand)AuthorFilesLines
2012-06-29ccan: we're subsystems, not a library.Rusty Russell1-3/+1
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell3-316/+2
2012-04-17tdb-compat: Add tdb_chainlock_nonblockVolker Lendecke2-0/+26
2012-04-11lib/tdb_compat: Do not define BUILD_TDB2 if we are not building tdb2Andrew Bartlett1-3/+1
2012-01-30tdb_compat: only use hashsize attribute when O_CREATRusty Russell1-1/+1
2011-09-21tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variableRusty Russell1-0/+4
2011-09-21tdb_compat: honour hashsize arg when using tdb2 with TDB_VERSION1 flag.Rusty Russell2-3/+10
2011-09-21tdb_compat: handle TDB_VOLATILE flag.Rusty Russell2-2/+12
2011-09-21tdb_compat: handle TDB_INCOMPATIBLE_HASH flag.Rusty Russell2-2/+12
2011-09-14tdb_compat: change offset of CLEAR_IF_FIRST lock.Rusty Russell1-2/+2
2011-09-14tdb_compat: support tdb_reopen/tdb_reopen_all for TDB2Rusty Russell2-3/+49
2011-09-14tdb_compat: make tdb2s temporarily read-only for tdb_traverse_read()Rusty Russell2-2/+27
2011-09-14tdb_compat: adapt to tdb2 API change.Rusty Russell2-0/+3
2011-06-20tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.Rusty Russell1-0/+6
2011-06-20tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell1-2/+13
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+10
2011-06-20lib/tdb_compat: header for tdb1 vs tdb2.Rusty Russell3-0/+239