summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/AsynchIO.h
Commit message (Expand)AuthorAgeFilesLines
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-6/+6
* Fix race condition with read-credit.Alan Conway2009-02-111-0/+1
* Small tidy upAndrew Stitcher2009-01-131-1/+2
* Adding missing includeStephen D. Huston2009-01-121-0/+1
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-7/+5
* Work on the low level IO code:Andrew Stitcher2009-01-061-0/+2
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-1/+2
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-70/+55
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-091-17/+20
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-091-1/+28
* Removed some unnecessary #includesAndrew Stitcher2008-04-291-0/+1
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-1/+2
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-1/+9
* Log a warning if we close a connection with unsent dataAndrew Stitcher2007-10-161-1/+2
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-12/+10
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-7/+15
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-121-12/+31
* * More work on asychronous network IOAndrew Stitcher2007-06-291-0/+100