summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_client.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06ctdb-protocol: Add new control CTDB_CONTROL_START_IPREALLOCATEVinit Agnihotri1-0/+19
2022-01-17ctdb-protocol: Drop protocol client functions for recmaster controlsMartin Schwenke1-46/+0
2021-09-09ctdb-protocol: Add marshalling for controls DISABLE_NODE/ENABLE_NODEMartin Schwenke1-0/+36
2020-09-11ctdb-protocol: Drop client functions for old-style database pull/pushMartin Schwenke1-49/+0
2020-04-28ctdb-protocol: Add marshalling for control ECHO_DATAVolker Lendecke1-0/+24
2019-10-24ctdb-protocol: Add marshalling for control DB_VACUUMMartin Schwenke1-0/+24
2019-10-24ctdb-protocol: Add marshalling for new control VACUUM_FETCHAmitay Isaacs1-0/+24
2019-10-24ctdb-protocol: Drop code related to obsolete controlsAmitay Isaacs1-9/+0
2019-10-04ctdb-protocol: Initialise request->rdata.opcode where missingMartin Schwenke1-0/+4
2018-10-08ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS controlAmitay Isaacs1-29/+0
2017-10-10ctdb-protocol: Add protocol marshalling for tunnel controlsAmitay Isaacs1-0/+42
2017-09-21ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs1-0/+28
2017-09-14ctdb-protocol: Drop marshalling for monitor controlsMartin Schwenke1-58/+0
2017-08-14ctdb-protocol: Drop marshalling code for CHECK_SRVIDS controlAmitay Isaacs1-27/+0
2017-06-29ctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs1-0/+27
2017-06-26ctdb-protocol: Do not pass tdb open flags to DB attach controlsAmitay Isaacs1-5/+4
2017-06-26ctdb-protocol: Add protocol marshalling for control DB_OPEN_FLAGSAmitay Isaacs1-0/+28
2016-12-19ctdb-client: Add available-only option public IP fetchingMartin Schwenke1-1/+5
2016-12-18ctdb-protocol: Drop marshaling for eventscript controlsAmitay Isaacs1-90/+0
2016-12-05ctdb-logging: Drop enum debug_levelMartin Schwenke1-4/+4
2016-07-28ctdb-protocol: Drop marshalling for global transaction controlsAmitay Isaacs1-63/+0
2016-07-25ctdb-protocol: Drop marshalling code for set/get_db_priorityAmitay Isaacs1-48/+0
2016-07-25ctdb-protocol: Drop marshalling code for THAW controlAmitay Isaacs1-19/+0
2016-06-08ctdb-protocol: Drop support for SET_RECLOCKMartin Schwenke1-22/+0
2016-04-23ctdb-protocol: Consistency check for opcode in the reply structureAmitay Isaacs1-151/+307
2016-04-23ctdb-protocol: Remove data structures for obsolete server_id controlsAmitay Isaacs1-84/+0
2016-04-01ctdb-protocol: Drop killtcp protocol supportMartin Schwenke1-20/+0
2016-03-25ctdb-protocol: Add new controls DB_PULL and DB_PUSH_START/DB_PUSH_CONFIRMAmitay Isaacs1-0/+70
2016-01-27ctdb-protocol: Drop protocol support for setting NAT gatway capabilityMartin Schwenke1-20/+0
2015-11-25ctdb-protocol: Do not expect a reply for SHUTDOWN controlAmitay Isaacs1-1/+1
2015-10-07ctdb-protocol: Add controls for parallel DB recoveryAmitay Isaacs1-0/+100
2015-10-07ctdb-protocol: Add ctdb protocol serialization routinesAmitay Isaacs1-0/+2370