lib/tdb: Sync tdb from samba git tree
[vlendec/samba-autobuild/.git] / ctdb / lib / tdb / common / transaction.c
2012-04-13 Amitay Isaacslib/tdb: Sync tdb from samba git tree
2010-04-22 Ronnie sahlbergMerge commit 'rusty/tdb-update'
2010-04-22 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-04-22 Volker LendeckeFix some nonempty blank lines
2010-04-22 Rusty Russelltdb: handle processes dying during transaction commit.
2010-04-22 Rusty Russelltdb: don't truncate tdb on recovery
2010-04-22 Rusty Russelltdb: remove lock ops
2010-04-22 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-04-22 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-04-22 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-04-22 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-04-22 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-04-22 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-04-22 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-04-22 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
2010-04-22 Rusty Russelltdb: make _tdb_transaction_cancel static.
2010-04-22 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2010-04-22 Andrew Tridgelltdb: use fdatasync() instead of fsync() in transactions
2010-04-22 Volker Lendecketdb: Apply some const, just for clarity
2010-04-22 Rusty Russelltdb: fix recovery reuse after crash
2010-04-22 Rusty Russelltdb: give a name to the invalid recovery area constant (0)
2010-02-05 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-02-01 Volker Lendecketdb: fix an early release of the global lock that can...
2009-12-18 Martin SchwenkeMerge commit 'origin/master'
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-12-16 Stefan Metzmachertdb: rename 'struct list_struct' into 'struct tdb_record'
2009-12-16 Stefan MetzmacherThe msync manpage reports that msync *must* be called...
2009-12-16 Rusty Russelllib/tdb: wean off TDB_ERRCODE.
2009-12-16 Rusty Russelllib/tdb: TDB_TRACE support (for developers)
2009-12-16 Andrew Tridgelltdb: allow reads after prepare commit
2009-08-11 Martin SchwenkeMerge commit 'origin/master'
2009-08-09 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2009-08-04 Rusty RussellPort from SAMBA tdb: commit a386173fa1c7c5bcc11ea9260d8...
2009-08-04 Rusty RussellPort from SAMBA tdb: commit 4b4fec65db4e202afa13b2d1586...
2009-08-04 Rusty RussellPort from SAMBA tdb: commit 42c0931441ef53a3f977e133435...
2009-08-04 Rusty RussellPort from SAMBA tdb:
2009-05-25 Ronnie SahlbergNew attempt at TDB transaction nesting allow/disallow.
2009-05-25 Ronnie SahlbergRevert "add TDB_NO_NESTING. When this flag is set tdb...
2009-04-25 Ronnie Sahlbergadd TDB_NO_NESTING. When this flag is set tdb will...
2008-05-22 Ronnie Sahlbergsecond try for safe transaction stores into persistend...
2008-05-21 Ronnie Sahlbergdont emit the can not start transaction with locks...
2008-05-21 Ronnie Sahlberglower the debug level for the "can not start transactio...
2008-01-30 Andrew Tridgellfixed a crash bug in the new transaction code
2008-01-18 Andrew Tridgellmerge from samba4
2008-01-15 Ronnie Sahlbergmerge from tridge
2008-01-15 Andrew Tridgellminor fix to transaction_write_existing
2008-01-15 Andrew Tridgellmerge from ronnie
2008-01-14 Andrew Tridgellfixed the bug that caused tdbtorture to fail
2008-01-05 Andrew TridgellRewrote the tdb transaction code to be O(N) instead...
2007-07-10 Ronnie Sahlbergmerge from tridge
2007-07-10 Andrew Tridgellupdate lib/tdb from samba4
2007-07-10 Andrew Tridgellupdate lib/replace from samba4
2007-05-23 Ronnie Sahlbergmerge from tridge
2007-05-23 Andrew Tridgellmerge from ronnie
2007-05-22 Andrew Tridgellglobal lock should imply the transaction lock
2007-04-19 Ronnie Sahlbergmerge from tridge
2007-04-16 Ronnie sahlbergmerge from tridge
2007-04-16 Peter Somogyimerged tridge's branch
2007-04-16 Andrew Tridgellmerge local copy of tdb from samba4 tdb
2007-02-22 Peter Somogyimerged tridge's code
2007-02-20 Andrew Tridgelladded rest of tdb (missed in earlier commit)