summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_api.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-23ctdb-protocol: Move ctdb_node_map_* to protocol_api.hMartin Schwenke1-0/+5
2024-03-06ctdb-protocol: Add new control CTDB_CONTROL_START_IPREALLOCATEVinit Agnihotri1-0/+3
2022-01-17ctdb-protocol: Drop protocol client functions for recmaster controlsMartin Schwenke1-8/+0
2021-09-09ctdb-protocol: Add marshalling for controls DISABLE_NODE/ENABLE_NODEMartin Schwenke1-0/+6
2020-09-11ctdb-protocol: Drop client functions for old-style database pull/pushMartin Schwenke1-10/+0
2020-04-28ctdb-protocol: Add marshalling for control ECHO_DATAVolker Lendecke1-0/+4
2019-10-24ctdb-protocol: Add marshalling for control DB_VACUUMMartin Schwenke1-0/+4
2019-10-24ctdb-protocol: Add marshalling for new control VACUUM_FETCHAmitay Isaacs1-0/+4
2018-10-08ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS controlAmitay Isaacs1-6/+0
2018-07-05ctdb-protocol: Remove protocol for old event daemonAmitay Isaacs1-20/+0
2017-10-10ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNELAmitay Isaacs1-0/+14
2017-10-10ctdb-protocol: Add protocol marshalling for tunnel controlsAmitay Isaacs1-0/+8
2017-09-21ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs1-0/+5
2017-09-19ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke1-18/+0
2017-09-14ctdb-protocol: Drop marshalling for monitor controlsMartin Schwenke1-10/+0
2017-09-01ctdb-protocol: Drop struct ctdb_event_headerAmitay Isaacs1-2/+0
2017-09-01ctdb-protocol: Add a generic packet headerAmitay Isaacs1-0/+13
2017-08-30ctdb-protocol: Add marshalling for ctdb_req_keepaliveAmitay Isaacs1-0/+14
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs1-3/+4
2017-08-30ctdb-protocol: Fix marshalling for ctdb_g_lock_listAmitay Isaacs1-3/+4
2017-08-30ctdb-protocol: Fix marshalling for ctdb_g_lockAmitay Isaacs1-3/+4
2017-08-30ctdb-protocol: Fix marshalling for ctdb_server_idAmitay Isaacs1-3/+4
2017-08-30ctdb-protocol: Fix marshalling for ctdb_rec_bufferAmitay Isaacs1-3/+4
2017-08-30ctdb-protocol: Fix marshalling for ctdb_rec_dataAmitay Isaacs1-3/+3
2017-08-30ctdb-protocol: Fix marshalling for ctdb_ltdb_headerAmitay Isaacs1-3/+4
2017-08-14ctdb-protocol: Drop marshalling code for CHECK_SRVIDS controlAmitay Isaacs1-6/+0
2017-06-29ctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs1-0/+5
2017-06-26ctdb-protocol: Do not pass tdb open flags to DB attach controlsAmitay Isaacs1-3/+2
2017-06-26ctdb-protocol: Add protocol marshalling for control DB_OPEN_FLAGSAmitay Isaacs1-0/+5
2016-12-19ctdb-client: Add available-only option public IP fetchingMartin Schwenke1-1/+2
2016-12-18ctdb-protocol: Drop marshaling for eventscript controlsAmitay Isaacs1-18/+0
2016-12-18ctdb-protocol: Add marshalling for eventd protocolAmitay Isaacs1-0/+22
2016-12-16ctdb-protocol: Add generalised socket address comparisonMartin Schwenke1-2/+8
2016-12-05ctdb-logging: Drop enum debug_levelMartin Schwenke1-2/+2
2016-07-28ctdb-protocol: Drop marshalling for global transaction controlsAmitay Isaacs1-12/+0
2016-07-28ctdb-protocol: Add function ctdb_sock_addr_same_ipAmitay Isaacs1-0/+1
2016-07-25ctdb-protocol: Drop marshalling code for set/get_db_priorityAmitay Isaacs1-9/+0
2016-07-25ctdb-protocol: Drop marshalling code for THAW controlAmitay Isaacs1-4/+0
2016-06-08ctdb-protocol: Drop support for SET_RECLOCKMartin Schwenke1-4/+0
2016-05-10ctdb-protocol: Add function to compare ctdb_sock_addrAmitay Isaacs1-0/+1
2016-05-03ctdb-protocol: Return required buffer size in push functionsAmitay Isaacs1-9/+9
2016-05-03ctdb-protocol: Use consistent names for function argumentsAmitay Isaacs1-10/+10
2016-05-03ctdb-protocol: Drop buffer allocation from protocol push functionsAmitay Isaacs1-19/+10
2016-05-03ctdb-protocol: Expose function to allocate a packetAmitay Isaacs1-0/+5
2016-05-03ctdb-protocol: Add length routines for protocol elementsAmitay Isaacs1-0/+27
2016-05-03ctdb-protocol: Fix marshalling of ctdb_req_headerAmitay Isaacs1-1/+3
2016-04-23ctdb-protocol: Remove data structures for obsolete server_id controlsAmitay Isaacs1-17/+0
2016-04-01ctdb-protocol: Drop killtcp protocol supportMartin Schwenke1-4/+0
2016-03-25ctdb-protocol: Add file IO functions for ctdb_rec_bufferAmitay Isaacs1-0/+4
2016-03-25ctdb-protocol: Add new controls DB_PULL and DB_PUSH_START/DB_PUSH_CONFIRMAmitay Isaacs1-0/+14