summaryrefslogtreecommitdiff
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* ctdb/server/ctdb_daemon.c set socket close on execGary Lockyer2017-12-181-0/+1
* ctdb-recovery-helper: Deregister message handler in error pathsAmitay Isaacs2017-12-131-4/+12
* 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
* ctdb-eventd: Simplify eventd codeAmitay Isaacs2017-11-241-166/+17
* ctdb-daemon: Allocate deferred calls off calling contextAmitay Isaacs2017-11-211-1/+13
* ctdb-daemon: Add code to process ctdb_req_tunnel packetsAmitay Isaacs2017-10-103-0/+96
* ctdb-daemon: Add implementation of tunnel controlsAmitay Isaacs2017-10-103-0/+132
* ctdb-daemon: Send broadcast to connected nodes, not configured nodesAmitay Isaacs2017-10-051-2/+3
* ctdb: Centralize ctdb_version_stringVolker Lendecke2017-09-261-2/+2
* ctdbd: Fix a typoVolker Lendecke2017-09-261-1/+1
* ctdb-daemon: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs2017-09-221-10/+12
* ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs2017-09-212-0/+28
* ctdb-protocol: Optionally print port for address printing functionsMartin Schwenke2017-09-194-12/+21
* ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke2017-09-196-4/+6
* Revert "ctdb-daemon: Don't explicitly stop monitoring during shutdown"Martin Schwenke2017-09-191-0/+1
* Revert "ctdb-daemon: Remove unused function ctdb_stop_monitoring()"Martin Schwenke2017-09-191-0/+12
* ctdb-daemon: Remove unused function ctdb_stop_monitoring()Martin Schwenke2017-09-141-12/+0
* ctdb-daemon: Drop monitoring modeMartin Schwenke2017-09-141-6/+1
* ctdb-daemon: Drop implementation of monitor controlsMartin Schwenke2017-09-141-39/+0
* ctdb-daemon: Mark monitoring controls obsoleteMartin Schwenke2017-09-141-12/+7
* ctdb-daemon: Don't explicitly stop monitoring during shutdownMartin Schwenke2017-09-141-1/+0
* ctdb-daemon: Don't explicitly disable monitoring around recoveryMartin Schwenke2017-09-141-7/+0
* ctdb-daemon: Don't explicitly disable monitoring when stopping a nodeMartin Schwenke2017-09-141-1/+0
* ctdb-daemon: Skip monitoring when not in RUNNING runstateMartin Schwenke2017-09-141-0/+1
* ctdb-daemon: Skip monitoring when node is inactiveMartin Schwenke2017-09-141-0/+1
* ctdb-daemon: Free up record data if a call request is deferredAmitay Isaacs2017-09-141-0/+1
* ctdb-daemon: Don't release all IPs before "startup" eventMartin Schwenke2017-09-121-3/+0
* ctdb-recoverd: Abort recovery/takeover if recmaster changesAmitay Isaacs2017-09-121-0/+9
* ctdb-daemon: GET_DB_SEQNUM should read database conditionallyAmitay Isaacs2017-09-121-0/+5
* ctdb-daemon: Add a function to check if db access is allowedAmitay Isaacs2017-09-121-0/+18
* ctdb-daemon: Fix implementation of process_exists controlAmitay Isaacs2017-09-091-6/+10
* ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs2017-09-012-2/+4
* ctdb-protocol: Fix marshalling for ctdb_rec_bufferAmitay Isaacs2017-08-301-2/+4
* ctdb-common: Allow sock_daemon to daemonise during startupMartin Schwenke2017-08-291-1/+2
* ctdb-common: Move PID file creation to sock_daemon_run_send()Amitay Isaacs2017-08-291-2/+2
* ctdb-daemon: Use become_daemon() instead of custom codeMartin Schwenke2017-08-291-13/+2
* ctdb-daemon: Narrow a #includeMartin Schwenke2017-08-291-1/+1
* ctdb-client: Fix ctdb_attach() to use database flagsAmitay Isaacs2017-08-251-3/+3
* ctdb-client: Optionally return database id from ctdb_ctrl_createdb()Amitay Isaacs2017-08-251-2/+2
* ctdb-client: Fix ctdb_ctrl_createdb() to use database flagsAmitay Isaacs2017-08-251-3/+4
* ctdb: Fix a typoVolker Lendecke2017-08-251-1/+1
* ctdb-daemon: Fix a return valueMartin Schwenke2017-08-171-1/+1
* ctdb-daemon: Fix default socket locationMartin Schwenke2017-08-171-1/+1
* ctdb-daemon: Drop the implementation of CHECK_SRVIDS controlAmitay Isaacs2017-08-142-32/+1
* ctdb-takeover: Do not call ctdb_announce_vnn_iface() for updateipMartin Schwenke2017-08-101-12/+0
* ctdb-common: Rename pidfile_create() -> pidfile_context_create()Martin Schwenke2017-08-021-2/+2
* ctdb-daemon: Increase priority of logs when recovery happensAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs when shutting downAmitay Isaacs2017-07-041-2/+2