summaryrefslogtreecommitdiff
path: root/ctdb/tools/ltdbtool.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05ctdb-tools: Fix signed/unsigned conversion by declaring as size_tMartin Schwenke1-4/+7
2019-06-05ctdb-tools: Fix signed/unsigned comparison by declaring as intMartin Schwenke1-1/+1
2019-01-28ctdb:tools: Use correct C99 initializer for ltdb_headerAndreas Schneider1-1/+3
2016-10-27ctdb-tools: Simplify using a local variableAmitay Isaacs1-8/+9
2016-10-27ctdb-tools: Simplify using tdb_storevAmitay Isaacs1-9/+9
2016-04-30ctdb/ltdbtool: Fix static declarationsChristof Schmitt1-11/+14
2015-11-04ctdb-tools: Use replace headers instead of system headersAmitay Isaacs1-15/+6
2013-09-25tool/ltdbtool: -h option does not require an argumentMartin Schwenke1-1/+1
2013-04-08tools/ltdbtool: Fix handling of -e optionAmitay Isaacs1-3/+6
2011-10-12ltdbtool: ignore empty (deleted) records per default.Gregor Beck1-10/+25
2011-05-04add ltdbtool - a standalone ltdb toolGregor Beck1-0/+377