summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tests: Fix ctdb process-exist testsAmitay Isaacs2017-09-092-18/+28
* ctdb-tests: Add a dummy ctdb client for testingAmitay Isaacs2017-09-092-1/+150
* ctdb-tests: Fix the implementation of process-exists in fake daemonAmitay Isaacs2017-09-091-2/+79
* ctdb-daemon: Fix implementation of process_exists controlAmitay Isaacs2017-09-091-6/+10
* ctdb-tools: Fix CID 1414746Amitay Isaacs2017-09-091-1/+3
* ctdb-tools: Use ssize_t instead of int for checking the status of read()Amitay Isaacs2017-09-091-4/+6
* ctdb-protocol: Fix CID 1417428Amitay Isaacs2017-09-051-1/+1
* ctdb-protocol: Fix CID 1417430Amitay Isaacs2017-09-051-2/+2
* ctdb-protocol: Fix CID 1417433Amitay Isaacs2017-09-051-1/+1
* ctdb-client: Use sock_client abstraction for eventd clientAmitay Isaacs2017-09-011-225/+72
* ctdb-common: Add sock_client abstractionAmitay Isaacs2017-09-013-1/+463
* ctdb-protocol: Drop struct ctdb_event_headerAmitay Isaacs2017-09-017-109/+0
* ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs2017-09-017-22/+29
* ctdb-protocol: Add a generic packet headerAmitay Isaacs2017-09-017-1/+127
* ctdb-common: Parse IPv4-mapped IPv6 addresses into IPv4 addressesMartin Schwenke2017-09-012-2/+26
* ctdb-tests: Improve releaseip connection resetting testsMartin Schwenke2017-09-014-8/+12
* ctdb-tests: Add tests to ensure reset of server end of connectionsMartin Schwenke2017-09-012-0/+188
* ctdb-tools: Remove broken natgwlist commandMartin Schwenke2017-09-011-29/+0
* ctdb-tests: Drop onnode test README file and buggy onnode exampleMartin Schwenke2017-09-012-412/+0
* ctdb-tests: Shutdown local daemons unconditionallyAmitay Isaacs2017-09-012-4/+2
* ctdb-tests: Drop unused test templateAmitay Isaacs2017-08-301-19/+0
* ctdb-protocol: Fix marshalling of ctdb_event_replyAmitay Isaacs2017-08-303-50/+15
* ctdb-protocol: Fix marshalling for ctdb_event_requestAmitay Isaacs2017-08-303-43/+16
* ctdb-protocol: Fix marshalling for ctdb_event_headerAmitay Isaacs2017-08-302-13/+24
* ctdb-protocol: Fix marshalling for ctdb_event_reply_dataAmitay Isaacs2017-08-303-40/+20
* ctdb-protocol: Fix marshalling for ctdb_event_reply_script_listAmitay Isaacs2017-08-302-5/+10
* ctdb-protocol: Fix marshaling for ctdb_event_reply_statusAmitay Isaacs2017-08-302-5/+11
* ctdb-protocol: Fix marshalling for ctdb_event_request_dataAmitay Isaacs2017-08-303-40/+31
* ctdb-protocol: Fix marshalling for ctdb_event_request_script_disableAmitay Isaacs2017-08-302-5/+10
* ctdb-protocol: Fix marshalling for ctdb_event_request_script_enableAmitay Isaacs2017-08-302-5/+10
* ctdb-protocol: Fix marshalling for ctdb_event_request_statusAmitay Isaacs2017-08-302-5/+14
* ctdb-protocol: Fix marshalling for ctdb_event_request_runAmitay Isaacs2017-08-302-5/+12
* ctdb-protocol: Fix marshalling for ctdb_event_status_stateAmitay Isaacs2017-08-301-4/+8
* ctdb-protocol: Fix marshalling for ctdb_event_commandAmitay Isaacs2017-08-301-12/+19
* ctdb-protocol: Fix marshalling for ctdb_eventAmitay Isaacs2017-08-301-12/+16
* ctdb-tests: Add test templates for eventd protocol elementsAmitay Isaacs2017-08-301-0/+59
* ctdb-tests: Remove unused #definesAmitay Isaacs2017-08-301-7/+0
* ctdb-protocol: Add marshalling for ctdb_req_keepaliveAmitay Isaacs2017-08-309-0/+229
* ctdb-protocol: Fix marshalling for ctdb_req_message_dataAmitay Isaacs2017-08-304-81/+116
* ctdb-protocol: Fix marshalling for ctdb_req_messageAmitay Isaacs2017-08-306-32/+172
* ctdb-protocol: Fix marshalling for ctdb_message_dataAmitay Isaacs2017-08-305-7/+231
* ctdb-protocol: Fix marshalling for ctdb_reply_controlAmitay Isaacs2017-08-304-113/+200
* ctdb-protocol: Fix marshalling for ctdb_req_controlAmitay Isaacs2017-08-304-99/+203
* ctdb-protocol: Fix marshalling for ctdb_reply_control_dataAmitay Isaacs2017-08-303-40/+20
* ctdb-protocol: Fix marshalling for ctdb_req_control_dataAmitay Isaacs2017-08-303-39/+29
* ctdb-protocol: Fix marshalling for ctdb_reply_dmasterAmitay Isaacs2017-08-303-87/+183
* ctdb-protocol: Fix marshalling for ctdb_req_dmasterAmitay Isaacs2017-08-303-90/+196
* ctdb-protocol: Fix marshalling for ctdb_reply_errorAmitay Isaacs2017-08-303-79/+113
* ctdb-protocol: Fix marshalling for ctdb_reply_callAmitay Isaacs2017-08-303-79/+112
* ctdb-protocol: Fix marshalling for ctdb_req_callAmitay Isaacs2017-08-303-90/+204