summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-recovery-helper: Deregister message handler in error pathsAmitay Isaacs2017-12-131-4/+12
* ctdb-client: Add async version for ctdb_client_init()Amitay Isaacs2017-12-132-66/+166
* ctdb-common: Avoid using void ** argumentAmitay Isaacs2017-12-132-3/+3
* ctdb-build: Apply dependency to correct subsystemAmitay Isaacs2017-12-131-2/+2
* ctdb-daemon: Send STARTUP control after startup eventAmitay Isaacs2017-11-302-6/+6
* ctdb-takeover: Send tcp tickles immediately on STARTUP controlAmitay Isaacs2017-11-301-8/+7
* ctdb-takeover: Refactor code to send tickle lists for all public IPsAmitay Isaacs2017-11-301-17/+27
* build: Move socket_wrapper to third_partyAndreas Schneider2017-11-251-6/+15
* ctdb-eventd: Simplify eventd codeAmitay Isaacs2017-11-241-166/+17
* ctdb-common: Add special monitor handling to run_event abstractionAmitay Isaacs2017-11-241-10/+135
* ctdb-tests: Make sure child processes are waited on after terminationAmitay Isaacs2017-11-241-2/+11
* ctdb-common: Add async version of shutdown in sock_daemonAmitay Isaacs2017-11-213-9/+110
* ctdb-common: Add async version of reconfigure in sock_daemonAmitay Isaacs2017-11-214-0/+161
* 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