rename ctdb.h to ctdb_protocol.h
[sahlberg/ctdb.git] / server / ctdb_freeze.c
2010-05-11 Ronnie Sahlbergrename ctdb.h to ctdb_protocol.h
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 Metzmacherserver: Use tdb_check to verify persistent tdbs on...
2009-12-16 Stefan Metzmacherserver: move error handling to a 'fail' label in ctdb_c...
2009-12-04 Martin SchwenkeMerge branch 'status-test-2'
2009-11-30 Ronnie SahlbergMerge commit 'martins/status-test-2'
2009-11-26 Ronnie Sahlbergchange the lock wait child handling to use a pipe isnte...
2009-10-22 Martin SchwenkeMerge commit 'origin/master'
2009-10-22 Ronnie Sahlbergif a lock wait child died/finished, we could have relea...
2009-10-14 Martin SchwenkeMerge commit 'origin/master' into onnode_options
2009-10-13 Ronnie Sahlbergallow a pre .95 version of a recovery master to freeze...
2009-10-13 Ronnie SahlbergPort Volkers deadlock avoidance patch to HEAD.
2009-10-12 Ronnie SahlbergMerge commit 'martins/master'
2009-10-12 Ronnie Sahlbergadd a new control for explicitely cancelling recovery...
2009-10-12 Ronnie Sahlberginitial attempt at freezing databases in priority order
2009-10-11 Ronnie Sahlberguptade the freeze/thaw commands to be able to send...
2009-10-10 Ronnie Sahlbergadd a control to set a database priority. Let newly...
2009-05-25 Ronnie SahlbergRevert "we only need to have transaction nesting disabl...
2009-05-25 Ronnie SahlbergRevert "set the TDB_NO_NESTING flag for the tdb before...
2009-04-25 Ronnie Sahlbergwe only need to have transaction nesting disabled when...
2009-04-25 Ronnie Sahlbergset the TDB_NO_NESTING flag for the tdb before we start...
2008-07-11 Andrew TridgellMerge commit 'ronnie/master'
2008-07-10 Martin SchwenkeMerge commit 'origin/master' into martins
2008-07-09 Ronnie Sahlbergproper waitpid() fix.
2008-07-08 Ronnie SahlbergRevert "waitpid() can block if it takes a long time... 1.0.45 obnox/1.0.45 origin/1.0.45
2008-07-07 Ronnie Sahlbergwaitpid() can block if it takes a long time before...
2008-07-06 Ronnie SahlbergIf a transaction commit fails. Log this error and cance...
2008-07-06 Ronnie Sahlberg in the destructor for the lock-wait child, make sure...
2008-07-04 Andrew Tridgellfixed some incorrect CTDB_NO_MEMORY*() calls found...
2008-07-04 Andrew Tridgellzero out the ctdb->freeze_handle when we free it
2008-06-26 Ronnie Sahlbergtest
2008-06-26 Ronnie SahlbergRevert "test"
2008-06-26 Ronnie Sahlbergtest
2008-06-26 Ronnie Sahlbergthird attempt for fixing a freeze child writing to...
2008-06-26 Ronnie Sahlbergonly loop over the write it the write failed
2008-06-25 Ronnie Sahlbergthe write() from the freeze child process can fail
2008-02-04 Ronnie SahlbergMerge branch 'master' of git://git.samba.org/tridge...
2008-02-04 Andrew Tridgellmerge from ronnie
2008-01-06 Andrew Tridgelladded paranoid transaction ids
2008-01-06 Andrew Tridgellnew simpler and much faster recovery code based on...
2008-01-04 Andrew Tridgella useful hack for checking correct behaviour of recovery
2007-07-10 Ronnie Sahlbergmerge from tridge
2007-07-10 Andrew Tridgellupdate lib/replace from samba4
2007-06-09 Ronnie Sahlbergmerge from tridge
2007-06-09 Andrew Tridgell- send tcp info to all connected nodes, not just vnnmap...
2007-06-07 Ronnie Sahlbergmerge from tridge
2007-06-07 Andrew Tridgellstart splitting the code into separate client and serve...