summaryrefslogtreecommitdiff
path: root/ctdb/tests/src/protocol_basic_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-14ctdb-tests: Iterate protocol tests internallyMartin Schwenke1-6/+5
2019-07-05ctdb-tests: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-1/+2
2018-07-05ctdb-tests: Separate testing code for basic data typesAmitay Isaacs1-3/+1
2017-08-30ctdb-protocol: Add padding data type to handle structure paddingAmitay Isaacs1-0/+20
2017-08-30ctdb-protocol: Add marshalling for struct timevalAmitay Isaacs1-0/+2
2017-08-30ctdb-protocol: Fix marshalling for pid_tAmitay Isaacs1-14/+2
2017-08-30ctdb-protocol: Fix marshalling for a string with lengthAmitay Isaacs1-17/+2
2017-08-30ctdb-protocol: Fix marshalling for a stringAmitay Isaacs1-17/+3
2017-08-30ctdb-protocol: Add marshalling for fixed size char arrayAmitay Isaacs1-0/+24
2017-08-30ctdb-protocol: Add marshalling for boolAmitay Isaacs1-0/+2
2017-08-30ctdb-protocol: Fix marshalling for doubleAmitay Isaacs1-16/+2
2017-08-30ctdb-protocol: Fix marshalling for uint64_tAmitay Isaacs1-15/+2
2017-08-30ctdb-protocol: Fix marshalling for uint32_tAmitay Isaacs1-15/+2
2017-08-30ctdb-protocol: Fix marshalling for int32_tAmitay Isaacs1-15/+2
2017-08-30ctdb-protocol: Add marshalling for uint16_tAmitay Isaacs1-0/+2
2017-08-30ctdb-protocol: Add marshalling for uint8_tAmitay Isaacs1-0/+4
2017-08-30ctdb-tests: Reorganize protocol testsAmitay Isaacs1-0/+148