summaryrefslogtreecommitdiff
path: root/lib/ntdb/test
AgeCommit message (Expand)AuthorFilesLines
2013-03-23ntdb: don't call open hook when re-opening an existing database.Rusty Russell1-2/+11
2013-02-20ntdb: fix database corruption when transaction doesn't change anything.Rusty Russell1-0/+58
2012-07-30lib/ntdb: Fix format string errors found by -Werror=format in ntdb testsAndrew Bartlett1-1/+1
2012-06-22ntdb: test arbitrary operations during ntdb_parse_record().Rusty Russell1-0/+89
2012-06-22ntdb: make database read-only during ntdb_parse() callback.Rusty Russell1-0/+94
2012-06-22ntdb: don't munmap the database on every close.Rusty Russell1-1/+4
2012-06-22ntdb: respect TDB_NO_FSYNC flag for 'make test'Rusty Russell51-151/+187
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