Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-06-19 | ntdb: remove hash table trees. | Rusty Russell | 23 | -429/+291 |
2012-06-19 | ntdb: allocator attribute. | Rusty Russell | 4 | -6/+116 |
2012-06-19 | ntdb: simply disallow NULL names. | Rusty Russell | 1 | -1/+1 |
2012-06-19 | ntdb: create initial database to be multiple of NTDB_PGSIZE. | Rusty Russell | 7 | -43/+58 |
2012-06-19 | ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE) | Rusty Russell | 2 | -10/+27 |
2012-06-19 | ntdb: fix recovery data write. | Rusty Russell | 1 | -8/+34 |
2012-06-19 | ntdb: enhance external-helper test code. | Rusty Russell | 6 | -18/+36 |
2012-06-19 | ntdb: make fork test more thorough. | Rusty Russell | 1 | -8/+28 |
2012-06-19 | ntdb: print \n at end of log messages in tests. | Rusty Russell | 1 | -1/+1 |
2012-06-19 | ntdb: remove ntdb_error() | Rusty Russell | 1 | -1/+1 |
2012-06-19 | TDB2: Goodbye TDB2, Hello NTDB. | Rusty Russell | 67 | -0/+6358 |