summaryrefslogtreecommitdiff
path: root/ctdb/protocol
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctdb-protocol: Fix marshalling of TDB_DATAAmitay Isaacs2016-05-031-1/+3
* ctdb-protocol: Use ctdb_string marshallingAmitay Isaacs2016-05-031-18/+8
* ctdb-protocol: Fix marshalling of ctdb_stringAmitay Isaacs2016-05-031-0/+1
* ctdb-protocol: Consistency check for opcode in the reply structureAmitay Isaacs2016-04-231-151/+307
* ctdb-protocol: Remove data structures for obsolete server_id controlsAmitay Isaacs2016-04-236-417/+4
* ctdb-protocol: Define a range of SRVIDs used by the ctdb toolAmitay Isaacs2016-04-232-8/+11
* ctdb-protocol: Remove unused CTDB_SRVID_PREFIXAmitay Isaacs2016-04-231-3/+0
* ctdb-daemon: Drop --lvs option and support for CTDB_CAP_LVSMartin Schwenke2016-04-151-2/+1
* ctdb-protocol: Drop killtcp protocol supportMartin Schwenke2016-04-014-41/+1
* ctdb-protocol: Add srvid for assigning banning creditsAmitay Isaacs2016-03-253-1/+18
* ctdb-protocol: Add new capabilityAmitay Isaacs2016-03-251-1/+3
* ctdb-protocol: Add srvid for messages during recoveryAmitay Isaacs2016-03-252-0/+6
* ctdb-protocol: Introduce variable for checking srvid prefixAmitay Isaacs2016-03-251-6/+8
* ctdb-protocol: Add file IO functions for ctdb_rec_bufferAmitay Isaacs2016-03-252-0/+66
* ctdb-protocol: Add new controls DB_PULL and DB_PUSH_START/DB_PUSH_CONFIRMAmitay Isaacs2016-03-255-0/+160
* ctdb-protocol: Add new data type ctdb_pulldb_ext for new controlAmitay Isaacs2016-03-253-0/+39
* ctdb-tunables: Add new tunable RecBufferSizeLimitAmitay Isaacs2016-03-251-0/+1
* ctdb-protocol: Add protocol debug routinesAmitay Isaacs2016-03-172-0/+655
* ctdb-protocol: Check header is not null before copyingAmitay Isaacs2016-03-173-9/+27
* ctdb: NAT gateway capability and control to set it are obsoleteMartin Schwenke2016-01-271-3/+2
* ctdb-protocol: Drop protocol support for setting NAT gatway capabilityMartin Schwenke2016-01-273-40/+0
* ctdb-protocol: Fix marshaling of seqnumAmitay Isaacs2016-01-201-1/+1