summaryrefslogtreecommitdiff
path: root/ctdb/protocol
Commit message (Expand)AuthorAgeFilesLines
* ctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs2017-06-294-0/+59
* ctdb-protocol: Add new control CTDB_CONTROL_DB_ATTACH_REPLICATEDAmitay Isaacs2017-06-291-0/+1
* ctdb-protocol: Add CTDB_DB_FLAGS_REPLICATED for new type of databaseAmitay Isaacs2017-06-291-0/+1
* ctdb-protocol: Add DB_OPEN_FLAGS control to debugAmitay Isaacs2017-06-291-0/+1
* ctdb-protocol: Do not pass tdb open flags to DB attach controlsAmitay Isaacs2017-06-262-8/+6
* ctdb-protocol: Add protocol marshalling for control DB_OPEN_FLAGSAmitay Isaacs2017-06-263-0/+59
* ctdb-protocol: Add new control to get database open flagsAmitay Isaacs2017-06-261-0/+2
* ctdb-protocol: Allocate SRVID range for ctdb clientAmitay Isaacs2017-06-071-1/+7
* ctdb-daemon: Add AllowMixedVersions tunableAmitay Isaacs2017-05-241-0/+1
* ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs2017-05-241-0/+6
* ctdb-takeover: IPAllocAlgorithm replaces LCP2PublicIPs, DeterministicIPsMartin Schwenke2016-12-191-0/+1
* ctdb-client: Add available-only option public IP fetchingMartin Schwenke2016-12-192-2/+7
* ctdb-protocol: Move CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE to protocol.hMartin Schwenke2016-12-191-0/+2
* ctdb-protocol: Deprecate eventscript controlsAmitay Isaacs2016-12-181-4/+4
* ctdb-protocol: Drop marshaling for eventscript controlsAmitay Isaacs2016-12-184-185/+0
* ctdb-protocol: Add marshalling for eventd protocolAmitay Isaacs2016-12-182-0/+870
* ctdb-protocol: Add data types for eventd communicationAmitay Isaacs2016-12-181-0/+80
* ctdb-protocol: Add marshalling for int32_tAmitay Isaacs2016-12-182-0/+26
* ctdb-protocol: Fix marshalling of string with lengthAmitay Isaacs2016-12-181-7/+8
* ctdb-protocol: Add generalised socket address comparisonMartin Schwenke2016-12-162-23/+55
* ctdb-logging: Drop enum debug_levelMartin Schwenke2016-12-052-6/+6
* ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control requestAmitay Isaacs2016-09-141-10/+4
* ctdb-protocol: Deprecate global transaction controlsAmitay Isaacs2016-07-281-3/+3
* ctdb-protocol: Drop marshalling for global transaction controlsAmitay Isaacs2016-07-284-114/+0
* ctdb-protocol: Deprecate THAW controlAmitay Isaacs2016-07-281-1/+1
* ctdb-daemon: Use consistent naming for monitoring modeAmitay Isaacs2016-07-281-1/+1
* ctdb-daemon: Add QueueBufferSize tunableAmitay Isaacs2016-07-281-0/+1
* ctdb-protocol: Add function ctdb_sock_addr_same_ipAmitay Isaacs2016-07-282-4/+25
* ctdb-protocol: Deprecate controls SET/GET_DB_PRIORITYAmitay Isaacs2016-07-251-2/+2
* ctdb-protocol: Drop marshalling code for set/get_db_priorityAmitay Isaacs2016-07-256-122/+0
* ctdb-protocol: Remove CTDB_NUM_DB_PRIORITIESAmitay Isaacs2016-07-251-2/+0
* ctdb-protocol: Drop marshalling code for THAW controlAmitay Isaacs2016-07-253-29/+0
* ctdb-protocol: Add checks to validate data on wire before unmarshalingAmitay Isaacs2016-06-183-0/+66
* ctdb-protocol: Add checks to validate data on wire before unmarshalingAmitay Isaacs2016-06-181-6/+149
* ctdb-protocol: Fix marshaling of uint arraysAmitay Isaacs2016-06-181-12/+24
* ctdb-protocol: CTDB_CONTROL_SET_RECLOCK_FILE is obsoleteMartin Schwenke2016-06-081-1/+1
* ctdb-protocol: Drop support for SET_RECLOCKMartin Schwenke2016-06-085-44/+0
* ctdb-protocol: Add function to compare ctdb_sock_addrAmitay Isaacs2016-05-102-0/+34
* ctdb-protocol: Drop unused CTDB_SRVID_TAKEOVER_RUN_RESPONSEMartin Schwenke2016-05-062-5/+0
* ctdb-protocol: Return required buffer size in push functionsAmitay Isaacs2016-05-034-36/+45
* ctdb-protocol: Use consistent names for function argumentsAmitay Isaacs2016-05-034-92/+78
* ctdb-protocol: Drop buffer allocation from protocol push functionsAmitay Isaacs2016-05-034-140/+64
* ctdb-protocol: Check arguments in ctdb_allocate_pktAmitay Isaacs2016-05-031-0/+4
* ctdb-protocol: Expose function to allocate a packetAmitay Isaacs2016-05-036-15/+17
* ctdb-protocol: Fix marshalling of ctdb_reply_controlAmitay Isaacs2016-05-031-3/+3
* ctdb-protocol: Use length routines for protocol elementsAmitay Isaacs2016-05-033-33/+17
* ctdb-protocol: Add length routines for protocol elementsAmitay Isaacs2016-05-034-0/+91
* ctdb-protocol: Use ctdb_req_header marshallingAmitay Isaacs2016-05-033-18/+45
* ctdb-protocol: Fix marshalling of ctdb_req_headerAmitay Isaacs2016-05-032-4/+16
* ctdb-protocol: Use TDB_DATA marshallingAmitay Isaacs2016-05-032-98/+75