summaryrefslogtreecommitdiff
path: root/source3/tdb/tdbtorture.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-11Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison1-0/+10
2001-12-11Fix up warnings. Make tdb_openXX() names const.Jeremy Allison1-4/+4
2001-12-04Fix headers. This I know is correct.Martin Pool1-0/+1
2001-12-04undoMartin Pool1-2/+2
2001-12-04Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool1-2/+2
2001-12-04Better error handling:Martin Pool1-1/+1
2001-09-27fixed compilation of tdbtortureAndrew Tridgell1-0/+5
2001-09-24tdbtorture updates from when I was trying to track down the hp tdb bugAndrew Tridgell1-12/+50
2001-09-06flush stdout in test logging fnsAndrew Tridgell1-0/+1
2001-09-06use a different test tdb name for tdbtest and tdbtortureAndrew Tridgell1-1/+1
2001-05-30- fixed an off-by-1 bug in the delayed deletion code that I believeAndrew Tridgell1-10/+53
2001-05-28try to make the tailer code much more robust. When a recordAndrew Tridgell1-1/+12
2000-02-28Oops - put back filename argument to tdb_open().Tim Potter1-1/+1
2000-02-28Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter1-2/+3
2000-02-16tdb_traverse() now takes three arguments.Tim Potter1-3/+3
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-3/+2
1999-12-24a useful locking tester - it uses lots of simultaneous writersAndrew Tridgell1-0/+117