summaryrefslogtreecommitdiffstats
path: root/lib/ntdb
Commit message (Expand)AuthorAgeFilesLines
...
* ntdb: simply disallow NULL names.Rusty Russell2012-06-193-10/+5
* ntdb: reduce transaction pagesize from 64k to 16k.Rusty Russell2012-06-191-1/+1
* ntdb: remove last block transactoin logic.Rusty Russell2012-06-191-44/+1
* ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell2012-06-198-88/+138
* ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)Rusty Russell2012-06-196-46/+73
* ntdb: fix recovery data write.Rusty Russell2012-06-192-9/+36
* ntdb: enhance external-helper test code.Rusty Russell2012-06-196-18/+36
* ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.Rusty Russell2012-06-192-1/+11
* ntdb: make fork test more thorough.Rusty Russell2012-06-192-9/+29
* ntdb: print \n at end of log messages in tests.Rusty Russell2012-06-191-1/+1
* ntdb: reduce race between creating file and getting open lock.Rusty Russell2012-06-191-23/+30
* ntdb: catch any valgrind errors in testRusty Russell2012-06-191-2/+2
* ntdb: catch any valgrind errors in testRusty Russell2012-06-191-1/+1
* ntdb: remove ntdb_error()Rusty Russell2012-06-1914-190/+144
* TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell2012-06-19101-0/+28840