summaryrefslogtreecommitdiff
path: root/ctdb/tcp/tcp_io.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tcp: Mark node as disconnected if incoming connection goes awayMartin Schwenke2019-08-281-1/+4
* ctdb-tcp: Create outbound queue when the connection becomes writableMartin Schwenke2019-08-281-0/+5
* ctdb-tcp: Move incoming fd and queue into struct ctdb_tcp_nodeMartin Schwenke2019-08-281-3/+6
* ctdb: Remove double sanity checks from ctdb_tcp_read_cbSwen Schillig2018-04-041-7/+0
* ctdb: Fixing possible memory leak in ctdb_tcp_read_cbSwen Schillig2018-03-311-1/+2
* ctdb-transport: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-301-0/+2
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-4/+8
* ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs2014-10-281-1/+1
* 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
* merge from ronnieAndrew Tridgell2008-02-041-5/+5
* 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
* 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
* fixed some warningsAndrew Tridgell2007-04-281-3/+3
* Rename "private" to "private_data"Volker Lendecke2007-04-111-1/+1
* made all sockets handle partial IOAndrew Tridgell2007-04-101-126/+10
* change the tcp code to call ctdb_read_pdu() instead of doing the partial read...Ronnie sahlberg2007-04-101-72/+27
* merged from samba4 ctdbAndrew Tridgell2007-02-071-9/+2
* merge fixes from samba4Andrew Tridgell2007-01-231-8/+15
* enforce the tcp memory alignment in packet queue Andrew Tridgell2006-12-191-0/+4
* added handling of partial packet readsAndrew Tridgell2006-12-191-10/+59
* queue up packets to nodes that aren't connected yet. This avoids aAndrew Tridgell2006-12-011-7/+2
* - added ctdb_set_flags() callAndrew Tridgell2006-12-011-2/+0
* - setup a convenience name field for nodesAndrew Tridgell2006-11-281-10/+148
* - split up tcp functions into more logical partsAndrew Tridgell2006-11-281-0/+56