summaryrefslogtreecommitdiffstats
path: root/ctdb/tcp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* enforce the tcp memory alignment in packet queue Andrew Tridgell2006-12-193-1/+7
* added handling of partial packet readsAndrew Tridgell2006-12-194-12/+90
* queue up packets to nodes that aren't connected yet. This avoids aAndrew Tridgell2006-12-012-7/+6
* - added ctdb_set_flags() callAndrew Tridgell2006-12-013-4/+3
* - added simple (fake) vnn systemAndrew Tridgell2006-11-282-12/+9
* - setup a convenience name field for nodesAndrew Tridgell2006-11-284-23/+188
* - split up tcp functions into more logical partsAndrew Tridgell2006-11-284-96/+158
* started splitting out transport codeAndrew Tridgell2006-11-272-0/+302