]> git.ozlabs.org Git - ccan/history - ccan/tdb/check.c
tdb: don't define _XOPEN_SOURCE ourselves, let config.h do it.
[ccan] / ccan / tdb / check.c
2010-12-23 Rusty Russelltdb: combine dead_space helper from summary.c and check.c
2010-09-24 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-09-13 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-09-13 Rusty Russelltdb: fix tdb_check() on other-endian tdbs.
2010-09-13 Rusty Russelltdb: fix tdb_check() on read-only TDBs to actually...
2010-09-13 Rusty Russelltdb: support tdb_check() on r/o databases.
2010-09-11 Rusty Russelltdb: make check more robust against recovery failures.
2010-09-10 Rusty Russelltdb: enforce hashing, via example hash in old rwlocks...
2010-02-22 Rusty Russelltdb: port trivial differences across from SAMBA
2010-02-04 Rusty Russelltdb: use TDB_RECOVERY_INVALID_MAGIC rather than 0
2010-02-02 Rusty RussellImport 03b3682e3fa53c9f5fdf2c4beac8b5d030fd2630 from...
2009-10-19 Rusty Russelltdb: add logging to tdb_check for more verbose answers.
2009-10-07 Rusty Russelltdb: avoid checkfn on dead records, reorganize and...
2009-10-06 Rusty Russellccan/tdb: tdb_check() function.