Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-08 | tdb: Fix a C++ warning | Volker Lendecke | 1 | -1/+2 | |
2009-10-23 | tdb: rename 'struct list_struct' into 'struct tdb_record' | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2009-10-22 | lib/tdb: add tdb_check() | Rusty Russell | 1 | -0/+422 | |
ctdb wants a quick way to detect corrupt tdbs; particularly, tdbs with loops in their hash chains. tdb_check() provides this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |