Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TDB2: Goodbye TDB2, Hello NTDB. | Rusty Russell | 2012-06-19 | 1 | -21/+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: Convert tdb2 to a standalone library | Amitay Isaacs | 2012-02-21 | 1 | -0/+21 |
Adds a Makefile, configure script, and tdb2.pc.in. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |