summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctdb-client: Add client code for control CHECK_PID_SRVIDAmitay Isaacs2017-09-212-0/+34
* ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs2017-09-213-0/+30
* ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs2017-09-217-2/+71
* ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs2017-09-215-0/+78
* ctdb-protocol: Add new control CTDB_CONTROL_CHECK_PID_SRVIDAmitay Isaacs2017-09-211-0/+7
* ctdb-common: Extend srvid_exists() check to support optional private_dataAmitay Isaacs2017-09-213-4/+29
* 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