summaryrefslogtreecommitdiffstats
path: root/lib/tdb/libtdb.m4
Commit message (Collapse)AuthorAgeFilesLines
* tdb: tdb_summary() support.Rusty Russell2010-12-291-1/+1
| | | | | Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Dec 29 10:12:05 CET 2010 on sn-devel-104
* tdb: fix non-WAF build, commit 1.2.6 ABI file.Rusty Russell2010-09-271-1/+1
| | | | | | Sorry Jeremy. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke2010-08-131-0/+6
| | | | | This is required for Solaris, which needs to link in librt to make use of fdatasync().
* lib/tdb: add tdb_check()Rusty Russell2009-10-221-1/+1
| | | | | | | | 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>
* tdb: fix define of tdbdir when srcdir != "."Björn Jacke2009-07-031-2/+2
|
* Add exports file and abi checker for tdbtdb-1.1.5Simo Sorce2009-06-151-0/+5
| | | | | | | | This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on tdb.h contents and the gcc -aux-info option
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+30