summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_api.h
Commit message (Expand)AuthorAgeFilesLines
* ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS controlAmitay Isaacs2018-10-091-6/+0
* ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNELAmitay Isaacs2017-10-101-0/+14
* ctdb-protocol: Add protocol marshalling for tunnel controlsAmitay Isaacs2017-10-101-0/+8
* ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs2017-09-211-0/+5
* ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke2017-09-191-18/+0
* ctdb-protocol: Drop marshalling for monitor controlsMartin Schwenke2017-09-141-10/+0
* ctdb-protocol: Drop struct ctdb_event_headerAmitay Isaacs2017-09-011-2/+0
* ctdb-protocol: Add a generic packet headerAmitay Isaacs2017-09-011-0/+13
* ctdb-protocol: Add marshalling for ctdb_req_keepaliveAmitay Isaacs2017-08-301-0/+14
* ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs2017-08-301-3/+4
* ctdb-protocol: Fix marshalling for ctdb_g_lock_listAmitay Isaacs2017-08-301-3/+4
* ctdb-protocol: Fix marshalling for ctdb_g_lockAmitay Isaacs2017-08-301-3/+4
* ctdb-protocol: Fix marshalling for ctdb_server_idAmitay Isaacs2017-08-301-3/+4
* ctdb-protocol: Fix marshalling for ctdb_rec_bufferAmitay Isaacs2017-08-301-3/+4
* ctdb-protocol: Fix marshalling for ctdb_rec_dataAmitay Isaacs2017-08-301-3/+3
* ctdb-protocol: Fix marshalling for ctdb_ltdb_headerAmitay Isaacs2017-08-301-3/+4
* ctdb-protocol: Drop marshalling code for CHECK_SRVIDS controlAmitay Isaacs2017-08-141-6/+0
* ctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs2017-06-291-0/+5
* ctdb-protocol: Do not pass tdb open flags to DB attach controlsAmitay Isaacs2017-06-261-3/+2
* ctdb-protocol: Add protocol marshalling for control DB_OPEN_FLAGSAmitay Isaacs2017-06-261-0/+5
* ctdb-client: Add available-only option public IP fetchingMartin Schwenke2016-12-191-1/+2
* ctdb-protocol: Drop marshaling for eventscript controlsAmitay Isaacs2016-12-181-18/+0
* ctdb-protocol: Add marshalling for eventd protocolAmitay Isaacs2016-12-181-0/+22
* ctdb-protocol: Add generalised socket address comparisonMartin Schwenke2016-12-161-2/+8
* ctdb-logging: Drop enum debug_levelMartin Schwenke2016-12-051-2/+2
* ctdb-protocol: Drop marshalling for global transaction controlsAmitay Isaacs2016-07-281-12/+0
* ctdb-protocol: Add function ctdb_sock_addr_same_ipAmitay Isaacs2016-07-281-0/+1
* ctdb-protocol: Drop marshalling code for set/get_db_priorityAmitay Isaacs2016-07-251-9/+0
* ctdb-protocol: Drop marshalling code for THAW controlAmitay Isaacs2016-07-251-4/+0
* ctdb-protocol: Drop support for SET_RECLOCKMartin Schwenke2016-06-081-4/+0
* ctdb-protocol: Add function to compare ctdb_sock_addrAmitay Isaacs2016-05-101-0/+1
* ctdb-protocol: Return required buffer size in push functionsAmitay Isaacs2016-05-031-9/+9
* ctdb-protocol: Use consistent names for function argumentsAmitay Isaacs2016-05-031-10/+10
* ctdb-protocol: Drop buffer allocation from protocol push functionsAmitay Isaacs2016-05-031-19/+10
* ctdb-protocol: Expose function to allocate a packetAmitay Isaacs2016-05-031-0/+5
* ctdb-protocol: Add length routines for protocol elementsAmitay Isaacs2016-05-031-0/+27
* ctdb-protocol: Fix marshalling of ctdb_req_headerAmitay Isaacs2016-05-031-1/+3
* ctdb-protocol: Remove data structures for obsolete server_id controlsAmitay Isaacs2016-04-231-17/+0
* ctdb-protocol: Drop killtcp protocol supportMartin Schwenke2016-04-011-4/+0
* ctdb-protocol: Add file IO functions for ctdb_rec_bufferAmitay Isaacs2016-03-251-0/+4
* ctdb-protocol: Add new controls DB_PULL and DB_PUSH_START/DB_PUSH_CONFIRMAmitay Isaacs2016-03-251-0/+14
* ctdb-protocol: Add protocol debug routinesAmitay Isaacs2016-03-171-0/+4
* ctdb-protocol: Drop protocol support for setting NAT gatway capabilityMartin Schwenke2016-01-271-4/+0
* ctdb-protocol: Add API to extract ctdb_ltdb_header from TDB_DATAAmitay Isaacs2015-11-251-0/+2
* ctdb-protocol: Add utility function ctdb_sock_addr_to_stringAmitay Isaacs2015-11-251-0/+2
* ctdb-include: Make protocol headers self containedAmitay Isaacs2015-11-251-0/+2
* ctdb-protocol: Add controls for parallel DB recoveryAmitay Isaacs2015-10-071-0/+20
* ctdb-protocol: Add ctdb protocol serialization routinesAmitay Isaacs2015-10-071-0/+643