summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_io.c
Commit message (Expand)AuthorAgeFilesLines
* Report client for queue errors.Rusty Russell2010-07-011-16/+43
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* ctdb: migrate to new dlinklist.h from SambaAndrew Tridgell2010-02-091-4/+3
* ctdb: move ctdb_io.c to use TLIST_*() macrosAndrew Tridgell2010-02-041-21/+6
* We only queued up to 1000 packets per queue before we start droppingRonnie Sahlberg2010-02-041-1/+18
* ctdb_io: fix use-after-free on invalid packetsRusty Russell2009-12-021-1/+19
* Suggestion from Volker,Ronnie Sahlberg2009-10-261-6/+5
* When clients have blocked, perhaps because the node is banned or stopped ...Ronnie Sahlberg2009-10-211-0/+10
* add improvements to tracking memory usage in ctdbd adn the recovery daemonRonnie Sahlberg2008-04-011-1/+1
* from tridge: decorate dumpmemory output so that packets that are queued show ...Ronnie Sahlberg2008-04-011-0/+23
* merge from ronnieAndrew Tridgell2008-02-041-5/+5
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* ctdb is GPL not LGPLAndrew Tridgell2007-05-311-12/+12
* fixed more warnings on 64 bit boxesAndrew Tridgell2007-05-291-2/+2
* another place where we could send a partial packetAndrew Tridgell2007-05-281-2/+4
* drop any partialialy send packets when we get a socket write errorAndrew Tridgell2007-05-261-0/+7
* handle corrupt ctdb packets betterAndrew Tridgell2007-05-261-0/+5
* fixed two more places where we don't correctly handle write errors on socketsAndrew Tridgell2007-05-151-1/+6
* - take advantage of the new EVENT_FD_AUTOCLOSE flagAndrew Tridgell2007-05-051-1/+1
* first stage of efficient non-blocking ctdb traverseAndrew Tridgell2007-05-031-3/+7
* yay! finally fixed the bug that volker, ronnie and I have been chasingAndrew Tridgell2007-04-291-5/+17
* - fix includes to work in both samba4 and ctdb standaloneAndrew Tridgell2007-04-161-1/+1
* private -> private_data for samba3Andrew Tridgell2007-04-131-11/+11
* merge from ronnieAndrew Tridgell2007-04-101-2/+0
|\
| * remove old ifdef that remained from when this was a header fileRonnie sahlberg2007-04-101-4/+0
* | made all sockets handle partial IOAndrew Tridgell2007-04-101-36/+222
|/
* make normal/deamon mode controllable by a ctdb flag so that the api looks the...Ronnie sahlberg2007-04-101-0/+119