summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_client.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-17ctdb-daemon: Drop unused old client recmaster functionsMartin Schwenke1-22/+0
2020-07-24ctdb-recoverd: Move ctdb_ctrl_modflags() to ctdb_recoverd.cMartin Schwenke1-5/+0
2020-03-23ctdb-daemon: Remove more unused old client database functionsMartin Schwenke1-12/+0
2020-03-23ctdb-daemon: Remove unused old client database functionsMartin Schwenke1-22/+0
2019-07-05ctdb-daemon: Make old list_of_nodes() function staticMartin Schwenke1-3/+0
2018-11-06ctdb-daemon: Drop unused function ctdb_set_socketname()Martin Schwenke1-1/+0
2018-05-01ctdb-daemon: Move ctdb_init() to the only place it is usedMartin Schwenke1-5/+0
2018-05-01ctdb-client: Remove ununsed functions from old client codeAmitay Isaacs1-218/+0
2017-09-14ctdb-client: Drop old client code for monitor controlsMartin Schwenke1-18/+0
2017-08-25ctdb-client: Fix ctdb_attach() to use database flagsAmitay Isaacs1-1/+1
2017-08-25ctdb-client: Optionally return database id from ctdb_ctrl_createdb()Amitay Isaacs1-1/+1
2017-08-25ctdb-client: Fix ctdb_ctrl_createdb() to use database flagsAmitay Isaacs1-1/+1
2017-08-14ctdb-client: Drop client code to send CHECK_SRVIDS controlAmitay Isaacs1-3/+0
2017-06-26ctdb-client: Add a function to get db open flagsAmitay Isaacs1-0/+3
2017-06-26ctdb-client: Drop tdb_flags argument to ctdb_attach()Amitay Isaacs1-2/+1
2016-12-18ctdb-client: Drop client code for eventscript controlsAmitay Isaacs1-11/+0
2016-07-25ctdb-client: Remove client code for set/get_db_priorityAmitay Isaacs1-7/+0
2016-07-25ctdb-client: Mark ctdb_ctrl_freeze_priority staticAmitay Isaacs1-2/+0
2016-07-25ctdb-client: Drop unused functions ctdb_ctrl_freeze_send/recvAmitay Isaacs1-8/+0
2016-07-25ctdb-client: Remove functions ctdb_ctrl_thaw_priority() and ctdb_ctrl_thaw()Amitay Isaacs1-5/+0
2016-06-08ctdb-client: Remove support for SET_RECLOCKMartin Schwenke1-3/+0
2016-04-23ctdb-client: Remove client functions related to server_idAmitay Isaacs1-14/+0
2016-04-01ctdb-client: Drop killtcp client functionsMartin Schwenke1-4/+0
2016-01-27ctdb-client: Drop support for updating NAT gateway capabilityMartin Schwenke1-3/+0
2015-11-16ctdb-daemon: Move switch_from_server_to_client() to ctdb_daemon.cAmitay Isaacs1-3/+0
2015-11-04ctdb-daemon: Rename struct ctdb_control_get_ifaces to ctdb_iface_list_oldAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_control_public_ip_info to ctdb_public_ip_info...Amitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_control_iface_info to ctdb_ifaceAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_control_ip_iface to ctdb_addr_info_oldAmitay Isaacs1-2/+2
2015-11-04ctdb-daemon: Rename struct ctdb_tunable to ctdb_tunable_listAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_control_tcp_tickle_list to ctdb_tickle_list_oldAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_ban_time to ctdb_ban_stateAmitay Isaacs1-2/+2
2015-11-04ctdb-daemon: Rename struct ctdb_tcp_connection to ctdb_connectionAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_server_id_list to ctdb_client_id_list_oldAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_server_id to ctdb_client_idAmitay Isaacs1-3/+3
2015-11-04ctdb-daemon: Rename struct ctdb_dbid_map to ctdb_dbid_map_oldAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_db_statistics to ctdb_db_statistics_oldAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_statistics_wire to ctdb_statistics_list_oldAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_all_public_ips to ctdb_public_ip_list_oldAmitay Isaacs1-2/+2
2015-11-04ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs1-6/+6
2015-11-04ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename enum ctdb_eventscript_call to ctdb_eventAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_scripts_wire to ctdb_script_list_oldAmitay Isaacs1-1/+1
2015-10-30ctdb-include: Order function prototypes as per ctdb_client.cAmitay Isaacs1-395/+451
2015-10-30ctdb-include: Remove unused structures and prototypesAmitay Isaacs1-8/+0
2015-10-30ctdb-include: Move client function prototypes to ctdb_client.hAmitay Isaacs1-0/+134
2015-10-30ctdb-include: Move protocol structures from ctdb_client.h to ctdb_protocol.hAmitay Isaacs1-65/+0
2015-10-30ctdb-include: Group function prototypes from server/ctdb_server.cAmitay Isaacs1-16/+0
2015-10-30ctdb-include: Group function prototypes from server/ctdb_call.cAmitay Isaacs1-2/+0
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-22/+0