summaryrefslogtreecommitdiffstats
path: root/ctdb/tcp/tcp_connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* redo and update how we synchronize flags across the cluster.root2008-12-051-1/+0
* some platforms are very picky about the third argument passed to bind().root2008-12-051-14/+35
* redesign how reloadnodes is implemented.Ronnie Sahlberg2008-12-021-1/+4
* initial ipv6 patchRonnie Sahlberg2008-08-191-48/+83
* We can not assume that just because we could complete a TCP handshakeRonnie Sahlberg2008-07-181-3/+0
* Use DEBUG_ERR and not DEBUG_WARNING when we get a connectionRonnie Sahlberg2008-05-061-1/+1
* Add debug output to indicate why a node starts up in DISABLED stateRonnie Sahlberg2008-02-221-0/+1
* Add a new parameter to /etc/sysconfig/ctdbRonnie Sahlberg2008-02-221-1/+5
* the ctdb structure must make its own copy of the ->address field and not justRonnie Sahlberg2008-02-191-2/+3
* merge from ronnieAndrew Tridgell2008-02-041-4/+4
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-1/+1
* Add a --node-ip argument so that one can specify which ip address a Ronnie Sahlberg2007-11-261-10/+16
* fixed a double close of a socket, leading to an EPOLL errorAndrew Tridgell2007-10-221-24/+36
* another place where we need to mark connect_fde as freedAndrew Tridgell2007-10-221-1/+2
* prevent a double freeAndrew Tridgell2007-10-221-1/+2
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-3/+3
* change how we do public addresses and takeover so that we can have Ronnie Sahlberg2007-09-041-1/+1
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* rename tnode->queue to tnode->out_queue to indicate this queue is for Ronnie Sahlberg2007-07-021-2/+2
* when accepting an incoming connection, verify that the source address is Ronnie Sahlberg2007-07-021-1/+15
* implement a scheme where nodes are banned if they continuously caused the clu...Andrew Tridgell2007-06-071-1/+1
* - make calling of recovered event script asyncAndrew Tridgell2007-06-021-12/+10
* ctdb is GPL not LGPLAndrew Tridgell2007-05-311-12/+12
* close sockets when we exec scriptsAndrew Tridgell2007-05-301-8/+4
* make sure we find out about new nodes as fast as possibleAndrew Tridgell2007-05-251-2/+20
* enable TCP keepalivesAndrew Tridgell2007-05-151-0/+4
* fixed two more places where we don't correctly handle write errors on socketsAndrew Tridgell2007-05-151-2/+1
* fixed a fd close error on reconnectAndrew Tridgell2007-05-151-12/+0
* AIX needs sin_len field for bind()Andrew Tridgell2007-05-151-0/+16
* added a hopcount in ctdb_callAndrew Tridgell2007-05-011-1/+1