summaryrefslogtreecommitdiffstats
path: root/lib/tdb/tools
Commit message (Collapse)AuthorAgeFilesLines
* lib/tdb/tools/tdbtorture.c: fixed memory leak.Slava Semushin2009-06-061-0/+2
| | | | | Found by cppcheck: [lib/tdb/tools/tdbtorture.c:326]: (error) Memory leak: pids
* fixed tdbbackup to give tdb error messagesAndrew Tridgell2009-05-281-7/+31
|
* tdb: Fix some recently introduced warnings in tdbtoolTim Prouty2009-05-271-6/+6
|
* added some more speed tests to tdbtoolAndrew Tridgell2009-05-261-6/+59
| | | | | | | This adds 3 simple speed tests to tdbtool, for transaction store, store and fetch. On my laptop this shows transactions costing about 10ms
* added basic testing of tdb_transaction_prepare_commit() in tdbtortureAndrew Tridgell2009-03-311-0/+6
|
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-1/+3
| | | | Jeremy.
* s3/s4: Fix "shadows a global declaration" warningTim Prouty2008-12-161-1/+1
|
* Added a simple tdb integrity check to tdbtool. The command "check" runs ↵Holger Hetterich2008-12-161-1/+28
| | | | traverse on the currently open tdb, and returns the number of entries if the integrity check is successful.
* make tdbbackup use transactionsAndrew Tridgell2008-12-161-6/+19
| | | | | | tdbbackup was originally written before we had transactions, and it attempted to use its own fsync() calls to make it safe. Now that we have transactions we can do it in a much safer (and faster!) fashion
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-175-0/+1658