summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/amqp0_10/SenderImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: HA Fix ha_tests.py failures with SWIG 0.10 client.Alan Conway2014-09-051-1/+2
* QPID-5860: release sender lock before invoking on sessionGordon Sim2014-06-271-3/+5
* QPID-5828: more consistent behaviour os send() when disconnectedGordon Sim2014-06-251-17/+33
* QPID-5828: Check and adjust ttl on resend attemptGordon Sim2014-06-231-2/+2
* QPID-5828: Ensure that we don't try to check status of null completion handleGordon Sim2014-06-231-1/+1
* QPID-4586: fixes for dynamic sources/targets and on demand creation of nodesGordon Sim2013-03-231-0/+5
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-07-061-4/+4
* QPID-2999: set redelivered on replayGordon Sim2011-02-251-1/+2
* Added locking to make amqp_0_10::SenderImpl thread safe.Alan Conway2010-05-181-10/+34
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-091-1/+1
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-071-1/+1
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-061-1/+2
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-7/+7
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-6/+18
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-3/+3
* QPID-664: Set subject in application headers when specifiedGordon Sim2009-11-231-0/+1
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-171-0/+6
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-0/+5
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-4/+3
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-10/+45
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-071-6/+30
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-7/+32
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+49