summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-scripts: Don't bother checking PID file when starting ctdbdMartin Schwenke2017-11-071-16/+2
* ctdb-tests: Have fake daemon log when it parses public IPsMartin Schwenke2017-11-071-1/+11
* ctdb-common: Ensure unused bytes in union are initialisedMartin Schwenke2017-11-071-9/+35
* ctdb-tests: Process-exists unit tests should wait until PID is registeredMartin Schwenke2017-10-263-0/+6
* ctdb-tests: Wait for fake_ctdbd to start, fail if it doesn'tMartin Schwenke2017-10-261-1/+5
* ctdb-tests: Skip starting fake_ctdbd when current node is disconnectedMartin Schwenke2017-10-262-12/+14
* ctdb-tests: Wait for ctdb_eventd to start, fail if it doesn'tMartin Schwenke2017-10-261-4/+3
* ctdb-tests: Allow wait_until() to be used in unit testsMartin Schwenke2017-10-262-44/+44
* ctdb-client: Fix CID 1419820Amitay Isaacs2017-10-231-2/+2
* ctdb-tools: Drop duplicate output from dbstatisticsAmitay Isaacs2017-10-231-1/+0
* ctdb-tests: Add tests for event scripts with multiple '.'sAmitay Isaacs2017-10-181-0/+21
* ctdb-common: Ignore event scripts with multiple '.'sAmitay Isaacs2017-10-182-1/+9
* ctdb-tests: Check an unchecked return valueMartin Schwenke2017-10-161-2/+8
* ctdb-test: Fix CID 1419118 (Error handling issues)Martin Schwenke2017-10-161-1/+5
* ctdb-client: Fix a typoMartin Schwenke2017-10-161-1/+1
* ctdb-tests: Strengthen some testsMartin Schwenke2017-10-161-3/+3
* ctdb-protocol: Fix typo in type of return variableMartin Schwenke2017-10-161-1/+1
* ctdb-tests: Add interactive test for tunnelsAmitay Isaacs2017-10-102-0/+200
* ctdb-tests: Add test for tunnelsAmitay Isaacs2017-10-103-1/+526
* ctdb-protocol: Add tunnel id prefix for testingAmitay Isaacs2017-10-102-1/+7
* ctdb-client: Add client api for using tunnelsAmitay Isaacs2017-10-105-1/+920
* ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNELAmitay Isaacs2017-10-109-0/+286
* ctdb-client: Add client code for tunnel controlsAmitay Isaacs2017-10-102-0/+68
* ctdb-protocol: Add protocol marshalling for tunnel controlsAmitay Isaacs2017-10-107-2/+92
* ctdb-daemon: Add code to process ctdb_req_tunnel packetsAmitay Isaacs2017-10-104-0/+103
* ctdb-protocol: Add req_tunnel counts to ctdb statisticsAmitay Isaacs2017-10-104-0/+40
* ctdb-daemon: Add implementation of tunnel controlsAmitay Isaacs2017-10-106-1/+153
* ctdb-protocol: Add controls to register/deregister tunnelsAmitay Isaacs2017-10-101-0/+2
* ctdb-protocol: Add REQ_TUNNEL packet typeAmitay Isaacs2017-10-101-0/+11
* ctdb-common: Make parse_ip() and parse_ipv4() staticMartin Schwenke2017-10-052-5/+3
* ctdb-common: Replace parse_ip() -> ctdb_sock_addr_from_string()Martin Schwenke2017-10-052-2/+8
* ctdb-tests: Replace parse_ip() -> ctdb_sock_addr_from_string()Martin Schwenke2017-10-052-7/+16
* ctdb-tools: Replace parse_ip() -> ctdb_sock_addr_from_string()Martin Schwenke2017-10-051-7/+17
* ctdb-common: Remove unused function parse_ip_port()Martin Schwenke2017-10-052-41/+0
* ctdb-tools: Replace parse_ip_port() -> ctdb_sock_addr_from_string()Martin Schwenke2017-10-051-6/+12
* ctdb-common: Remove unused function ctdb_parse_connections()Martin Schwenke2017-10-052-60/+0
* ctdb-tools: Use ctdb_connection_list_read()Martin Schwenke2017-10-051-23/+21
* ctdb-common: Do not queue a packet if queue does not have valid fdAmitay Isaacs2017-10-051-0/+5
* ctdb-tests: Send broadcast to connected nodes, not configured nodesAmitay Isaacs2017-10-051-1/+1
* ctdb-daemon: Send broadcast to connected nodes, not configured nodesAmitay Isaacs2017-10-051-2/+3
* ctdb: Centralize ctdb_version_stringVolker Lendecke2017-09-265-5/+43
* ctdbd: Fix a typoVolker Lendecke2017-09-261-1/+1
* ctdb-tests: Add tests for client with multiple connectionsAmitay Isaacs2017-09-222-1/+27
* ctdb-tests: Add support for multiple ctdb connections in dummy_clientAmitay Isaacs2017-09-221-7/+25
* ctdb-tests: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs2017-09-221-19/+30
* ctdb-daemon: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs2017-09-221-10/+12
* ctdb-tests: Add tests for PID with srvidAmitay Isaacs2017-09-212-1/+45
* ctdb-tests: Implement control CHECK_PID_SRVID in fake daemonAmitay Isaacs2017-09-211-3/+44
* ctdb-tests: Reimplement message handlers using srvid abstractionAmitay Isaacs2017-09-211-31/+19
* ctdb-tool: Update process-exists command to pass optional srvidAmitay Isaacs2017-09-212-8/+32