summaryrefslogtreecommitdiff
path: root/ctdb/tcp/tcp_connect.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tcp: Drop tracking of file descriptor for incoming connectionsMartin Schwenke2019-11-201-2/+0
* ctdb-tcp: Avoid orphaning the TCP incoming queueMartin Schwenke2019-11-201-0/+7
* ctdb-tcp: Check incoming queue to see if incoming connection is upMartin Schwenke2019-11-201-1/+1
* ctdb-tcp: Mark node as disconnected if incoming connection goes awayMartin Schwenke2019-08-281-1/+1
* 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-281-3/+20
* 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-281-22/+42
* ctdb-tcp: Rename fd -> out_fdMartin Schwenke2019-08-281-40/+57
* ctdb-daemon: Replace function ctdb_ip_to_nodeid() with ctdb_ip_to_pnn()Martin Schwenke2019-08-281-4/+6
* ctdb-daemon: Revert "We can not assume that just because we could complete a ...Martin Schwenke2019-04-151-0/+3
* ctdb: Fixing memory leak in ctdb_tcp_tnode_cbSwen Schillig2018-03-311-0/+1
* ctdb/tcp/tcp_connect.c set socket close on execGary Lockyer2017-12-181-0/+1
* ctdb-tcp: Fix CID 1362724 Unchecked return value from libraryMartin Schwenke2016-08-171-1/+12
* ctdb-tcp: Set file descriptor to -1 after close.Martin Schwenke2016-08-171-0/+2
* ctdb-tcp: Fix CID 1362727 Unchecked return value from libraryMartin Schwenke2016-08-171-1/+13
* ctdb-daemon: Use lib/util functions instead of redefinitionsAmitay Isaacs2016-06-081-2/+3
* ctdb:tcp: add missing spaces in debug message in ctdb_tcp_node_connect()Michael Adam2016-06-011-2/+2
* ctdb-transport: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-3/+12
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-301-19/+21
* ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs2015-10-301-0/+1
* ctdb: Fix CID 1324447 Double closeVolker Lendecke2015-09-151-0/+1
* ctdb-server: fix a possible fd leak in ctdb_tcp_listen_automatic()Michael Adam2015-09-091-0/+2
* ctdb: check for talloc_asprintf() failureDavid Disseldorp2015-04-011-0/+5
* ctdb: Coverity fix for CID 1291643Rajesh Joseph2015-04-011-1/+6
* ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke2015-03-231-77/+22
* ctdb-daemon: Set node PNN in one placeMartin Schwenke2015-03-231-9/+7
* ctdb-build: Use CTDB_RUNDIR instead of VARDIR/run/ctdbAmitay Isaacs2014-06-241-1/+1
* ctdb-tcp: Coverity fixesAmitay Isaacs2013-11-191-7/+25
* tcp: Create socket lock in /var/run/ctdb instead of /tmpAmitay Isaacs2013-10-251-1/+1
* Fixes for various issues found by CoveritySumit Bose2013-07-111-1/+10
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: Initialise the node flags in just one placeMartin Schwenke2013-01-071-11/+0
* ctdbd: Remove debug option --node-ip, use --listen insteadMartin Schwenke2013-01-071-37/+21
* ctdbd: Log a meaningful message if the nodes file/list is emptyMartin Schwenke2012-07-261-0/+9
* We dont need to serialize the "probe which address this node is" if we have g...Ronnie Sahlberg2012-05-101-20/+27
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-4/+8
* Report client for queue errors.Rusty Russell2010-07-011-1/+1
* Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg2010-02-041-1/+1
* tcp: don't log an error when we succefully bind to the desired addressStefan Metzmacher2009-10-261-1/+8
* lower the debug levels for the "create FD messages" so we dont fill up the logs.Ronnie Sahlberg2009-10-211-1/+1
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+7
* make it possible to start the daemon in STOPPED modeRonnie Sahlberg2009-07-091-0/+5
* add a new node state : DELETED.Ronnie Sahlberg2009-06-011-1/+5
* we need to set the port properly in the parse_ip helperRonnie Sahlberg2009-03-241-1/+1
* From C Cowan, AIX needs to set sockaddr.sa_len to a consistent value forRonnie Sahlberg2009-03-161-1/+11
* Fix treatment of link local ipv6 addresses: set the scope id.Michael Adam2009-01-191-1/+1