summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tools: Fix a typo for a talloc contextMartin Schwenke2017-09-191-1/+1
* ctdb-tools: Add debug to ctdb_killtcpMartin Schwenke2017-09-191-0/+8
* ctdb-tools: Move special case of 0 connections into computationMartin Schwenke2017-09-191-6/+6
* ctdb-tools: Rework killtcp logic into a tevent_req-based computationMartin Schwenke2017-09-191-107/+135
* ctdb-tools: New function ctdb_kill_tcp_init()Martin Schwenke2017-09-191-94/+79
* ctdb-tools: Improve error handlingMartin Schwenke2017-09-191-6/+15
* ctdb-tools: Drop global variable progMartin Schwenke2017-09-191-5/+2
* ctdb-tools: Use db_hash in ctdb_killtcpMartin Schwenke2017-09-191-125/+67
* ctdb-tools: Use ctdb_connection and ctdb_connection_list structsMartin Schwenke2017-09-191-39/+46
* ctdb-protocol: Add ctdb_connection_list utilitiesMartin Schwenke2017-09-193-0/+305
* ctdb-protocol: Add marshalling for ctdb_connection_listMartin Schwenke2017-09-195-0/+119
* ctdb-protocol: Add new data structure ctdb_connection_listMartin Schwenke2017-09-191-0/+5
* ctdb-protocol: Add ctdb_connection utilitiesMartin Schwenke2017-09-193-0/+187
* ctdb-protocol: Factor out static function ctdb_sock_addr_cmp_family()Martin Schwenke2017-09-191-4/+15
* ctdb-protocol: Add ctdb_sock_addr_from_string()Martin Schwenke2017-09-193-23/+169
* ctdb-protocol: Optionally print port for address printing functionsMartin Schwenke2017-09-1911-70/+107
* ctdb-protocol: Add utility function ctdb_sock_addr_to_buf()Martin Schwenke2017-09-192-12/+40
* ctdb-protocol: Add ctdb_sock_addr_port() and sock_addr_set_port()Martin Schwenke2017-09-192-0/+30
* ctdb-protocol: Add server and client aliases in ctdb_connectionMartin Schwenke2017-09-191-2/+8
* ctdb-common: Initialise socket addresses before reading into themMartin Schwenke2017-09-195-0/+15
* ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke2017-09-1915-39/+70
* ctdb-build: Fix dependency for ctdbdMartin Schwenke2017-09-191-1/+1
* 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-192-0/+14
* ctdb-protocol: Drop marshalling for monitor controlsMartin Schwenke2017-09-142-68/+0
* ctdb-client: Drop client code for monitor controlsMartin Schwenke2017-09-142-98/+0
* ctdb-client: Drop old client code for monitor controlsMartin Schwenke2017-09-142-83/+0
* ctdb-daemon: Remove unused function ctdb_stop_monitoring()Martin Schwenke2017-09-142-14/+0
* ctdb-daemon: Drop monitoring modeMartin Schwenke2017-09-142-9/+1
* ctdb-tests: Drop implementation of monitor controlsMartin Schwenke2017-09-141-69/+0
* ctdb-daemon: Drop implementation of monitor controlsMartin Schwenke2017-09-142-44/+0
* ctdb-daemon: Mark monitoring controls obsoleteMartin Schwenke2017-09-142-15/+10
* ctdb-docs: Drop mention of unimplemented commandsMartin Schwenke2017-09-141-11/+1
* ctdb-tools: Drop monitoring-related ctdb commandsMartin Schwenke2017-09-144-137/+0
* 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-tests: Drop unused monitoring status supportMartin Schwenke2017-09-141-4/+0
* ctdb-client: Initialize ctdb_ltdb_header completely for empty recordAmitay Isaacs2017-09-141-3/+3
* ctdb-daemon: Free up record data if a call request is deferredAmitay Isaacs2017-09-141-0/+1
* ctdb-tests: Add 31.clamd eventscript unit testsMartin Schwenke2017-09-124-0/+50
* ctdb-tests: Enhance ss stub to check for listening Unix domain socketsMartin Schwenke2017-09-121-36/+141
* ctdb-scripts: Switch ctdb_check_unix_socket() to use ssMartin Schwenke2017-09-121-1/+2
* ctdb-scripts: Clean up ctdb_check_unix_socket()Martin Schwenke2017-09-121-8/+13
* 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-122-0/+19