Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ntdb: enhancement to allow direct access to the ntdb map during expansion. | Rusty Russell | 2012-06-22 | 1 | -4/+15 |
* | ntdb: optimize ntdb_fetch. | Rusty Russell | 2012-06-19 | 1 | -1/+2 |
* | ntdb: remove hash table trees. | Rusty Russell | 2012-06-19 | 1 | -83/+56 |
* | ntdb: special accessor functions for read/write of an offset. | Rusty Russell | 2012-06-19 | 1 | -7/+18 |
* | ntdb: inline oob check | Rusty Russell | 2012-06-19 | 1 | -0/+12 |
* | ntdb: allocator attribute. | Rusty Russell | 2012-06-19 | 1 | -0/+6 |
* | ntdb: reduce transaction pagesize from 64k to 16k. | Rusty Russell | 2012-06-19 | 1 | -1/+1 |
* | ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE) | Rusty Russell | 2012-06-19 | 1 | -0/+4 |
* | ntdb: remove ntdb_error() | Rusty Russell | 2012-06-19 | 1 | -3/+0 |
* | TDB2: Goodbye TDB2, Hello NTDB. | Rusty Russell | 2012-06-19 | 1 | -0/+657 |