summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_message.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-protocol: Fix marshalling for ctdb_req_message_dataAmitay Isaacs2017-08-301-40/+29
* ctdb-protocol: Fix marshalling for ctdb_req_messageAmitay Isaacs2017-08-301-32/+49
* ctdb-protocol: Fix marshalling for ctdb_message_dataAmitay Isaacs2017-08-301-7/+35
* ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs2017-08-301-6/+8
* ctdb-protocol: Fix marshalling for ctdb_disable_messageAmitay Isaacs2017-08-301-4/+4
* ctdb-protocol: Fix marshalling for ctdb_srvid_messageAmitay Isaacs2017-08-301-4/+4
* ctdb-protocol: Fix marshalling for ctdb_election_messageAmitay Isaacs2017-08-301-2/+2
* ctdb-protocol: Fix marshalling for ctdb_public_ipAmitay Isaacs2017-08-301-2/+2
* ctdb-protocol: Fix marshalling for ctdb_node_flag_changeAmitay Isaacs2017-08-301-4/+4
* ctdb-protocol: Fix marshalling for ctdb_rec_bufferAmitay Isaacs2017-08-301-2/+2
* ctdb-protocol: Fix marshalling for tdb_dataAmitay Isaacs2017-08-301-9/+10
* ctdb-protocol: Fix marshalling for a stringAmitay Isaacs2017-08-301-6/+8
* ctdb-protocol: Fix marshalling for uint32_tAmitay Isaacs2017-08-301-12/+15
* ctdb-protocol: Add checks to validate data on wire before unmarshalingAmitay Isaacs2016-06-181-0/+12
* ctdb-protocol: Return required buffer size in push functionsAmitay Isaacs2016-05-031-6/+8
* ctdb-protocol: Use consistent names for function argumentsAmitay Isaacs2016-05-031-18/+16
* ctdb-protocol: Drop buffer allocation from protocol push functionsAmitay Isaacs2016-05-031-28/+12
* ctdb-protocol: Expose function to allocate a packetAmitay Isaacs2016-05-031-2/+2
* ctdb-protocol: Use length routines for protocol elementsAmitay Isaacs2016-05-031-6/+4
* ctdb-protocol: Add length routines for protocol elementsAmitay Isaacs2016-05-031-0/+14
* ctdb-protocol: Use ctdb_req_header marshallingAmitay Isaacs2016-05-031-4/+10
* ctdb-protocol: Use TDB_DATA marshallingAmitay Isaacs2016-05-031-12/+9
* ctdb-protocol: Add srvid for assigning banning creditsAmitay Isaacs2016-03-251-0/+12
* ctdb-protocol: Check header is not null before copyingAmitay Isaacs2016-03-171-2/+6
* ctdb-protocol: Add marshalling for TDB_DATAAmitay Isaacs2015-11-251-0/+12
* ctdb-protocol: Add ctdb protocol serialization routinesAmitay Isaacs2015-10-071-0/+383