summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_io.c
Commit message (Expand)AuthorAgeFilesLines
* common/io: Limit the queue buffer size for fair scheduling via teventAmitay Isaacs2013-08-221-12/+31
* Revert "common/io: Keep queue buffer size multiple of 4K"Amitay Isaacs2013-08-221-22/+6
* common/io: Keep queue buffer size multiple of 4KAmitay Isaacs2013-08-091-6/+22
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* common/io: For scheduling immediate events use tevent_schedule_immediateAmitay Isaacs2013-03-061-11/+15
* common/io: Rewrite socket handling code to read all available dataAmitay Isaacs2013-02-191-68/+92
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* explain why we use FIONREADRonnie Sahlberg2012-01-041-0/+6
* Clean up warnings: remove unused function dump_packet()Martin Schwenke2011-11-091-15/+0
* io: Make queue_io_read() safe for reentryDavid Disseldorp2011-08-051-74/+63
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-2/+3
* 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