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