summaryrefslogtreecommitdiff
path: root/lib/tdb/common/summary.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-08tdb: Make get_hash_length circular-safeVolker Lendecke1-0/+8
2018-03-01lib:tdb: Add FALL_THROUGH statements in common/summary.cAndreas Schneider1-1/+2
2014-05-22tdb: add TDB_MUTEX_LOCKING supportVolker Lendecke1-0/+2
2014-05-22tdb: introduce tdb->hdr_ofsVolker Lendecke1-9/+13
2014-05-22tdb: introduce TDB_SUPPORTED_FEATURE_FLAGSStefan Metzmacher1-0/+2
2014-05-22tdb: use asprintf() to simplify tdb_summary()Stefan Metzmacher1-7/+6
2013-12-12lib/tdb: fix compiler warningsChristian Ambach1-5/+5
2013-05-28tdb: fix logging of offets and lengths.Rusty Russell1-1/+1
2013-05-14tdb: include information about hash function being used in tdbtool info outputChristian Ambach1-0/+2
2013-02-05tdb: Remove "header" from tdb_contextVolker Lendecke1-3/+3
2012-12-21tdb: Fix blank line endingsVolker Lendecke1-2/+2
2011-04-19tdb: make sure we skip over recovery area correctly.Rusty Russell1-2/+11
2011-03-30tdb: Fix Coverity ID 2238: SECURE_CODINGVolker Lendecke1-24/+24
2011-02-12tdb: Fix a C++ warningVolker Lendecke1-1/+1
2010-12-29tdb: tdb_summary() support.Rusty Russell1-0/+192