summaryrefslogtreecommitdiff
path: root/ctdb/tcp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-043-11/+11
* 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-223-30/+43
* 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
* merge from ronnieAndrew Tridgell2007-10-191-0/+19
|\
| * add a new transport method so that when a node is marked as dead, we Ronnie Sahlberg2007-10-191-0/+23
|/
* 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-104-12/+8
* rename tnode->queue to tnode->out_queue to indicate this queue is for Ronnie Sahlberg2007-07-024-5/+5
* 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
* clean out some more cruftAndrew Tridgell2007-06-051-4/+4
* - make calling of recovered event script asyncAndrew Tridgell2007-06-022-16/+31
* ctdb is GPL not LGPLAndrew Tridgell2007-05-314-48/+48
* close sockets when we exec scriptsAndrew Tridgell2007-05-301-8/+4
* we need to listen at transport initialise stage to find our own node numberAndrew Tridgell2007-05-301-3/+3
* don't start the transport connecting to the other nodes until after the start...Andrew Tridgell2007-05-301-2/+13
* fixed more warnings on 64 bit boxesAndrew Tridgell2007-05-291-1/+2
* removed bogus alignment checkAndrew Tridgell2007-05-261-7/+0
* show op type of badly aligned packets in tcp layerAndrew Tridgell2007-05-261-0/+7
* paranoid checks for bad packets in tcp layer. Close the socket if it gets a b...Andrew Tridgell2007-05-261-15/+25
* make sure we find out about new nodes as fast as possibleAndrew Tridgell2007-05-252-2/+22
* 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
* auto-determine listen address by attempting to bind to each address in the cl...Andrew Tridgell2007-05-011-19/+107
* fixed some warningsAndrew Tridgell2007-04-281-3/+3
* merge from peterAndrew Tridgell2007-04-261-22/+29
* - added a --torture option to all ctdb tools. This setsAndrew Tridgell2007-04-191-6/+0
* - make he packet allocation routines take a mem_ctx, which allowsAndrew Tridgell2007-04-191-2/+2
* make sure we notify ctdb when a node diesAndrew Tridgell2007-04-171-0/+4
* private -> private_data for samba3Andrew Tridgell2007-04-132-6/+6
* Rename "private" to "private_data"Volker Lendecke2007-04-113-13/+16
* fix the queueing for partially connected tcp socketsAndrew Tridgell2007-04-103-3/+7
* make some functions static, and remove an unused structureAndrew Tridgell2007-04-102-4/+4
* made all sockets handle partial IOAndrew Tridgell2007-04-103-153/+38
* change the tcp code to call ctdb_read_pdu() instead of doing the partial read...Ronnie sahlberg2007-04-102-83/+28
* move the checking of the CONNECT_WAIT flag into the start method for tcpRonnie sahlberg2007-04-101-0/+6
* When we create a tcp connection to a remote ctdb node do an explicit bind() ...Ronnie sahlberg2007-04-061-1/+16
* added --num-msgs option Andrew Tridgell2007-02-201-0/+3
* support hostnames for node namesAndrew Tridgell2007-02-201-2/+22
* merged from samba4 ctdbAndrew Tridgell2007-02-071-9/+2
* merge fixes from samba4Andrew Tridgell2007-01-233-11/+20
* simple ctdb benchmarkAndrew Tridgell2006-12-191-1/+0