summaryrefslogtreecommitdiffstats
path: root/lib/ntdb/open.c
Commit message (Expand)AuthorAgeFilesLines
* ntdb: don't call open hook when re-opening an existing database.Rusty Russell2013-03-231-11/+11
* ntdb: enhancement to allow direct access to the ntdb map during expansion.Rusty Russell2012-06-221-3/+4
* ntdb: don't munmap the database on every close.Rusty Russell2012-06-221-12/+12
* ntdb: add NTDB_ATTRIBUTE_HASHSIZERusty Russell2012-06-191-1/+27
* ntdb: remove hash table trees.Rusty Russell2012-06-191-59/+87
* ntdb: inline oob checkRusty Russell2012-06-191-1/+1
* ntdb: allocator attribute.Rusty Russell2012-06-191-14/+61
* ntdb: simply disallow NULL names.Rusty Russell2012-06-191-6/+2
* ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell2012-06-191-45/+80
* ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.Rusty Russell2012-06-191-1/+9
* ntdb: reduce race between creating file and getting open lock.Rusty Russell2012-06-191-23/+30
* ntdb: remove ntdb_error()Rusty Russell2012-06-191-30/+25
* TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell2012-06-191-0/+768