summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/AsynchIOHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6413: Sporadic failure of HA tests causd by maxNegotiateTimeoutAlan Conway2015-02-251-4/+7
* QPID-6167: ensure broker responds with a header for an enabled protocolGordon Sim2014-12-171-1/+1
* QPID-5747: create codec for outgoing connections on establishing the connecti...Gordon Sim2014-05-131-12/+17
* QPID-4854: Removed use of intrusive_ptr::reset to work with older boost versionsAndrew Stitcher2013-06-051-1/+1
* QPID-4854: Removed code now unused since this changeAndrew Stitcher2013-06-041-2/+0
* QPID-4854: Make the protocol negotiation timeout actually relate toAndrew Stitcher2013-06-041-11/+7
* QPID-4555: HA Fix race condition in rejecting connections.Alan Conway2013-01-311-0/+1
* QPID-4514: Remove IO readCredit throttling only used by removed cluster codeAndrew Stitcher2013-01-301-37/+1
* QPID-4315: Changed Connection management name to be supplied by LinkAndrew Stitcher2013-01-081-2/+2
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-3/+13
* QPID-4368: Read any extra data available after protocol headerGordon Sim2012-10-191-0/+3
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-101-28/+16
* NO-JIRA: Remove some extra code left in by mergeAndrew Stitcher2012-07-311-2/+0
* QPID-4021: Badly behaved clients can still clog up the brokerAndrew Stitcher2012-06-281-2/+11
* NO-JIRA: Add timerTask->cancel to ~AsynchIOHandler.Alan Conway2012-05-281-0/+2
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-211-2/+32
* NO_JIRA: Small mods to certain log trace and debug messages to improve log me...Kim van der Riet2011-10-311-2/+2
* QPID-2636: Ensure close is called for a disconnect preventing occasional leak...Gordon Sim2010-06-011-6/+5
* 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