Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ntdb: fix database corruption when transaction doesn't change anything. | Rusty Russell | 2013-02-20 | 1 | -15/+32 |
* | ntdb: special accessor functions for read/write of an offset. | Rusty Russell | 2012-06-19 | 1 | -0/+23 |
* | ntdb: inline oob check | Rusty Russell | 2012-06-19 | 1 | -1/+1 |
* | ntdb: allocator attribute. | Rusty Russell | 2012-06-19 | 1 | -27/+34 |
* | ntdb: still prepare recovery area with NTDB_NOSYNC. | Rusty Russell | 2012-06-19 | 1 | -10/+8 |
* | ntdb: remove last block transactoin logic. | Rusty Russell | 2012-06-19 | 1 | -44/+1 |
* | ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE) | Rusty Russell | 2012-06-19 | 1 | -33/+33 |
* | ntdb: fix recovery data write. | Rusty Russell | 2012-06-19 | 1 | -1/+2 |
* | ntdb: remove ntdb_error() | Rusty Russell | 2012-06-19 | 1 | -41/+33 |
* | TDB2: Goodbye TDB2, Hello NTDB. | Rusty Russell | 2012-06-19 | 1 | -0/+1322 |