summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.Alan Conway2015-02-271-17/+44
* QPID-6321: handle change to pn_delivery_tag_t in 0.9Gordon Sim2015-01-191-0/+5
* QPID-6298: [C++ Messaging] Closing sender/receiver frees proton link.Charles E. Rolke2015-01-081-1/+1
* [no jira]: fixing commit 1617841 that broke building (unreliable to be initia...Pavel Moravec2014-08-141-2/+1
* QPID-5995: Initialize messaging SenderContext delivery tagCharles E. Rolke2014-08-131-0/+1
* QPID-5529: remove failed send from delivery bufferGordon Sim2014-01-311-5/+11
* QPID-5348: add option to have to field populated automaticallyGordon Sim2013-11-151-9/+13
* QPID-5331: don't wait for settlement on closing session if link has already b...Gordon Sim2013-11-121-0/+5
* QPID-5233: match default sender capacity to that for 0-10 codepathGordon Sim2013-10-151-1/+1
* QPID-5198: ensure qpid::Exception does not leak out from qpid::messagingGordon Sim2013-10-011-50/+56
* QPID-5150: fixes for QMFv2 over AMQP 1.0Gordon Sim2013-09-201-1/+2
* QPID-4708: support for reconnect over AMQP 1.0Gordon Sim2013-08-281-4/+46
* QPID-4978: add support for reliability optionGordon Sim2013-08-281-10/+20
* QPID-5098: better handling of link failures and closeGordon Sim2013-08-261-6/+8
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-131-2/+15
* QPID-5026: make receivers target and senders source configurable, defaulting ...Gordon Sim2013-07-311-1/+6
* QPID-5026: match source with target and vice-versaGordon Sim2013-07-301-0/+1
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-0/+16
* QPID-4935: handle case where peer to sender settles without setting a deliver...Gordon Sim2013-06-191-2/+20
* QPID-4707: Set AMQP 1.0 fields on outgoing messages based on special property...Gordon Sim2013-06-041-20/+133
* QPID-4713: fix handling of reply to when converting from 1.0 to 0-10 formatGordon Sim2013-05-281-1/+7
* QPID-4679: Cleaned up processing of addresses, including errors and warnings ...Gordon Sim2013-03-291-14/+8
* QPID-4586: fixes for dynamic sources/targets and on demand creation of nodesGordon Sim2013-03-231-6/+17
* QPID-4459: settle sent messages once they have been accepted by peerGordon Sim2012-11-231-1/+5
* QPID-4452: fix credit for producersGordon Sim2012-11-211-1/+1
* QPID-4451: wait for outgoing messages to settle when closingGordon Sim2012-11-211-0/+6
* QPID-4368: Cleaned up filtering, added ability to process dynamic-node-proper...Gordon Sim2012-11-161-0/+14
* QPID-4368: Add support for subject, translated to a filter (i.e. at present a...Gordon Sim2012-11-151-11/+18
* QPID-4368: Pluggable AMQP 1.0 implementation for broker and clientGordon Sim2012-10-191-0/+332