summaryrefslogtreecommitdiff
path: root/lib/ntdb/test
AgeCommit message (Expand)AuthorFilesLines
2012-06-20ntdb: fix occasional abort in testing.Rusty Russell1-1/+7
2012-06-19ntdb: optimize ntdb_fetch.Rusty Russell3-14/+14
2012-06-19ntdb: remove hash table trees.Rusty Russell23-429/+291
2012-06-19ntdb: allocator attribute.Rusty Russell4-6/+116
2012-06-19ntdb: simply disallow NULL names.Rusty Russell1-1/+1
2012-06-19ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell7-43/+58
2012-06-19ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)Rusty Russell2-10/+27
2012-06-19ntdb: fix recovery data write.Rusty Russell1-8/+34
2012-06-19ntdb: enhance external-helper test code.Rusty Russell6-18/+36
2012-06-19ntdb: make fork test more thorough.Rusty Russell1-8/+28
2012-06-19ntdb: print \n at end of log messages in tests.Rusty Russell1-1/+1
2012-06-19ntdb: remove ntdb_error()Rusty Russell1-1/+1
2012-06-19TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell67-0/+6358