summaryrefslogtreecommitdiff
path: root/ctdb/tests/src/protocol_common.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-28ctdb-protocol: Add marshalling for struct ctdb_echo_dataVolker Lendecke1-0/+13
2019-10-24ctdb-protocol: Add marshalling for struct ctdb_db_vacuumMartin Schwenke1-0/+13
2019-07-05ctdb-tests: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-18/+18
2018-07-05ctdb-tests: Separate testing code for basic data typesAmitay Isaacs1-206/+1
2017-09-21ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs1-0/+13
2017-09-19ctdb-protocol: Add marshalling for ctdb_connection_listMartin Schwenke1-0/+28
2017-09-01ctdb-protocol: Add a generic packet headerAmitay Isaacs1-0/+13
2017-08-30ctdb-protocol: Fix marshalling for ctdb_g_lock_listAmitay Isaacs1-1/+1
2017-08-30ctdb-protocol: Fix marshalling for ctdb_g_lockAmitay Isaacs1-2/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_server_idAmitay Isaacs1-2/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_election_messageAmitay Isaacs1-2/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_db_statisticsAmitay Isaacs1-4/+35
2017-08-30ctdb-protocol: Fix marshalling for ctdb_statistics_listAmitay Isaacs1-2/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_ifaceAmitay Isaacs1-2/+6
2017-08-30ctdb-protocol: Fix marshalling for ctdb_script_listAmitay Isaacs1-2/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_scriptAmitay Isaacs1-2/+10
2017-08-30ctdb-protocol: Fix marshalling for ctdb_uptimeAmitay Isaacs1-2/+10
2017-08-30ctdb-protocol: Fix marshalling for ctdb_tunable_listAmitay Isaacs1-2/+124
2017-08-30ctdb-protocol: Fix marshalling for ctdb_ltdb_headerAmitay Isaacs1-3/+5
2017-08-30ctdb-protocol: Fix marshalling for ctdb_dbid_mapAmitay Isaacs1-1/+1
2017-08-30ctdb-protocol: Fix marshalling for ctdb_statisticsAmitay Isaacs1-2/+119
2017-08-30ctdb-protocol: Add marshalling for ctdb_latency_counterAmitay Isaacs1-0/+17
2017-08-30ctdb-protocol: Add marshalling for tdb_data with sizeAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Fix marshalling for tdb_dataAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Add marshalling for struct timevalAmitay Isaacs1-0/+12
2017-08-30ctdb-protocol: Fix marshalling for pid_tAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Fix marshalling for a string with lengthAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Fix marshalling for a stringAmitay Isaacs1-22/+33
2017-08-30ctdb-protocol: Add marshalling for boolAmitay Isaacs1-0/+14
2017-08-30ctdb-protocol: Fix marshalling for doubleAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Fix marshalling for uint64_tAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Fix marshalling for uint32_tAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Fix marshalling for int32_tAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Add marshalling for uint16_tAmitay Isaacs1-0/+16
2017-08-30ctdb-protocol: Add marshalling for uint8_tAmitay Isaacs1-0/+10
2017-08-30ctdb-tests: Reorganize protocol testsAmitay Isaacs1-0/+933