summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-common: Add async version of startup in sock_daemonAmitay Isaacs2017-11-214-0/+95
* ctdb-tests: Create sock_daemon_funcs per testAmitay Isaacs2017-11-211-30/+40
* ctdb-common: Handle errors on unexpected socket close in sock_daemonAmitay Isaacs2017-11-211-3/+16
* ctdb-common: Start listening to sockets only on successful startupAmitay Isaacs2017-11-213-43/+161
* ctdb-common: Start wait computation only after successful startupAmitay Isaacs2017-11-212-11/+23
* ctdb-common: Return status from sock_daemon startup()/reconfigure()Amitay Isaacs2017-11-214-18/+85
* ctdb-common: Do not use sock->req outside sock_socket functionsAmitay Isaacs2017-11-211-3/+4
* ctdb-common: Call missing tevent_wakeup_recv() in sock_daemonAmitay Isaacs2017-11-211-0/+8
* ctdb-daemon: Allocate deferred calls off calling contextAmitay Isaacs2017-11-211-1/+13
* gpo: move mkdir_p to lib/utilDavid Mulder2017-11-202-48/+2
* ctdb-tests: Fix some harmless CIDsMartin Schwenke2017-11-081-8/+6
* ctdb-tests: Add sock_daemon test for stale socket handlingMartin Schwenke2017-11-072-0/+141
* ctdb-common: Fix stale socket removalAmitay Isaacs2017-11-073-23/+61
* 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