summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_control.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06ctdb-server: Implement CTDB_CONTROL_START_IPREALLOCATEVinit Agnihotri1-0/+4
2023-12-15ctdb: add/implement CTDB_CONTROL_TCP_CLIENT_PASSEDStefan Metzmacher1-0/+4
2023-12-15ctdb: add/implement CTDB_CONTROL_TCP_CLIENT_DISCONNECTEDStefan Metzmacher1-0/+4
2022-01-17ctdb-daemon: Drop implementation of {GET,SET}_RECMASTER controlsMartin Schwenke1-4/+3
2021-09-09ctdb_daemon: Implement controls DISABLE_NODE/ENABLE_NODEMartin Schwenke1-0/+42
2020-09-11ctdb-daemon: Drop implementation of old-style database pull/push controlsMartin Schwenke1-4/+3
2020-04-28ctdb: Implement CTDB_CONTROL_ECHO_DATAVolker Lendecke1-0/+87
2019-10-24ctdb-daemon: Implement DB_VACUUM controlMartin Schwenke1-0/+9
2019-10-24ctdb-daemon: Add implementation of VACUUM_FETCH controlAmitay Isaacs1-0/+3
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-2/+9
2018-10-08ctdb-daemon: Drop implementation of RECEIVE_RECORDS controlAmitay Isaacs1-1/+1
2018-07-02ctdb-daemon: Only consider client ID for local database attachMartin Schwenke1-8/+24
2018-07-02ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke1-2/+2
2017-10-10ctdb-daemon: Add implementation of tunnel controlsAmitay Isaacs1-0/+6
2017-09-21ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs1-0/+4
2017-09-14ctdb-daemon: Mark monitoring controls obsoleteMartin Schwenke1-12/+7
2017-08-14ctdb-daemon: Drop the implementation of CHECK_SRVIDS controlAmitay Isaacs1-1/+1
2017-06-29ctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs1-0/+5
2017-06-29ctdb-daemon: Pass db_flags instead of passing persistent flagAmitay Isaacs1-2/+5
2017-06-26ctdb-daemon: Implement DB_OPEN_FLAGS controlAmitay Isaacs1-0/+24
2017-06-26ctdb-daemon: Ignore tdb open flags passed to DB attach controlsAmitay Isaacs1-2/+2
2016-12-18ctdb-daemon: Drop implementation of eventscript controlsAmitay Isaacs1-7/+6
2016-08-08ctdb-daemon: Clean up SET_DB_PRIORITY/GET_DB_PRIORITY deprecationMartin Schwenke1-2/+2
2016-07-28ctdb-daemon: Drop implementation of global transaction controlsAmitay Isaacs1-6/+3
2016-07-28ctdb-daemon: Drop the implementation of THAW controlAmitay Isaacs1-2/+1
2016-07-28ctdb-daemon: Deletion of IPs is deferred until the next takeover runMartin Schwenke1-2/+1
2016-07-25ctdb-daemon: Remove implementation of SET/GET_DB_PRIORITYAmitay Isaacs1-12/+3
2016-07-25ctdb-daemon: Drop priorites from freeze/thaw codeAmitay Isaacs1-1/+1
2016-06-08ctdb-daemon: Rename recovery lock file to just recovery lockMartin Schwenke1-3/+3
2016-06-08ctdb-protocol: CTDB_CONTROL_SET_RECLOCK_FILE is obsoleteMartin Schwenke1-30/+2
2016-04-23ctdb-daemon: Remove unused controls related to server_idAmitay Isaacs1-11/+7
2016-04-01ctdb-daemon: Remove implementation of CTDB_CONTROL_KILL_TCPMartin Schwenke1-3/+2
2016-03-25ctdb-daemon: Implement new controls DB_PULL and DB_PUSH_START/DB_PUSH_CONFIRMAmitay Isaacs1-0/+12
2016-01-27ctdb: NAT gateway capability and control to set it are obsoleteMartin Schwenke1-12/+2
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-04ctdb-include: Use new protocol definitionsAmitay 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_transdb to ctdb_transdbAmitay Isaacs1-3/+3
2015-11-04ctdb-daemon: Rename struct ctdb_control_pulldb to ctdb_pulldbAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_ban_time to ctdb_ban_stateAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_tcp_connection to ctdb_connectionAmitay Isaacs1-4/+4
2015-11-04ctdb-daemon: Rename struct ctdb_control_tcp_addr to ctdb_connectionAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_server_id to ctdb_client_idAmitay Isaacs1-3/+3
2015-11-04ctdb-daemon: Remove struct ctdb_client_notify_deregisterAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_reply_control to ctdb_reply_control_oldAmitay Isaacs1-4/+4
2015-11-04ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs1-6/+6
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-4/+13
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-5/+6
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs1-3/+4