summaryrefslogtreecommitdiff
path: root/lib/tdb2
AgeCommit message (Expand)AuthorFilesLines
2012-02-08Fix shadow variable name warning.Jeremy Allison1-10/+10
2012-02-02tdb2: add --disable-tdb2Rusty Russell1-0/+3
2012-01-30tdb2: make --enable-tdb2 the default.Rusty Russell1-2/+2
2012-01-30tdb2: add -1 and -2 options to tdbtortureRusty Russell1-1/+18
2012-01-30tdb2:tdbtorture: use TEST_DATA_PREFIX for filesRusty Russell1-9/+34
2012-01-30tdb2: name tools the same as TDB1 tools.Rusty Russell1-5/+5
2012-01-30tdb2: tools/tdb2backupRusty Russell2-0/+374
2012-01-30tdb2: copy tdb1's changed expansion logic.Rusty Russell3-27/+40
2012-01-30tdb2: careful on wrap.Rusty Russell6-20/+29
2011-12-25tdb: Use tdb_parse_record in tdb_update_hashVolker Lendecke1-11/+15
2011-12-19tdb2: Avoid a malloc/memcpy in _tdb1_storeVolker Lendecke1-19/+8
2011-12-14tdb2: Fix python documentation for tdb.Tdb objectAmitay Isaacs1-1/+1
2011-12-05tdb2: tlist: remove type arg from tlist_top(), tlist_tail()Rusty Russell1-1/+1
2011-12-05tdb2: display capability information in tdb_summary()Rusty Russell2-25/+145
2011-12-05tdb2: add a capability list from the header.Rusty Russell9-27/+410
2011-12-05tdb2: provide tdb_layout_write() rather than implying it by new_tdb_layout arg.Rusty Russell4-32/+47
2011-12-05tdb2: add an internal TDB_CANT_CHECK flag.Rusty Russell2-0/+12
2011-12-05tdb2: suppress failtest more than once on mmap.Rusty Russell1-0/+5
2011-12-05tdb2: simplify failtest helper.Rusty Russell2-31/+3
2011-12-05tdb2: failtest: use a linked list for history, not an array.Rusty Russell2-30/+26
2011-12-05tdb2: consolidate testing failtest suppression routines.Rusty Russell8-72/+14
2011-12-05tdb2: fix intermittant failure in run-50-multiple-freelists-fail.cRusty Russell4-10/+18
2011-11-02tdb2: don't be fascist when TDB_VERSION1 is specified.Rusty Russell2-5/+40
2011-11-01tdb2: use HAVE_LIBREPLACE instead of _SAMBA_BUILD_.Rusty Russell3-5/+5
2011-09-21tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2Rusty Russell1-2/+2
2011-09-20tdb2: allow readonly changes even while holding locks.Rusty Russell1-10/+0
2011-09-14tdb2: remove bogus leftover .orig file.Rusty Russell1-618/+0
2011-09-14tdb2: fix prototypes which return enum TDB_ERROR.Rusty Russell2-10/+10
2011-09-14tdb2: fix return handling in pytdb wrapper.Rusty Russell1-8/+10
2011-09-14tdb2: add error conversion functions.Rusty Russell12-91/+97
2011-09-14tdb2: set tdb_error() on tdb_transaction_prepare_commit.Rusty Russell1-1/+1
2011-09-14tdb2: make tests work in parallel.Rusty Russell6-6/+6
2011-09-14tdb2: fix error handling for tdb1_transaction_commit.Rusty Russell1-1/+2
2011-09-14tdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transaction write fail.Rusty Russell1-1/+1
2011-09-14tdb2: enhance tdb1 porting document.Rusty Russell1-0/+28
2011-09-14tdb2: delete old tdb1 tests.Rusty Russell2-394/+0
2011-09-14tdb2: test: Speed up run-01-new_database.Rusty Russell2-7/+78
2011-09-14tdb2: speed up testing.Rusty Russell2-5/+7
2011-09-14tdb2: test: convert (non-invasive) run tests to api tests.Rusty Russell23-23/+115
2011-09-14tdb2: test: fix run-57-die-during-transaction.c to be more efficient.Rusty Russell3-3/+18
2011-09-14tdb2: don't continue if tdb1_find fails.Rusty Russell1-16/+37
2011-09-14tdb2: test: try (almost) all tests with TDB_VERSION1 flag.Rusty Russell33-128/+364
2011-09-14tdb2: log allocation failures in tdb1 backend.Rusty Russell4-12/+30
2011-09-14tdb2: fix bogus error from tdb_unlockall() after fork in tdb1 backend.Rusty Russell1-3/+3
2011-09-14tdb2: check lock owner in tdb1 backend.Rusty Russell3-27/+88
2011-09-14tdb2: return TDB_ERR_RDONLY from transactions on R/O databases, log nestingRusty Russell2-8/+25
2011-09-14tdb2: add stats to tdb1 backend.Rusty Russell4-5/+26
2011-09-14tdb2: increment seqnum on tdb_wipe_all in tdb1 backend.Rusty Russell1-0/+1
2011-09-14tdb2: log an error when calling tdb_store() on read-only TDB in tdb1 backend.Rusty Russell1-1/+3
2011-09-14tdb2: catch errors in tdb1_needs_recovery()Rusty Russell3-9/+23