summaryrefslogtreecommitdiff
path: root/lib/tdb/include/tdb.h
AgeCommit message (Collapse)AuthorFilesLines
2008-12-16imported the tdb_repack() code from CTDBAndrew Tridgell1-1/+4
The tdb_repack() function repacks a TDB so that it has a single freelist entry. The file doesn't shrink, but it does remove all freelist fragmentation. This code originated in the CTDB vacuuming code, but will now be used in ldb to cope with fragmentation from re-indexing
2008-09-19Add shared-build target to tdb.Simo Sorce1-0/+1
Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+167