summaryrefslogtreecommitdiffstats
path: root/ctdb/tcp/tcp_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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