summaryrefslogtreecommitdiffstats
path: root/lib/tdb/test
Commit message (Expand)AuthorAgeFilesLines
* tdb/test: add marklock deadlock testVolker Lendecke2014-05-221-0/+278
* tdb/test: add mutex related testsVolker Lendecke2014-05-227-0/+996
* tdb: add TDB_MUTEX_LOCKING supportVolker Lendecke2014-05-2222-0/+22
* tdb: introduce tdb->hdr_ofsVolker Lendecke2014-05-221-3/+3
* tdb/test: add UNMAP command to external-agent.cVolker Lendecke2014-05-222-0/+8
* tdb/test: add PING command to external-agent.cVolker Lendecke2014-05-222-0/+5
* tdb/test: add shutdown_agent() helper functionVolker Lendecke2014-05-222-6/+21
* tdb/test: add a "skip()" macro.Stefan Metzmacher2014-05-221-0/+1
* tdb/test: correctly use stderr, not stdout, in fail()Stefan Metzmacher2014-05-221-1/+1
* tdb/test: avoid const warnings by using 'discard_const_p(uint8_t,' instead of...Stefan Metzmacher2014-04-0218-34/+34
* tdb/test: remove "\n" in diag() argumentsStefan Metzmacher2014-04-022-2/+2
* tdb/test: always call fflush() after [f]printf() in tap-interface.hStefan Metzmacher2014-04-021-4/+22
* lib/tdb: fix compiler warningsChristian Ambach2013-12-121-3/+3
* Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker2013-07-171-0/+5
* tdb: Enhance lock tracking a bitVolker Lendecke2013-02-191-0/+11
* tdb: add tdb_rescue()Rusty Russell2012-10-042-0/+176
* tdb/test: fix build on OSF/1Björn Jacke2012-08-101-15/+15
* lib/tdb: Fix format string errors found by -Werror=format in tdb testsAndrew Bartlett2012-07-301-4/+4
* tdb: finish weaning off err.h.Rusty Russell2012-06-267-23/+28
* tdb: don't use err.h in tests.Rusty Russell2012-06-2221-22/+1
* tdb: make TDB_NOSYNC merely disable sync.Rusty Russell2012-06-221-2/+12
* lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.Rusty Russell2012-03-231-0/+5
* lib/tdb: fix OpenBSD incoherent mmap.Rusty Russell2012-03-221-4/+23
* lib/tdb: fix up run-die-during-transaction test cases on Solaris.Rusty Russell2012-03-224-5/+4
* lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/Rusty Russell2012-03-1417-20/+0
* tdb/test: fix up tests for use in SAMBA tdb code.Rusty Russell2012-02-145-13/+16
* tdb: wean CCAN-style unit tests off of tap.Rusty Russell2012-02-1425-23/+64
* tdb: import unit tests from CCAN into tdb/test/Rusty Russell2012-02-1434-0/+2566