summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix/AsynchIO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-231-4/+1
* Throw sync connect failures straight out of AsynchConnector constructorAndrew Stitcher2010-01-211-19/+2
* Small refactor of AsynchConnector to have a more regular structureAndrew Stitcher2010-01-211-9/+8
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-211-8/+11
* Log detailed error if unexpected socket write error (don't throw anymore)Andrew Stitcher2010-01-211-1/+4
* Rationalised AsynchConnector/Acceptor/IO to all use the same code structureAndrew Stitcher2009-10-161-57/+34
* Split responsibility for name lookup in AsynchConnector::connectAndrew Stitcher2009-10-091-1/+4
* Change TCP AsynchConnector so that it returns all failures asynchronouslyAndrew Stitcher2009-10-091-2/+7
* Fix memory usage error in AsynchConnectorAndrew Stitcher2009-10-091-10/+6
* Make the AsynchIO API more consistentAndrew Stitcher2009-09-221-1/+2
* Fixed code that pushes a buffer into the read queue if closed for writeAndrew Stitcher2009-09-081-1/+1
* Change Async buffer returning logic to only watch reads when necessaryAndrew Stitcher2009-09-021-3/+21
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Fix for issue where a broker with single io thread can get stuck if itAndrew Stitcher2009-06-231-0/+1
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-041-0/+5
* QPID-1710 Removed unnecessary nonportable internal APIAndrew Stitcher2009-03-041-1/+1
* Correct Socket error reporting so that it gives a useful messageAndrew Stitcher2009-03-031-1/+1
* Fix race condition with read-credit.Alan Conway2009-02-111-2/+6
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-2/+3
* Work on the low level IO code:Andrew Stitcher2009-01-061-0/+14
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-1/+11
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-071-2/+1
* Disable SIGPIPE for client as well as brokerGordon Sim2008-11-051-8/+10
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-6/+161
* Modified error checking on TCP socket read so that it's no longer fatalAndrew Stitcher2008-08-051-1/+5
* Merged r680937. Added error handling for case where socket cannot be accepted...Gordon Sim2008-07-301-5/+10
* Small comment tidyAndrew Stitcher2008-07-291-1/+0
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-291-1/+3
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-091-0/+1
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+2
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-091-0/+51
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-6/+8
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-101-28/+31
* * Limited time allowed for reading on a single connection in a single go to 2msAndrew Stitcher2007-12-171-14/+57
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-21/+29
* Modified comment for last change to explain the reasoningGordon Sim2007-11-051-1/+1
* Push buffer back on front when read fails (esp. important when result was EAG...Gordon Sim2007-11-051-1/+1
* Fix for leak on receiving eof on networkAndrew Stitcher2007-10-191-7/+3
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-161-6/+4
* Close connection when a framing error is encountered during decoding.Gordon Sim2007-10-121-1/+2
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-7/+7
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-33/+89
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-121-28/+92
* * More work on asychronous network IOAndrew Stitcher2007-06-291-0/+195