Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TDB2: Goodbye TDB2, Hello NTDB. | Rusty Russell | 2012-06-19 | 1 | -3/+0 |
| | | | | | | | | | | | This renames everything from tdb2 to ntdb: importantly, we no longer use the tdb_ namespace, so you can link against both ntdb and tdb if you want to. This also enables building of standalone ntdb by the autobuild script. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | ||||
* | lib/tdb2: adapt unit tests to SAMBA environment. | Rusty Russell | 2012-03-07 | 1 | -0/+3 |
This means changing headers, implementing a simple tap-like wrapper, and also splitting out the helpers into those which are linked with the api* tests (which can't use non-public tdb2 functions) and those linked with the run* tests (which can). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |