summaryrefslogtreecommitdiffstats
path: root/ctdb/client
Commit message (Expand)AuthorAgeFilesLines
...
* new simpler and much faster recovery code based on tdb transactionsAndrew Tridgell2008-01-061-211/+10
* added async pull, push and rsn handling functionsAndrew Tridgell2008-01-051-71/+157
* get rid of the control to set the monitoring mode.Ronnie Sahlberg2007-11-301-23/+0
* fixed a valgrind uninitialised memory error due to pad bytesAndrew Tridgell2007-10-221-0/+1
* add a control to send gratious arps from the ctdb daemonRonnie Sahlberg2007-10-091-0/+41
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-5/+49
* fixed a pointer cast warningAndrew Tridgell2007-09-101-0/+2
* we should always get data back from getnodemapRonnie Sahlberg2007-09-051-1/+1
* change ctdb_send_message to take pnn as parameter instead of vnnRonnie Sahlberg2007-09-041-2/+2
* change ctdb_ctrl_getvnn to ctdb_ctrl_getpnnRonnie Sahlberg2007-09-041-4/+4
* change ctdb_get_vnn to ctdb_get_pnnRonnie Sahlberg2007-09-041-2/+2
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-6/+6
* change how we do public addresses and takeover so that we can have Ronnie Sahlberg2007-09-041-4/+5
* make the ctdb shutdown command use the async _send() function to send Ronnie Sahlberg2007-08-271-6/+5
* add async versions of the freeze node control and freeze all nodes in Ronnie Sahlberg2007-08-271-7/+32
* add a control to pull the server id list off a nodeRonnie Sahlberg2007-08-261-0/+24
* add an initial implementation of a service_id structure and three Ronnie Sahlberg2007-08-241-0/+87
* cleanup invoke_control_callback. we dont need to pass some of these Ronnie Sahlberg2007-08-241-7/+4
* change the api for managing callbacks to controls so that isntead of Ronnie Sahlberg2007-08-241-56/+23
* comment why we do a talloc_stealRonnie Sahlberg2007-08-241-0/+3
* try out a slightly different api for controls where you provide a Ronnie Sahlberg2007-08-231-25/+115
* hang the ctdb_req_control structure off the ctdb_client_control_state Ronnie Sahlberg2007-08-231-13/+36
* in ctdb_call_recv() we must check that state is non-NULL since Ronnie Sahlberg2007-08-231-46/+87
* create an enum to describe the state of a control in flight instead of Ronnie Sahlberg2007-08-231-4/+6
* merge changes needed for samba4Andrew Tridgell2007-08-151-0/+31
* updated ctdb tickle managementRonnie Sahlberg2007-07-201-0/+27
* make the ctdb tool use the killtcp control in the daemon instead of Ronnie Sahlberg2007-07-121-0/+26
* minor back-merge from samba4Andrew Tridgell2007-07-101-2/+2
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* - merged ctdb_store test from ronnieAndrew Tridgell2007-06-171-0/+7
* some #include cleanupsAndrew Tridgell2007-06-071-2/+2
* more code rearrangementAndrew Tridgell2007-06-071-1/+3
* start splitting the code into separate client and server piecesAndrew Tridgell2007-06-071-0/+2132