summaryrefslogtreecommitdiffstats
path: root/lib/tdb2/pytdb.c
Commit message (Collapse)AuthorAgeFilesLines
* tdb2: fix return handling in pytdb wrapper.Rusty Russell2011-09-141-8/+10
| | | | | | | | tdb_close() does genuinely return non-zero, not an error code, even in tdb2. And tdb_exists() returns true or false, not an error code. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-141-1/+3
| | | | | | | Add the ecode arg to all the log functions, and log it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-201-1/+13
| | | | | | | Soon, TDB2 will handle tdb1 files, but until then, we substitute. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* tdb2: python wrapperRusty Russell2011-06-201-0/+574
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>