r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()
[ira/wip.git] / source / lib / tdb / include / tdb.h
2007-10-10 Andrew Tridgellr19401: make tdb_lockall() much more efficient, and...
2007-10-10 Andrew Bartlettr16916: Implement metze's proposed changes to the tdb...
2007-10-10 Andrew Bartlettr16774: This patch modifies the tdb API to allow the...
2007-10-10 Volker Lendecker15100: Port the bugfix for #3569 to Samba4
2007-10-10 Andrew Tridgellr14799: added a tdb_get_seqnum() call, and the TDB_SEQN...
2007-10-10 Andrew Tridgellr10421: following on discussions with simo, I have...
2007-10-10 Andrew Tridgellr10405: added transactions into tdb, and hook them...
2007-10-10 Andrew Tridgellr10253: a fairly large tdb cleanup and re-organise...
2007-10-10 Tim Potterr5779: Remove signal and timeout gubbage from tdb.
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Stefan Metzmacherr5143: don't generate prototypes for lib/tdb/
2007-10-10 Andrew Tridgellr2985: got rid of the unused tdb_lockkeys() and tdb_unl...
2007-10-10 Andrew Tridgellr2493: allow tdb to build standalone
2007-10-10 Andrew Tridgellr2238: the tdb_debug() function was totally bogus ...
2007-10-10 Jeremy Allisonr2034: Allow user-selectable hash functions on open...
2007-10-10 Stefan Metzmacherr848: convert lib/tdb into the same layout as lib/ldb