Age | Commit message (Expand) | Author | Files | Lines |
2012-06-29 | ccan: we're subsystems, not a library. | Rusty Russell | 1 | -3/+1 |
2012-06-19 | TDB2: make SAMBA use tdb1 again for the moment. | Rusty Russell | 3 | -316/+2 |
2012-04-17 | tdb-compat: Add tdb_chainlock_nonblock | Volker Lendecke | 2 | -0/+26 |
2012-04-11 | lib/tdb_compat: Do not define BUILD_TDB2 if we are not building tdb2 | Andrew Bartlett | 1 | -3/+1 |
2012-01-30 | tdb_compat: only use hashsize attribute when O_CREAT | Rusty Russell | 1 | -1/+1 |
2011-09-21 | tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variable | Rusty Russell | 1 | -0/+4 |
2011-09-21 | tdb_compat: honour hashsize arg when using tdb2 with TDB_VERSION1 flag. | Rusty Russell | 2 | -3/+10 |
2011-09-21 | tdb_compat: handle TDB_VOLATILE flag. | Rusty Russell | 2 | -2/+12 |
2011-09-21 | tdb_compat: handle TDB_INCOMPATIBLE_HASH flag. | Rusty Russell | 2 | -2/+12 |
2011-09-14 | tdb_compat: change offset of CLEAR_IF_FIRST lock. | Rusty Russell | 1 | -2/+2 |
2011-09-14 | tdb_compat: support tdb_reopen/tdb_reopen_all for TDB2 | Rusty Russell | 2 | -3/+49 |
2011-09-14 | tdb_compat: make tdb2s temporarily read-only for tdb_traverse_read() | Rusty Russell | 2 | -2/+27 |
2011-09-14 | tdb_compat: adapt to tdb2 API change. | Rusty Russell | 2 | -0/+3 |
2011-06-20 | tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2. | Rusty Russell | 1 | -0/+6 |
2011-06-20 | tdb2: tie it into build process if --enable-tdb2-breaks-compat | Rusty Russell | 1 | -2/+13 |
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 1 | -1/+10 |
2011-06-20 | lib/tdb_compat: header for tdb1 vs tdb2. | Rusty Russell | 3 | -0/+239 |