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