summaryrefslogtreecommitdiffstats
path: root/ctdb/tcp/tcp_init.c
Commit message (Expand)AuthorAgeFilesLines
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* 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-1/+1
* Report client for queue errors.Rusty Russell2010-07-011-1/+1
* add a new node state : DELETED.Ronnie Sahlberg2009-06-011-2/+8
* we need to set the port properly in the parse_ip helperRonnie Sahlberg2009-03-241-1/+1
* redesign how reloadnodes is implemented.Ronnie Sahlberg2008-12-021-12/+36
* When we reload the nodes fileRonnie Sahlberg2008-10-071-4/+2
* listen_fd is auto-closedroot2008-05-081-3/+0
* to make it easier/less disruptive to add nodes to a running clusterRonnie Sahlberg2008-02-191-1/+19
* merge from ronnieAndrew Tridgell2008-02-041-2/+2
* fixed a double close of a socket, leading to an EPOLL errorAndrew Tridgell2007-10-221-6/+6
* 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
|/
* 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-1/+1
* clean out some more cruftAndrew Tridgell2007-06-051-4/+4
* - make calling of recovered event script asyncAndrew Tridgell2007-06-021-4/+21
* ctdb is GPL not LGPLAndrew Tridgell2007-05-311-12/+12
* 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
* 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
* Rename "private" to "private_data"Volker Lendecke2007-04-111-2/+2
* fix the queueing for partially connected tcp socketsAndrew Tridgell2007-04-101-0/+4
* make some functions static, and remove an unused structureAndrew Tridgell2007-04-101-3/+3
* move the checking of the CONNECT_WAIT flag into the start method for tcpRonnie sahlberg2007-04-101-0/+6
* merge fixes from samba4Andrew Tridgell2007-01-231-1/+2
* enforce the tcp memory alignment in packet queue Andrew Tridgell2006-12-191-1/+1
* added handling of partial packet readsAndrew Tridgell2006-12-191-1/+15
* - added ctdb_set_flags() callAndrew Tridgell2006-12-011-1/+2
* - added simple (fake) vnn systemAndrew Tridgell2006-11-281-2/+3
* - setup a convenience name field for nodesAndrew Tridgell2006-11-281-2/+3
* - split up tcp functions into more logical partsAndrew Tridgell2006-11-281-0/+84