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 | -3/+4 |
2012-06-22 | ntdb: don't munmap the database on every close. | Rusty Russell | 1 | -12/+12 |
2012-06-19 | ntdb: add NTDB_ATTRIBUTE_HASHSIZE | Rusty Russell | 1 | -1/+27 |
2012-06-19 | ntdb: remove hash table trees. | Rusty Russell | 1 | -59/+87 |
2012-06-19 | ntdb: inline oob check | Rusty Russell | 1 | -1/+1 |
2012-06-19 | ntdb: allocator attribute. | Rusty Russell | 1 | -14/+61 |
2012-06-19 | ntdb: simply disallow NULL names. | Rusty Russell | 1 | -6/+2 |
2012-06-19 | ntdb: create initial database to be multiple of NTDB_PGSIZE. | Rusty Russell | 1 | -45/+80 |
2012-06-19 | ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT. | Rusty Russell | 1 | -1/+9 |
2012-06-19 | ntdb: reduce race between creating file and getting open lock. | Rusty Russell | 1 | -23/+30 |
2012-06-19 | ntdb: remove ntdb_error() | Rusty Russell | 1 | -30/+25 |
2012-06-19 | TDB2: Goodbye TDB2, Hello NTDB. | Rusty Russell | 1 | -0/+768 |