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