summaryrefslogtreecommitdiff
path: root/ctdb/protocol
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctdb-protocol: Fix marshalling for struct ctdb_rec_dataAmitay Isaacs2015-11-251-16/+8
* ctdb-protocol: Add API to extract ctdb_ltdb_header from TDB_DATAAmitay Isaacs2015-11-252-0/+17
* ctdb-protocol: Fix marshalling of struct ctdb_public_ip_listAmitay Isaacs2015-11-251-0/+5
* ctdb-protocol: Fix marshalling of struct ctdb_addr_infoAmitay Isaacs2015-11-251-8/+23
* ctdb-protocol: Do not expect a reply for SHUTDOWN controlAmitay Isaacs2015-11-251-1/+1
* ctdb-protocol: Add marshalling for TDB_DATAAmitay Isaacs2015-11-254-0/+48
* ctdb-protocol: Add utility function ctdb_sock_addr_to_stringAmitay Isaacs2015-11-252-0/+30
* ctdb-include: Make protocol headers self containedAmitay Isaacs2015-11-252-0/+4
* ctdb-daemon: Rename EventScriptTimeoutCount to MonitorTimeoutCountMartin Schwenke2015-11-161-1/+1
* ctdb: Fix the O3 developer buildVolker Lendecke2015-11-131-1/+1
* ctdb-protocol: Rename G_LOCK_READ/WRITE to CTDB_G_LOCK_READ/WRITEAmitay Isaacs2015-11-041-2/+2
* ctdb-daemon: Keep protocol.h in sync with ctdb_protocol.hAmitay Isaacs2015-10-271-1/+5
* ctdb-daemon: Add parallel database recovery capabilityAmitay Isaacs2015-10-071-1/+6
* ctdb-daemon: Use a define for default capabilitiesAmitay Isaacs2015-10-071-0/+2
* ctdb-protocol: Add controls for parallel DB recoveryAmitay Isaacs2015-10-074-0/+205