summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdbtorture.c
Commit message (Expand)AuthorAgeFilesLines
* fixed spinlocks in tdbAndrew Tridgell2003-10-181-0/+1
* Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison2003-01-111-0/+10
* Fix up warnings. Make tdb_openXX() names const.Jeremy Allison2001-12-111-4/+4
* Fix headers. This I know is correct.Martin Pool2001-12-041-0/+1
* undoMartin Pool2001-12-041-2/+2
* Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool2001-12-041-2/+2
* Better error handling:Martin Pool2001-12-041-1/+1
* fixed compilation of tdbtortureAndrew Tridgell2001-09-271-0/+5
* tdbtorture updates from when I was trying to track down the hp tdb bugAndrew Tridgell2001-09-241-12/+50
* flush stdout in test logging fnsAndrew Tridgell2001-09-061-0/+1
* use a different test tdb name for tdbtest and tdbtortureAndrew Tridgell2001-09-061-1/+1
* - fixed an off-by-1 bug in the delayed deletion code that I believeAndrew Tridgell2001-05-301-10/+53
* try to make the tailer code much more robust. When a recordAndrew Tridgell2001-05-281-1/+12
* Oops - put back filename argument to tdb_open().Tim Potter2000-02-281-1/+1
* Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter2000-02-281-2/+3
* tdb_traverse() now takes three arguments.Tim Potter2000-02-161-3/+3
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-3/+2
* a useful locking tester - it uses lots of simultaneous writersAndrew Tridgell1999-12-241-0/+117