summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_basic.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-05ctdb-protocol: Separate protocol-basic subsystemAmitay Isaacs1-3/+1
2017-08-30ctdb-protocol: Add padding data type to handle structure paddingAmitay Isaacs1-0/+33
2017-08-30ctdb-protocol: Add marshalling for struct timevalAmitay Isaacs1-0/+23
2017-08-30ctdb-protocol: Fix marshalling for pid_tAmitay Isaacs1-6/+7
2017-08-30ctdb-protocol: Fix marshalling for a string with lengthAmitay Isaacs1-33/+29
2017-08-30ctdb-protocol: Fix marshalling for a stringAmitay Isaacs1-12/+24
2017-08-30ctdb-protocol: Add marshalling for fixed size char arrayAmitay Isaacs1-0/+24
2017-08-30ctdb-protocol: Add marshalling for boolAmitay Isaacs1-0/+39
2017-08-30ctdb-protocol: Fix marshalling for doubleAmitay Isaacs1-6/+7
2017-08-30ctdb-protocol: Fix marshalling for uint64_tAmitay Isaacs1-6/+7
2017-08-30ctdb-protocol: Fix marshalling for uint32_tAmitay Isaacs1-6/+7
2017-08-30ctdb-protocol: Fix marshalling for int32_tAmitay Isaacs1-6/+7
2017-08-30ctdb-protocol: Add marshalling for uint16_tAmitay Isaacs1-0/+22
2017-08-30ctdb-protocol: Add marshalling for uint8_tAmitay Isaacs1-0/+22
2017-08-30ctdb-protocol: Separate marshalling for basic data typesAmitay Isaacs1-0/+226