summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_message.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06ctdb: send a CTDB_SRVID_START_IPREALLOCATE message after CTDB_EVENT_START_IPR...Vinit Agnihotri1-0/+9
2024-01-04ctdb: send a CTDB_SRVID_IPREALLOCATED message after CTDB_EVENT_IPREALLOCATEDStefan Metzmacher1-0/+9
2022-01-17ctdb-protocol: Add CTDB_SRVID_LEADERMartin Schwenke1-0/+12
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_message_dataAmitay Isaacs1-40/+29
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_messageAmitay Isaacs1-32/+49
2017-08-30ctdb-protocol: Fix marshalling for ctdb_message_dataAmitay Isaacs1-7/+35
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs1-6/+8
2017-08-30ctdb-protocol: Fix marshalling for ctdb_disable_messageAmitay Isaacs1-4/+4
2017-08-30ctdb-protocol: Fix marshalling for ctdb_srvid_messageAmitay Isaacs1-4/+4
2017-08-30ctdb-protocol: Fix marshalling for ctdb_election_messageAmitay Isaacs1-2/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_public_ipAmitay Isaacs1-2/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_node_flag_changeAmitay Isaacs1-4/+4
2017-08-30ctdb-protocol: Fix marshalling for ctdb_rec_bufferAmitay Isaacs1-2/+2
2017-08-30ctdb-protocol: Fix marshalling for tdb_dataAmitay Isaacs1-9/+10
2017-08-30ctdb-protocol: Fix marshalling for a stringAmitay Isaacs1-6/+8
2017-08-30ctdb-protocol: Fix marshalling for uint32_tAmitay Isaacs1-12/+15
2016-06-18ctdb-protocol: Add checks to validate data on wire before unmarshalingAmitay Isaacs1-0/+12
2016-05-03ctdb-protocol: Return required buffer size in push functionsAmitay Isaacs1-6/+8
2016-05-03ctdb-protocol: Use consistent names for function argumentsAmitay Isaacs1-18/+16
2016-05-03ctdb-protocol: Drop buffer allocation from protocol push functionsAmitay Isaacs1-28/+12
2016-05-03ctdb-protocol: Expose function to allocate a packetAmitay Isaacs1-2/+2
2016-05-03ctdb-protocol: Use length routines for protocol elementsAmitay Isaacs1-6/+4
2016-05-03ctdb-protocol: Add length routines for protocol elementsAmitay Isaacs1-0/+14
2016-05-03ctdb-protocol: Use ctdb_req_header marshallingAmitay Isaacs1-4/+10
2016-05-03ctdb-protocol: Use TDB_DATA marshallingAmitay Isaacs1-12/+9
2016-03-25ctdb-protocol: Add srvid for assigning banning creditsAmitay Isaacs1-0/+12
2016-03-17ctdb-protocol: Check header is not null before copyingAmitay Isaacs1-2/+6
2015-11-25ctdb-protocol: Add marshalling for TDB_DATAAmitay Isaacs1-0/+12
2015-10-07ctdb-protocol: Add ctdb protocol serialization routinesAmitay Isaacs1-0/+383