summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/AsynchIO.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'visibility-hidden' into qpid-3163qpid-3163Alan Conway2011-07-281-9/+9
* Ensure that AsynchConnector is disassociated from Poller when aborting connec...Gordon Sim2010-06-111-1/+1
* Added necessary #include for memmoveAndrew Stitcher2010-04-271-1/+4
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-231-0/+7
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-211-1/+1
* Rationalised AsynchConnector/Acceptor/IO to all use the same code structureAndrew Stitcher2009-10-161-8/+3
* Fix memory usage error in AsynchConnectorAndrew Stitcher2009-10-091-2/+2
* Make the AsynchIO API more consistentAndrew Stitcher2009-09-221-1/+1
* 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