summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tcp: Do not stop outbound connection in ctdb_tcp_node_connect()Martin Schwenke2020-03-241-1/+17
* ctdb-tcp: Factor out function ctdb_tcp_start_outgoing()Martin Schwenke2020-03-241-6/+13
* ctdb-tcp: add ctdb_tcp_stop_incoming()Ralph Boehme2020-03-243-1/+12
* ctdb-tcp: rename ctdb_tcp_stop_connection() to ctdb_tcp_stop_outgoing()Ralph Boehme2020-03-243-8/+8
* ctdb-tcp: Remove redundant restart in ctdb_tcp_tnode_cb()Ralph Boehme2020-03-241-6/+0
* ctdb-tcp: always call node_dead() upcall in ctdb_tcp_tnode_cb()Ralph Boehme2020-03-241-3/+1
* ctdb-tcp: move free of inbound queue to TCP restartNoel Power2020-03-242-2/+1
* ctdb-daemon: more logical whitespace, debug modernisationMartin Schwenke2020-03-241-2/+2
* ctdb-daemon: ensure restart() callback is called in half-connected stateRalph Boehme2020-03-241-7/+6
* ctdb-daemon: Rename ctdb_context private_data to transport_dataMartin Schwenke2020-03-244-11/+14
* ctdb-daemon: Rename ctdb_node private_data to transport_dataMartin Schwenke2020-03-246-17/+23
* ctdb-tcp: Make error handling for outbound connection consistentMartin Schwenke2020-02-171-19/+17
* ctdb-tests: Skip some tests that don't work with IPv6Martin Schwenke2020-01-142-0/+24
* ctdb-scripts: Strip square brackets when gathering connection infoMartin Schwenke2020-01-141-0/+6
* ctdb-tcp: Close inflight connecting TCP sockets after forkVolker Lendecke2019-11-251-0/+6
* ctdb-tcp: Drop tracking of file descriptor for incoming connectionsMartin Schwenke2019-11-254-11/+0
* ctdb-tcp: Avoid orphaning the TCP incoming queueMartin Schwenke2019-11-251-0/+7
* ctdb-tcp: Check incoming queue to see if incoming connection is upMartin Schwenke2019-11-251-1/+1
* ctdb-vacuum: Process all records not deleted on a remote nodeAmitay Isaacs2019-10-161-1/+1
* ctdb-tools: Stop deleted nodes from influencing ctdb nodestatus exit codeMartin Schwenke2019-09-201-1/+7
* ctdb: fix compilation on systems with glibc robust mutexesRalph Boehme2019-09-051-1/+1
* ctdb-recoverd: Fix typo in previous fixMartin Schwenke2019-09-041-1/+1
* ctdb-tests: Clear deleted record via recovery instead of vacuumingMartin Schwenke2019-09-041-12/+5
* ctdb-tests: Strengthen volatile DB traverse testMartin Schwenke2019-09-041-15/+52
* ctdb-recoverd: Only check for LMASTER nodes in the VNN mapMartin Schwenke2019-09-041-4/+10
* ctdb-tests: Don't retrieve the VNN map from target node for notlmasterMartin Schwenke2019-09-041-2/+1
* ctdb-tests: Handle special cases first and returnMartin Schwenke2019-09-041-31/+28
* ctdb-tests: Inline handling of recovered and notlmaster statusesMartin Schwenke2019-09-041-6/+12
* ctdb-tests: Drop unused node statuses frozen/unfrozenMartin Schwenke2019-09-041-6/+2
* ctdb-tests: Reformat node_has_status()Martin Schwenke2019-09-041-46/+48
* ctdb-daemon: Make node inactive in the NODE_STOP controlMartin Schwenke2019-08-281-0/+2
* ctdb-daemon: Drop unused function ctdb_local_node_got_banned()Martin Schwenke2019-08-282-25/+0
* ctdb-daemon: Switch banning code to use ctdb_node_become_inactive()Martin Schwenke2019-08-281-1/+1
* ctdb-daemon: Factor out new function ctdb_node_become_inactive()Martin Schwenke2019-08-282-0/+45
* ctdb-tcp: Mark node as disconnected if incoming connection goes awayMartin Schwenke2019-08-282-2/+5
* ctdb-tcp: Only mark a node connected if both directions are upMartin Schwenke2019-08-281-3/+17
* ctdb-tcp: Create outbound queue when the connection becomes writableMartin Schwenke2019-08-283-12/+25
* ctdb-tcp: Use TALLOC_FREE()Martin Schwenke2019-08-281-4/+2
* ctdb-tcp: Move incoming fd and queue into struct ctdb_tcp_nodeMartin Schwenke2019-08-284-34/+61
* ctdb-tcp: Rename fd -> out_fdMartin Schwenke2019-08-283-49/+72
* ctdb-daemon: Add function ctdb_ip_to_node()Martin Schwenke2019-08-282-5/+21
* ctdb-daemon: Replace function ctdb_ip_to_nodeid() with ctdb_ip_to_pnn()Martin Schwenke2019-08-284-20/+18
* ctdb-config: depend on /etc/ctdb/nodes fileRafael David Tinoco2019-08-081-0/+1
* ctdb-scripts: Fix tcp_tw_recycle existence checkRafael David Tinoco via samba-technical2019-06-211-2/+2
* ctdb-common: Fix memory leak in run_procAmitay Isaacs2019-05-161-2/+5
* ctdb-common: Fix memory leakMartin Schwenke2019-05-161-1/+2
* ctdb-recoverd: Fix memory leakMartin Schwenke2019-05-161-1/+1
* ctdb:common: Do not print NULL if we don't get a sockpathAndreas Schneider2019-05-161-1/+1
* ctdb-daemon: Never use 0 as a client IDMartin Schwenke2019-05-161-1/+47
* ctdb-tests: Fix logic error in simple ctdb reloadips testMartin Schwenke2019-05-161-17/+20