update getpnn to use a generic "set_callback" call to register the callback on the...
[sahlberg/ctdb.git] / include / ctdb.h
2010-05-18 Ronnie Sahlbergupdate getpnn to use a generic "set_callback" call...
2010-05-17 Ronnie Sahlbergadd a function ctdb_writerecord() to write a record...
2010-05-17 Ronnie Sahlbergcreatedb and getdbpath does not need to be in the publi...
2010-05-17 Ronnie Sahlbergremove the old ctdb_attach() function and move all...
2010-05-17 Ronnie Sahlbergcreate an async version of ctdb_attachdb_send() for...
2010-05-14 Ronnie Sahlbergcreate an async version of the control to get the path...
2010-05-14 Ronnie Sahlbergwe sometimes need to send special flags when asking...
2010-05-14 Ronnie Sahlberglet the ctdb_createdb*() fucntions return the db_id
2010-05-14 Ronnie Sahlbergupdate the internal ctdb_ctrl_createdb() call to use...
2010-05-14 Ronnie Sahlbergadd a libctdb version of the control to create a database
2010-05-13 Ronnie SahlbergChange the ctdb_getpnn*() functions to take a destinati...
2010-05-13 Ronnie SahlbergAdd a control to read the PNN number of the local node...
2010-05-11 Ronnie SahlbergUpdate ctdb_remove_message_handler to provide a nonbloc...
2010-05-11 Ronnie Sahlbergadditional cleanup.
2010-05-11 Ronnie Sahlbergmove messaging functions into libctdb
2010-05-11 Ronnie Sahlbergchange the libctdb_ prefix to ctdb_
2010-05-11 Ronnie SahlbergChange the ifdefs to match the filename
2010-05-11 Ronnie Sahlbergrename ctdb.h to ctdb_protocol.h
2010-05-03 Ronnie sahlbergMerge commit 'rusty/signal-fix'
2010-05-03 Ronnie SahlbergThe recent change to the recovery daemon to keep track...
2010-03-31 Martin SchwenkeMerge commit 'origin/master'
2010-03-11 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-02-23 Stefan Metzmacherserver: add "setup" event
2010-01-22 Martin SchwenkeMerge commit 'origin/master'
2010-01-20 Stefan Metzmacherserver: add updateip event
2010-01-20 Stefan Metzmacherserver: add "init" event
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 Metzmacherclient: make ctdb_dumpdb_record() public
2009-12-16 Stefan Metzmacherclient: add ctdb_ctrl_getdbhealth()
2009-12-16 Stefan Metzmacherserver: add db_directory_state to ctdb_context
2009-12-15 Ronnie SahlbergMerge branch 'trans3'
2009-12-15 Ronnie SahlbergMerge commit 'obnox/ctdb-wip-trans3' into trans3
2009-12-11 Michael Adamdefine CTDB_DB_SEQNUM_KEY - used with the new implement...
2009-12-09 Ronnie SahlbergMerge commit 'rusty/script-report'
2009-12-07 Rusty Russellctdb: scriptstatus can now query non-monitor events rusty/script-report
2009-12-07 Rusty Russelleventscript: expost call names and enum
2009-12-07 Rusty Russelleventscript: rename ctdb_monitoring_wire to ctdb_script...
2009-12-07 Rusty Russelleventscript: use -ENOEXEC for disabled status value
2009-12-07 Rusty Russelleventscript: use -ETIME for timeout status value
2009-12-04 Michael Adammake ctdb_ctrl_transaction_active public.
2009-11-11 Martin SchwenkeMerge commit 'origin/master'
2009-10-30 Ronnie Sahlbergstart the syslog child a little later, after we have...
2009-10-23 Ronnie SahlbergAdd a mechanism where we can register notifications...
2009-10-16 Martin SchwenkeMerge branch 'onnode_options'
2009-10-16 Martin SchwenkeMerge commit 'origin/master'
2009-10-14 Ronnie SahlbergMerge commit 'martins/onnode_options'
2009-10-14 Ronnie Sahlbergwhen we change state between healthy/unhealthy, make...
2009-10-12 Ronnie SahlbergMerge commit 'martins/master'
2009-10-11 Ronnie Sahlberguptade the freeze/thaw commands to be able to send...
2009-10-10 Ronnie Sahlbergadd a control to read the db priority from a database
2009-10-10 Ronnie Sahlbergadd a control to set a database priority. Let newly...
2009-10-06 Martin SchwenkeMerge commit 'origin/master'
2009-10-06 Ronnie Sahlbergadd a new message to ask the recovery daemon to tempora...
2009-10-05 Ronnie Sahlbergadd a new function to collect a list of all active...
2009-09-07 Martin SchwenkeMerge commit 'origin/master'
2009-09-03 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2009-09-03 Ronnie Sahlbergnew prototype banning code
2009-08-17 Martin SchwenkeMerge commit 'origin/master'
2009-08-13 Ronnie Sahlbergadd new controls to make it possible to enable/disable...
2009-07-28 Ronnie Sahlbergadd two commands : setlmasterrole and setrecmasterrole...
2009-07-27 Ronnie Sahlbergadd a command "setnatgwstate {on|off}" that can be...
2009-07-17 Ronnie SahlbergMerge commit 'martins/master'
2009-07-09 Ronnie Sahlbergadd two new controls, CTOP_NODE and CONTINUE_NODE
2009-07-08 Martin SchwenkeMerge branch 'ronnie_merge'
2009-07-08 Martin SchwenkeMerge commit 'origin/master' into ronnie_merge
2009-07-02 Ronnie Sahlbergadd a new command "ctdb ipreallocate", this command...
2009-06-30 Ronnie Sahlbergupdate the handling of debug levels so that we always...
2009-06-25 Ronnie Sahlbergadd a control to set the reclock file
2009-06-02 Martin SchwenkeMerge branch 'init_rewrite'
2009-06-02 Martin SchwenkeMerge commit 'origin/master'
2009-06-01 Ronnie Sahlbergadd a new node state : DELETED.
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...
2009-02-18 Ronnie SahlbergMerge branch 'martins'
2009-02-08 Andrew TridgellMerge commit 'ronnie/master'
2009-01-29 Michael Adamremove include <netinet/in.h> from public ctdb.h
2009-01-16 Martin SchwenkeMerge commit 'origin/master' into martins
2009-01-13 rootfinish the ipv6 support.
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-10-16 Martin SchwenkeMerge commit 'origin/master' into martins
2008-10-16 Andrew TridgellMerge commit 'ronnie/master'
2008-10-14 Ronnie Sahlbergupdate the client side of getnodemap and getpublicips...
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-20 Ronnie Sahlbergmake the function to canonicalize a sockaddr structure...
2008-08-05 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-07-30 Andrew Tridgellnew prototypes
2008-07-02 Ronnie Sahlbergtrack both when we last started and ended a recovery.
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 tridge/ronnie
2008-05-06 Ronnie SahlbergAdd a capabilities field to the ctdb structure
2008-04-01 Ronnie Sahlbergadd improvements to tracking memory usage in ctdbd...
next