create an async version of ctdb_attachdb_send() for libctdb
[sahlberg/ctdb.git] / libctdb /
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 Sahlbergin ctdb_getrecmaster_recv return 0 (success) when...
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-12 Ronnie Sahlbergtemporary kludge
2010-05-12 Ronnie Sahlbergremove the timeout parameter to ctdb_control_send(...
2010-05-12 Ronnie Sahlbergmove some timed event calls out from libctdb and put...
2010-05-12 Ronnie Sahlbergooops, add a file that was missing
2010-05-12 Ronnie Sahlbergdont include events.h from files that dont need/use it.
2010-05-12 Ronnie Sahlbergshow gow to use _send() _recv() in the example program
2010-05-11 Ronnie SahlbergUpdate ctdb_remove_message_handler to provide a nonbloc...
2010-05-11 Ronnie Sahlbergadditional cleanup.
2010-05-11 Ronnie Sahlbergchange the libctdb_ prefix to ctdb_
2010-05-11 Ronnie Sahlbergrename ctdb.h to ctdb_protocol.h
2010-05-11 Ronnie Sahlbergadd libctdb getrecmaster control recv function and
2010-05-11 Ronnie Sahlbergupdates
2010-05-10 Ronnie Sahlbergexample libctdb.a and test program libctdb/tst.c