change the controls to return a struct ctdb_client_control_state* instead of a handle
[sahlberg/ctdb.git] / libctdb / libctdb.c
2010-05-19 Ronnie Sahlbergchange the controls to return a struct ctdb_client_cont... libctdb
2010-05-19 Ronnie Sahlbergchange ...generic_callback to ...control_callback
2010-05-18 Ronnie SahlbergAdd verification that we called the correct *_recv...
2010-05-18 Ronnie SahlbergRemove ctdb_set_callback() from the public API and...
2010-05-18 Ronnie Sahlbergmake the getrecovery master control use the new generic...
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 Sahlbergremove the old ctdb_attach() function and move all...
2010-05-17 Ronnie Sahlbergcreate a ctdb_attachdb_recv() function for 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-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