eventscript: remove cb_status, fix uninitialized bug when monitoring aborted
[metze/ctdb/wip.git] / client /
2008-08-05 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-08-04 Andrew Tridgellimplemented replayable transactions in ctdb to prevent...
2008-07-30 Andrew Tridgelladded client side functions for new transaction code
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-04 Andrew Tridgelldon't use mmap in tdb if --nosetsched is set. That...
2008-07-04 Andrew Tridgellprevent valgrind errors where we print unitialised...
2008-07-04 Andrew Tridgellfixed some incorrect CTDB_NO_MEMORY*() calls found...
2008-07-02 Ronnie Sahlbergprint the opcode when an async callback detects an...
2008-06-12 Ronnie Sahlbergadd a callback for failed nodes to the async control...
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-08 Andrew TridgellMerge branch 'master' of git://git.samba.org/sahlberg...
2008-05-08 rootMerge commit 'ronnie-ctdb/master' into tridge
2008-05-06 Ronnie SahlbergExpand the client async framework so that it can take...
2008-05-06 Ronnie SahlbergAdd a capabilities field to the ctdb structure
2008-04-23 Ronnie Sahlbergmake 'ctdb catdb' produce output that resembles the...
2008-03-26 Ronnie SahlbergAdd two new controls to add/delete public ip address...
2008-03-24 Ronnie SahlbergFrom M Dietz,
2008-03-19 Ronnie Sahlbergin ctdb_call_local() we can not talloc_steal() the...
2008-03-19 Ronnie Sahlbergdont steal reply_data.dptr to ctdb if there is no data...
2008-02-29 Ronnie Sahlbergadd a new file <reclock>.pnn where each recovery daemon...
2008-02-28 Ronnie Sahlbergadd a control to get the name of the reclock file from...
2008-02-19 Ronnie Sahlbergto make it easier/less disruptive to add nodes to a...
2008-02-04 Ronnie SahlbergSpecify and print debuglevels by name and not by number
2008-02-04 Ronnie SahlbergMerge branch 'master' of git://git.samba.org/tridge...
2008-02-04 Andrew Tridgellmerge from ronnie
2008-02-04 Ronnie SahlbergMerge branch 'master' of git://git.samba.org/tridge...
2008-02-04 Andrew Tridgelladded debug constants to allow for better mapping to...
2008-01-29 Andrew Tridgellmerge async recovery changes from Ronnie
2008-01-17 Andrew Tridgellmerge from ronnie
2008-01-17 Ronnie Sahlbergadd a ctdb uptime command that prints when ctdb was...
2008-01-16 Andrew Tridgellmerge from ronnie
2008-01-15 Ronnie Sahlbergctdb_control_send() does not need to take an outdata...
2008-01-08 Ronnie Sahlbergmerge from tridge
2008-01-08 Andrew Tridgellonly match vacuum list if on the same database
2008-01-08 Ronnie Sahlbergmerge from tridge
2008-01-08 Andrew Tridgellensure the recovery daemon is not clagged up by vacuum...
2008-01-08 Andrew Tridgelladded two new ctdb commands:
2008-01-06 Andrew Tridgellnew simpler and much faster recovery code based on...
2008-01-04 Andrew Tridgelladded async pull, push and rsn handling functions
2007-12-02 Andrew Tridgellmerge from ronnie
2007-11-29 Ronnie Sahlbergget rid of the control to set the monitoring mode.
2007-10-23 Andrew Tridgellmerge from ronnie
2007-10-22 Ronnie Sahlbergmerge from tridge
2007-10-22 Andrew Tridgellfixed a valgrind uninitialised memory error due to...
2007-10-15 Andrew Tridgellmerge from ronnie
2007-10-10 Ronnie Sahlbergmerge from tridge
2007-10-09 Ronnie Sahlbergadd a control to send gratious arps from the ctdb daemon
2007-09-21 Ronnie Sahlbergmerge from tridge
2007-09-21 Andrew Tridgelladded support for persistent databases in ctdbd
2007-09-10 Ronnie Sahlbergmerged patch from tridge
2007-09-10 Andrew Tridgellfixed a pointer cast warning
2007-09-10 Andrew Tridgellmerge from ronnie
2007-09-06 Ronnie Sahlbergmerge from tridge
2007-09-05 Ronnie Sahlbergwe should always get data back from getnodemap
2007-09-04 Ronnie Sahlbergchange ctdb_send_message to take pnn as parameter...
2007-09-04 Ronnie Sahlbergchange ctdb_ctrl_getvnn to ctdb_ctrl_getpnn
2007-09-04 Ronnie Sahlbergchange ctdb_get_vnn to ctdb_get_pnn
2007-09-04 Ronnie Sahlbergchange ctdb->vnn to ctdb->pnn
2007-09-03 Ronnie Sahlbergchange how we do public addresses and takeover so that...
2007-08-27 Andrew Tridgellmerge from ronnie
2007-08-27 Ronnie Sahlbergmake the ctdb shutdown command use the async _send...
2007-08-27 Ronnie Sahlbergadd async versions of the freeze node control and freez...
2007-08-26 Ronnie Sahlbergadd a control to pull the server id list off a node
2007-08-24 Ronnie Sahlbergadd an initial implementation of a service_id structure...
2007-08-24 Ronnie Sahlbergcleanup invoke_control_callback. we dont need to...
2007-08-24 Ronnie Sahlbergchange the api for managing callbacks to controls ...
2007-08-23 Ronnie Sahlbergcomment why we do a talloc_steal
2007-08-23 Ronnie Sahlbergtry out a slightly different api for controls where...
2007-08-23 Ronnie Sahlberghang the ctdb_req_control structure off the ctdb_client...
2007-08-23 Ronnie Sahlbergin ctdb_call_recv() we must check that state is non...
2007-08-22 Ronnie Sahlbergcreate an enum to describe the state of a control in...
2007-08-20 Ronnie Sahlbergmerge from tridge
2007-08-20 Andrew Tridgellmerged new event script calling code from ronnnie
2007-08-15 Andrew Tridgellmerge from ronnie
2007-08-14 Andrew Tridgellmerge changes needed for samba4
2007-08-03 Andrew Tridgellmerge from ronnie
2007-07-20 Ronnie Sahlbergupdated ctdb tickle management
2007-07-13 Andrew Tridgell- merge from ronnie
2007-07-11 Ronnie Sahlbergmake the ctdb tool use the killtcp control in the daemo...
2007-07-10 Ronnie Sahlbergmerge from tridge
2007-07-10 Andrew Tridgellminor back-merge from samba4
2007-07-10 Ronnie Sahlbergmerge from tridge
2007-07-10 Andrew Tridgellupdate lib/replace from samba4
2007-06-17 Ronnie Sahlbergmerge from tridge
2007-06-17 Andrew Tridgellmerge from ronnie
2007-06-17 Andrew Tridgell- merged ctdb_store test from ronnie
2007-06-07 Ronnie Sahlbergmerge from tridge
2007-06-07 Andrew Tridgellsome #include cleanups
2007-06-07 Andrew Tridgellmore code rearrangement
2007-06-07 Andrew Tridgellstart splitting the code into separate client and serve...