summaryrefslogtreecommitdiffstats
path: root/lib/tdb_compat
Commit message (Expand)AuthorAgeFilesLines
* ccan: we're subsystems, not a library.Rusty Russell2012-06-291-3/+1
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-193-316/+2
* tdb-compat: Add tdb_chainlock_nonblockVolker Lendecke2012-04-172-0/+26
* lib/tdb_compat: Do not define BUILD_TDB2 if we are not building tdb2Andrew Bartlett2012-04-111-3/+1
* tdb_compat: only use hashsize attribute when O_CREATRusty Russell2012-01-301-1/+1
* tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variableRusty Russell2011-09-211-0/+4
* tdb_compat: honour hashsize arg when using tdb2 with TDB_VERSION1 flag.Rusty Russell2011-09-212-3/+10
* tdb_compat: handle TDB_VOLATILE flag.Rusty Russell2011-09-212-2/+12
* tdb_compat: handle TDB_INCOMPATIBLE_HASH flag.Rusty Russell2011-09-212-2/+12
* tdb_compat: change offset of CLEAR_IF_FIRST lock.Rusty Russell2011-09-141-2/+2
* tdb_compat: support tdb_reopen/tdb_reopen_all for TDB2Rusty Russell2011-09-142-3/+49
* tdb_compat: make tdb2s temporarily read-only for tdb_traverse_read()Rusty Russell2011-09-142-2/+27
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-142-0/+3
* tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.Rusty Russell2011-06-201-0/+6
* tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell2011-06-201-2/+13
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+10
* lib/tdb_compat: header for tdb1 vs tdb2.Rusty Russell2011-06-203-0/+239