Whitespace changes and using the CTDB_NO_MEMORY() macro changes to
[vlendec/samba-autobuild/.git] / ctdb / client / ctdb_client.c
2009-05-21 Ronnie SahlbergWhitespace changes and using the CTDB_NO_MEMORY() macro...
2009-05-21 Sumit Boseadd missing checks on so far ignored return values
2009-05-14 Ronnie Sahlbergadd additional log info to track if/why we cant switch...
2009-05-14 Ronnie SahlbergTrack how long it takes to take out the recovery lock...
2009-04-07 Andrew TridgellMerge commit 'ronnie/master'
2009-03-23 Michael AdamMerge commit 'ctdb-ronnie/master'
2009-03-23 rootadd a new command "ctdb scriptstatus"
2009-03-23 rootcreate a helper function that converts a ctdb instance...
2008-11-21 Martin SchwenkeMerge commit 'origin/master' into martins
2008-11-20 Andrew TridgellMerge commit 'ronnie/master'
2008-11-20 Ronnie Sahlbergreqrite the handling of flag updates across the cluster...
2008-11-19 Martin SchwenkeMerge branch 'master' into martins
2008-11-11 Ronnie Sahlbergadd a CTDB_SOCKET variable that can be used to override...
2008-10-16 Martin SchwenkeMerge commit 'origin/master' into martins
2008-10-16 Andrew TridgellMerge commit 'ronnie/master'
2008-10-14 Ronnie Sahlbergwe must also check the status returned from the get...
2008-10-14 Ronnie Sahlbergupdate the client side of getnodemap and getpublicips...
2008-10-13 Ronnie Sahlbergupdate TAKEIP/RELEASEIP/GETPUBLICIP/GETNODEMAP controls...
2008-09-12 Martin SchwenkeMerge commit 'origin/master' into for-ronnie
2008-09-12 Martin SchwenkeMerge commit 'origin/master' into martins
2008-09-09 Ronnie Sahlbergadditional monitoring between the two daemons.
2008-08-19 Ronnie Sahlberginitial ipv6 patch
2008-08-08 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-08-08 Andrew Tridgelladded retry handling in client
2008-08-08 Andrew Tridgellimported failure handling from dbwrap_ctdb.c
2008-08-08 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-08-08 Andrew Tridgellsave writing the same data twice
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...
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...
next