summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/common/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* r13283: added two optimisations to the tdb transactions code. The first is toAndrew Tridgell2007-10-101-1/+36
* r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell2007-10-101-0/+9
* r10492: work around a bug in solaris which cases lock upgrades to fail withAndrew Tridgell2007-10-101-1/+1
* r10483: fixed some uninitialised variables warningsAndrew Tridgell2007-10-101-1/+1
* r10469: use the older style of structure initialisation for tdb to make itAndrew Tridgell2007-10-101-6/+6
* r10468: - terminate tdbtorture quickly when an error is detectedAndrew Tridgell2007-10-101-0/+4
* r10465: separate out a read_only db from a read-only traversal to ensure weAndrew Tridgell2007-10-101-1/+1
* r10460: fixed portability of transaction code to systems with integerAndrew Tridgell2007-10-101-6/+7
* r10421: following on discussions with simo, I have worked out a way ofAndrew Tridgell2007-10-101-9/+20
* r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell2007-10-101-0/+976