fixed merge
[sahlberg/ctdb.git] / server /
2008-08-11 Andrew TridgellMerge commit 'ronnie/master'
2008-08-11 Andrew Tridgellfixed a memory leak in the recovery daemon
2008-08-08 Andrew Tridgellfixed send of release IP message
2008-08-08 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb 1.0.54 obnox/1.0.54 origin/1.0.54 ctdb-1.0.54
2008-08-08 Andrew Tridgelladded a new control CTDB_CONTROL_TRANS2_COMMIT_RETRY...
2008-08-07 Andrew Tridgellreturn a more detailed error code from a trans2 commit...
2008-08-07 Andrew TridgellMerge commit 'ronnie/1.0.53'
2008-08-07 Andrew Tridgellfixed a looping error bug with the new transactions...
2008-08-07 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-08-07 Andrew Tridgellcover some corner cases where the persistent database...
2008-08-06 Ronnie Sahlbergremove the reclock file we store pnn counts in.
2008-08-05 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-08-04 Andrew Tridgellimplemented replayable transactions in ctdb to prevent... tridge obnox/tridge origin/tridge
2008-07-30 Andrew Tridgellrenamed the pulldb structure to a ctdb_marshall_buffer
2008-07-30 Andrew Tridgellmake sure we honor the TDB_NOSYNC flag from clients...
2008-07-30 Andrew Tridgelladded new multi-record transaction commit code
2008-07-30 Andrew Tridgellrename the structure we use for marshalling multiple...
2008-07-23 Andrew Tridgellfixed buffering in ctdb logging code to handle multiple...
2008-07-21 Ronnie SahlbergFrom Michael Adams,
2008-07-18 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-07-18 Ronnie Sahlbergif a new node enters the cluster, that node will alread...
2008-07-18 Ronnie Sahlberglower a debug statement
2008-07-18 Ronnie Sahlberglower a debug message
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-16 Ronnie SahlbergDo not allow "ctdb eventscript" to start new eventscrip...
2008-07-16 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-07-16 Andrew TridgellMerge commit 'ronnie/master'
2008-07-16 Ronnie Sahlbergchange how we filter out "empty" records in the travers...
2008-07-11 Andrew TridgellMerge commit 'ronnie/master'
2008-07-11 Ronnie SahlbergFix a very subtle race where we could get a double... 1.0.47 obnox/1.0.47 origin/1.0.47
2008-07-10 Ronnie Sahlbergmake LVS a capability so that we can see which nodes...
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-08 Ronnie SahlbergRevert "set sigchild to SIG_IGN instead of SIG_DFL"
2008-07-08 Ronnie Sahlbergset sigchild to SIG_IGN instead of SIG_DFL
2008-07-07 Ronnie Sahlbergwaitpid() can block if it takes a long time before...
2008-07-07 Ronnie Sahlberguse more libral handling of event scripts timing out.
2008-07-06 Ronnie Sahlbergwe need a 'case x:' in our ugly 'encode the control...
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 a case statement
2008-07-04 Andrew Tridgellan extraordinarily ugly patch!
2008-07-04 Andrew Tridgelldon't use mmap in tdb if --nosetsched is set. That...
2008-07-04 Andrew Tridgellfixed a warning
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-07-03 Ronnie Sahlbergwe dont need to explicitely thaw the databases from...
2008-07-02 Ronnie Sahlbergtrack both when we last started and ended a recovery.
2008-07-02 Ronnie Sahlbergupdate a comment to reflect that this is not always...
2008-06-26 Ronnie Sahlbergtest
2008-06-26 Ronnie SahlbergRevert "test"
2008-06-26 Ronnie Sahlbergtest
2008-06-26 Ronnie Sahlbergreduce loglevel of the info message we are updating...
2008-06-26 Ronnie Sahlbergforce an update of the flags from the recmaster after...
2008-06-26 Ronnie Sahlbergthird attempt for fixing a freeze child writing to...
2008-06-26 Ronnie Sahlbergverify that the recmaster has the correct flags for...
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-06-13 Ronnie Sahlbergban the node after 3 failed scripts by default
2008-06-13 Ronnie Sahlbergif the event scripts hangs EventScriptsBanCount consecu...
2008-06-13 Ronnie Sahlbergwhen a eventscript has timed out, log the event options...
2008-06-13 Ronnie Sahlbergmake it possible to re-start a recovery without marking...
2008-06-12 Ronnie Sahlbergadd a callback for failed nodes to the async control...
2008-06-04 Ronnie Sahlbergfirst cut to convert takeover_callback_state{}
2008-06-04 Ronnie Sahlbergfix a comment
2008-06-04 Ronnie Sahlbergconvert handling of gratious arps and their controls...
2008-06-04 Ronnie Sahlbergadd a parameter for the tdb-flags to the client function
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-05-21 Ronnie Sahlberglowe the loglevel for the warning that releaseip was...
2008-05-21 Ronnie Sahlberg lower the loglevel for when we have "tickles" for...
2008-05-15 Ronnie Sahlbergdont disable/enable monitoring for each eventscript...
2008-05-15 Ronnie Sahlbergdont check whether the "recovered" event was successful...
2008-05-15 Ronnie Sahlbergremove some unnessecary tests if ->vnn is null or not
2008-05-15 Ronnie SahlbergUpdate some debug statements. Dont say that recovery...
2008-05-14 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-05-14 Andrew Tridgellput the return in the right place
2008-05-14 Andrew TridgellFix the chicken and egg problem with ctdb/samba and...
2008-05-14 Ronnie SahlbergStart implementing support for ipv6.
2008-05-14 Andrew TridgellMerge commit 'ronnie-ctdb/master' into tridge tridge/tridge
2008-05-12 Ronnie SahlbergTry to use tdb transactions when updating a record...
2008-05-11 Ronnie Sahlbergctdb->methods becomes NULL when we shutdown the transport.
2008-05-09 Ronnie Sahlbergfix a bug where the public ip addresses of the cluster...
2008-05-08 Andrew Tridgellfixed realloc bug
2008-05-08 Andrew TridgellMerge branch 'master' of git://git.samba.org/sahlberg...
2008-05-08 rootMerge commit 'ronnie-ctdb/master' into tridge tridge/ronnie
2008-05-06 Ronnie SahlbergExpand the client async framework so that it can take...
2008-05-06 Ronnie Sahlbergmake sure we lose all elections for recmaster role...
2008-05-06 Ronnie Sahlbergclose and reopen the reclock pnn file at regular intervals.
2008-05-06 Ronnie SahlbergMonitor that the recovery daemon is still running from...
2008-05-06 Ronnie SahlbergAdd ability to disable recmaster and lmaster roles...
2008-05-06 Ronnie SahlbergAdd a capabilities field to the ctdb structure
next