summaryrefslogtreecommitdiff
path: root/ctdb/protocol
AgeCommit message (Expand)AuthorFilesLines
2018-07-09ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke2-3/+3
2017-10-25ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs4-0/+56
2017-10-25ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs2-0/+52
2017-10-25ctdb-protocol: Add new control CTDB_CONTROL_CHECK_PID_SRVIDAmitay Isaacs1-0/+7
2017-06-29ctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs4-0/+59
2017-06-29ctdb-protocol: Add new control CTDB_CONTROL_DB_ATTACH_REPLICATEDAmitay Isaacs1-0/+1
2017-06-29ctdb-protocol: Add CTDB_DB_FLAGS_REPLICATED for new type of databaseAmitay Isaacs1-0/+1
2017-06-29ctdb-protocol: Add DB_OPEN_FLAGS control to debugAmitay Isaacs1-0/+1
2017-06-26ctdb-protocol: Do not pass tdb open flags to DB attach controlsAmitay Isaacs2-8/+6
2017-06-26ctdb-protocol: Add protocol marshalling for control DB_OPEN_FLAGSAmitay Isaacs3-0/+59
2017-06-26ctdb-protocol: Add new control to get database open flagsAmitay Isaacs1-0/+2
2017-06-07ctdb-protocol: Allocate SRVID range for ctdb clientAmitay Isaacs1-1/+7
2017-05-24ctdb-daemon: Add AllowMixedVersions tunableAmitay Isaacs1-0/+1
2017-05-24ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs1-0/+6
2016-12-19ctdb-takeover: IPAllocAlgorithm replaces LCP2PublicIPs, DeterministicIPsMartin Schwenke1-0/+1
2016-12-19ctdb-client: Add available-only option public IP fetchingMartin Schwenke2-2/+7
2016-12-19ctdb-protocol: Move CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE to protocol.hMartin Schwenke1-0/+2
2016-12-18ctdb-protocol: Deprecate eventscript controlsAmitay Isaacs1-4/+4
2016-12-18ctdb-protocol: Drop marshaling for eventscript controlsAmitay Isaacs4-185/+0
2016-12-18ctdb-protocol: Add marshalling for eventd protocolAmitay Isaacs2-0/+870
2016-12-18ctdb-protocol: Add data types for eventd communicationAmitay Isaacs1-0/+80
2016-12-18ctdb-protocol: Add marshalling for int32_tAmitay Isaacs2-0/+26
2016-12-18ctdb-protocol: Fix marshalling of string with lengthAmitay Isaacs1-7/+8
2016-12-16ctdb-protocol: Add generalised socket address comparisonMartin Schwenke2-23/+55
2016-12-05ctdb-logging: Drop enum debug_levelMartin Schwenke2-6/+6
2016-09-14ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control requestAmitay Isaacs1-10/+4
2016-07-28ctdb-protocol: Deprecate global transaction controlsAmitay Isaacs1-3/+3
2016-07-28ctdb-protocol: Drop marshalling for global transaction controlsAmitay Isaacs4-114/+0
2016-07-28ctdb-protocol: Deprecate THAW controlAmitay Isaacs1-1/+1
2016-07-28ctdb-daemon: Use consistent naming for monitoring modeAmitay Isaacs1-1/+1
2016-07-28ctdb-daemon: Add QueueBufferSize tunableAmitay Isaacs1-0/+1
2016-07-28ctdb-protocol: Add function ctdb_sock_addr_same_ipAmitay Isaacs2-4/+25
2016-07-25ctdb-protocol: Deprecate controls SET/GET_DB_PRIORITYAmitay Isaacs1-2/+2
2016-07-25ctdb-protocol: Drop marshalling code for set/get_db_priorityAmitay Isaacs6-122/+0
2016-07-25ctdb-protocol: Remove CTDB_NUM_DB_PRIORITIESAmitay Isaacs1-2/+0
2016-07-25ctdb-protocol: Drop marshalling code for THAW controlAmitay Isaacs3-29/+0
2016-06-18ctdb-protocol: Add checks to validate data on wire before unmarshalingAmitay Isaacs3-0/+66
2016-06-18ctdb-protocol: Add checks to validate data on wire before unmarshalingAmitay Isaacs1-6/+149
2016-06-18ctdb-protocol: Fix marshaling of uint arraysAmitay Isaacs1-12/+24
2016-06-08ctdb-protocol: CTDB_CONTROL_SET_RECLOCK_FILE is obsoleteMartin Schwenke1-1/+1
2016-06-08ctdb-protocol: Drop support for SET_RECLOCKMartin Schwenke5-44/+0
2016-05-10ctdb-protocol: Add function to compare ctdb_sock_addrAmitay Isaacs2-0/+34
2016-05-06ctdb-protocol: Drop unused CTDB_SRVID_TAKEOVER_RUN_RESPONSEMartin Schwenke2-5/+0
2016-05-03ctdb-protocol: Return required buffer size in push functionsAmitay Isaacs4-36/+45
2016-05-03ctdb-protocol: Use consistent names for function argumentsAmitay Isaacs4-92/+78
2016-05-03ctdb-protocol: Drop buffer allocation from protocol push functionsAmitay Isaacs4-140/+64
2016-05-03ctdb-protocol: Check arguments in ctdb_allocate_pktAmitay Isaacs1-0/+4
2016-05-03ctdb-protocol: Expose function to allocate a packetAmitay Isaacs6-15/+17
2016-05-03ctdb-protocol: Fix marshalling of ctdb_reply_controlAmitay Isaacs1-3/+3
2016-05-03ctdb-protocol: Use length routines for protocol elementsAmitay Isaacs3-33/+17