summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/tdb/common/check.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-build: Remove duplicate tdb libraryAmitay Isaacs2014-06-201-472/+0
* lib/tdb: Sync tdb from samba git treeAmitay Isaacs2012-04-131-6/+6
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-10-071-1/+1
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-10-071-0/+6
* tdb: fix tdb_check() on other-endian tdbs.Rusty Russell2010-10-071-1/+1
* tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell2010-10-071-5/+17
* tdb: make check more robust against recovery failures.Rusty Russell2010-10-071-5/+36
* tdb: Fix tdb_check() to work with read-only tdb databases.Rusty Russell2010-08-161-3/+3
* tdb: give a name to the invalid recovery area constant (0)Rusty Russell2010-04-221-1/+1
* tdb: Fix a C++ warning (cherry picked from samba commit be88a126ea50ea7e41583...Volker Lendecke2009-12-161-1/+2
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-12-161-4/+4
* lib/tdb: add tdb_check()Rusty Russell2009-12-161-0/+422