r23795: more v2->v3 conversion
[ira/wip.git] / source / lib / tdb / common / tdb_private.h
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Andrew Tridgellr23238: merged transaction lock changes from ctdb
2007-10-10 Andrew Tridgellr22424: fixed the bad merge (thanks to metze for pointi...
2007-10-10 Andrew Tridgellr22422: merged tdb changes from ctdb
2007-10-10 Stefan Metzmacherr22319: sync lib/tdb/ with samba3
2007-10-10 Volker Lendecker21722: Add the dead record functionality presented...
2007-10-10 Volker Lendecker21445: Apply tdb_parse_record Tridges error return...
2007-10-10 Volker Lendecker21303: As discussed on samba-technical: Change the...
2007-10-10 Andrew Tridgellr19401: make tdb_lockall() much more efficient, and...
2007-10-10 Andrew Tridgellr18400: move MAP_FAILED define to lib/replace/system...
2007-10-10 Andrew Tridgellr18129: moved the system includes into libreplace ...
2007-10-10 Simo Sorcer17507: pread and pwrite depends on HAVE_PREAD/HAVE_PWR...
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 Andrew Tridgellr14799: added a tdb_get_seqnum() call, and the TDB_SEQN...
2007-10-10 Andrew Tridgellr10524: SAFE_FREE() in tdb does not need the discard_co...
2007-10-10 Andrew Tridgellr10495: older redhat boxes need sys/time.h for select()
2007-10-10 Andrew Tridgellr10493: we need sys/select.h to enable select() in...
2007-10-10 Andrew Tridgellr10492: work around a bug in solaris which cases lock...
2007-10-10 Andrew Tridgellr10484: try to fix the pread/pwrite declaration problems
2007-10-10 Andrew Tridgellr10471: stratos doesn't have getpagesize(), so guess...
2007-10-10 Andrew Tridgellr10466: work around missing pread/pwrite declaration...
2007-10-10 Andrew Tridgellr10465: separate out a read_only db from a read-only...
2007-10-10 Andrew Tridgellr10459: fixed some portability problems
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...