fixed a looping error bug with the new transactions code
[metze/ctdb/wip.git] / server / ctdb_persistent.c
2008-08-07 Andrew Tridgellfixed a looping error bug with the new transactions...
2008-08-07 Andrew Tridgellcover some corner cases where the persistent database...
2008-08-04 Andrew Tridgellimplemented replayable transactions in ctdb to prevent...
2008-07-30 Andrew Tridgelladded new multi-record transaction commit code
2008-07-18 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-07-17 Ronnie SahlbergOnly decrement the "number of persistent writes in...
2008-07-17 Andrew TridgellMerge commit 'ronnie/master'
2008-07-17 Ronnie SahlbergAdd two new controls to start and cancel a persistent...
2008-07-11 Andrew TridgellMerge commit 'ronnie/master'
2008-07-09 Ronnie Sahlbergproper waitpid() fix.
2008-07-08 Ronnie SahlbergRevert "waitpid() can block if it takes a long time...
2008-07-07 Ronnie Sahlbergwaitpid() can block if it takes a long time before...
2008-05-28 Ronnie Sahlbergdont bother casting to a void* private_data pointer,
2008-05-28 Ronnie Sahlbergremove another field we dont need in the childwrite_han...
2008-05-28 Ronnie Sahlbergremote a comment that is no longer relevant
2008-05-28 Ronnie Sahlbergdo persistent writes in a child process
2008-05-22 Ronnie Sahlbergrestore a timeout value to the default settings instead...
2008-05-22 Ronnie Sahlbergfix some memory hierarchy bugs in allocation of the...
2008-05-22 Ronnie Sahlbergcleanup of the previous patch.
2008-05-22 Ronnie Sahlbergsecond try for safe transaction stores into persistend...
2008-02-04 Ronnie SahlbergMerge branch 'master' of git://git.samba.org/tridge...
2008-02-04 Andrew Tridgellmerge from ronnie
2007-11-11 Ronnie Sahlbergrevert 773
2007-11-05 Ronnie Sahlbergadd a new tunable "CheckNodesFile" that when set to...
2007-09-24 Ronnie Sahlbergmerge from tridge
2007-09-23 Andrew Tridgellfixed a valgrind error, and some warnings
2007-09-21 Ronnie Sahlbergmerge from tridge
2007-09-21 Andrew Tridgellavoid using connected nodes that aren't in the vnn...
2007-09-21 Andrew Tridgellmerge bugfix from ronnie
2007-09-21 Ronnie Sahlbergin ctdb_control_persistent_store() we must talloc_steal...
2007-09-21 Ronnie Sahlbergmerge from tridge
2007-09-21 Andrew Tridgelladded support for persistent databases in ctdbd