summaryrefslogtreecommitdiff
path: root/ctdb/tcp/ctdb_tcp.h
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-301-3/+3
* Added some #ifndefs to stop files being included multiple times.Martin Schwenke2011-11-111-1/+5
* to make it easier/less disruptive to add nodes to a running clusterRonnie Sahlberg2008-02-191-0/+1
* fixed a double close of a socket, leading to an EPOLL errorAndrew Tridgell2007-10-221-0/+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-1/+1
* ctdb is GPL not LGPLAndrew Tridgell2007-05-311-12/+12
* make sure we find out about new nodes as fast as possibleAndrew Tridgell2007-05-251-0/+2
* private -> private_data for samba3Andrew Tridgell2007-04-131-2/+2
* fix the queueing for partially connected tcp socketsAndrew Tridgell2007-04-101-0/+1
* made all sockets handle partial IOAndrew Tridgell2007-04-101-17/+3
* change the tcp code to call ctdb_read_pdu() instead of doing the partial read...Ronnie sahlberg2007-04-101-11/+1
* enforce the tcp memory alignment in packet queue Andrew Tridgell2006-12-191-0/+2
* added handling of partial packet readsAndrew Tridgell2006-12-191-0/+15
* - setup a convenience name field for nodesAndrew Tridgell2006-11-281-4/+11
* - split up tcp functions into more logical partsAndrew Tridgell2006-11-281-0/+11
* started splitting out transport codeAndrew Tridgell2006-11-271-0/+41