summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/AsynchIOHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-2/+3
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-2/+2
* Fix QPID-2086 - problem with read-credit.Alan Conway2009-10-011-0/+7
* Make the AsynchIO API more consistentAndrew Stitcher2009-09-221-6/+2
* Rearrange readCredit logic for correctnessAndrew Stitcher2009-09-181-14/+18
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Don't schedule eof() in response to traffic timeout if alreadyAndrew Stitcher2009-06-231-2/+8
* Avoid the case where we can receive bytes from the socketAndrew Stitcher2009-06-111-0/+1
* Plumbed in an a connection abort operation to the OutputHandlerAndrew Stitcher2009-06-081-5/+11
* Remove race condition in low level IO when throttling inputAndrew Stitcher2009-03-111-5/+7
* Fix race condition with read-credit.Alan Conway2009-02-111-1/+3
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-9/+14
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-3/+28
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-1/+1
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-091-0/+2
* QPID-1087Ted Ross2008-05-211-4/+3
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-3/+4
* Split AsynchIOAcceptor into IOHandler and connection control codeAndrew Stitcher2008-04-181-0/+172