summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_call.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-protocol: Fix marshalling for ctdb_reply_dmasterAmitay Isaacs2017-08-301-47/+82
* ctdb-protocol: Fix marshalling for ctdb_req_dmasterAmitay Isaacs2017-08-301-50/+92
* ctdb-protocol: Fix marshalling for ctdb_reply_errorAmitay Isaacs2017-08-301-39/+27
* ctdb-protocol: Fix marshalling for ctdb_reply_callAmitay Isaacs2017-08-301-39/+27
* ctdb-protocol: Fix marshalling for ctdb_req_callAmitay Isaacs2017-08-301-51/+90
* ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs2017-08-301-10/+15
* ctdb-protocol: Fix marshalling for tdb_dataAmitay Isaacs2017-08-301-39/+47
* ctdb-protocol: Add checks to validate data on wire before unmarshalingAmitay Isaacs2016-06-181-0/+39
* ctdb-protocol: Return required buffer size in push functionsAmitay Isaacs2016-05-031-15/+20
* ctdb-protocol: Use consistent names for function argumentsAmitay Isaacs2016-05-031-40/+30
* ctdb-protocol: Drop buffer allocation from protocol push functionsAmitay Isaacs2016-05-031-65/+30
* ctdb-protocol: Expose function to allocate a packetAmitay Isaacs2016-05-031-5/+5
* ctdb-protocol: Use length routines for protocol elementsAmitay Isaacs2016-05-031-13/+5
* ctdb-protocol: Add length routines for protocol elementsAmitay Isaacs2016-05-031-0/+34
* ctdb-protocol: Use ctdb_req_header marshallingAmitay Isaacs2016-05-031-10/+25
* ctdb-protocol: Use TDB_DATA marshallingAmitay Isaacs2016-05-031-86/+66
* ctdb-protocol: Check header is not null before copyingAmitay Isaacs2016-03-171-5/+15
* ctdb-protocol: Add ctdb protocol serialization routinesAmitay Isaacs2015-10-071-0/+446