summaryrefslogtreecommitdiff
path: root/lib/ntdb/test
Commit message (Expand)AuthorAgeFilesLines
* ntdb: don't call open hook when re-opening an existing database.Rusty Russell2013-03-231-2/+11
* ntdb: fix database corruption when transaction doesn't change anything.Rusty Russell2013-02-201-0/+58
* lib/ntdb: Fix format string errors found by -Werror=format in ntdb testsAndrew Bartlett2012-07-301-1/+1
* ntdb: test arbitrary operations during ntdb_parse_record().Rusty Russell2012-06-221-0/+89
* ntdb: make database read-only during ntdb_parse() callback.Rusty Russell2012-06-221-0/+94
* ntdb: don't munmap the database on every close.Rusty Russell2012-06-221-1/+4
* ntdb: respect TDB_NO_FSYNC flag for 'make test'Rusty Russell2012-06-2251-151/+187
* ntdb: fix occasional abort in testing.Rusty Russell2012-06-201-1/+7
* ntdb: optimize ntdb_fetch.Rusty Russell2012-06-193-14/+14
* ntdb: remove hash table trees.Rusty Russell2012-06-1923-429/+291
* ntdb: allocator attribute.Rusty Russell2012-06-194-6/+116
* ntdb: simply disallow NULL names.Rusty Russell2012-06-191-1/+1
* ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell2012-06-197-43/+58
* ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)Rusty Russell2012-06-192-10/+27
* ntdb: fix recovery data write.Rusty Russell2012-06-191-8/+34
* ntdb: enhance external-helper test code.Rusty Russell2012-06-196-18/+36
* ntdb: make fork test more thorough.Rusty Russell2012-06-191-8/+28
* ntdb: print \n at end of log messages in tests.Rusty Russell2012-06-191-1/+1
* ntdb: remove ntdb_error()Rusty Russell2012-06-191-1/+1
* TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell2012-06-1967-0/+6358