summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/amqp/Session.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-7131: echo the snd-settle-mode requested by subscribersGordon Sim2016-03-081-0/+1
* QPID-6754: ensure anonymous-relay doesn't expose ability to detect whether or...Gordon Sim2015-11-261-0/+1
* QPID-6754: distinguish between null target and null address (depends on PROTO...Gordon Sim2015-11-091-7/+9
* QPID-6834: allow delete-on-close in queue policiesGordon Sim2015-11-061-3/+9
* QPID-6754: add support for null targetGordon Sim2015-11-061-1/+56
* QPID-6790: ensure that asynchronous completion of incoming transfers does not...Gordon Sim2015-10-261-5/+41
* QPID-6392: handle detach eventGordon Sim2015-06-101-3/+3
* QPID-6492: make sure local terminus is null in the attache we send back if it...Gordon Sim2015-04-151-2/+12
* QPID-6427: Problem building trunk qpid cpp on RHEL 5aconway2015-03-051-2/+2
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.Alan Conway2015-02-271-44/+76
* QPID-6389: ensure source/target is null when responding to attach requests in...Gordon Sim2015-02-181-0/+2
* QPID-6322: avoid setting qpid.auto_delete_timeout unnecessarilyGordon Sim2015-01-191-1/+2
* QPID-6321: handle change to pn_delivery_tag_t in 0.9Gordon Sim2015-01-191-0/+5
* QPID-6274: Delete subscription queue immediately on link closeGordon Sim2014-12-171-6/+6
* QPID-6267: honour policy timeout even if it is 0Gordon Sim2014-12-171-1/+1
* QPID-6241: Windows build fails. Add c-style cast to 0 for creating a null poi...Charles E. Rolke2014-11-211-1/+1
* QPID-4710: fix decoding of transtional outcomeGordon Sim2014-11-201-1/+3
* QPID-4710: release messages on rollbackGordon Sim2014-11-201-0/+1
* QPID-4710: Initial support for broker side AMQP 1.0 local transactions (singl...Gordon Sim2014-10-271-7/+169
* QPID-6182: AMQP 1.0 consumer should be able to get messages from browse-only ...Pavel Moravec2014-10-231-1/+2
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-2/+2
* QPID-5845: topic policy's auto delete delay should not be overridden by link ...Gordon Sim2014-06-251-2/+5
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-071-1/+1
* QPID-5608: [amqp1.0] delete-on-close policy do not work for producers to exch...Pavel Moravec2014-03-071-4/+7
* QPID-5501: implement missing qmf operationsGordon Sim2014-01-221-1/+13
* QPID-5469: link should not override a topic policy specifying autodeletionGordon Sim2014-01-101-1/+2
* QPID-5467: fix handling of delete-on-closeGordon Sim2014-01-101-6/+12
* QPID-5463: make dynamic nodes auto deleted by defaultGordon Sim2014-01-101-1/+1
* QPID-5447: check whether exchange type was actually specified before raising ...Gordon Sim2014-01-031-1/+1
* QPID-5251: allow policies to be specified that will create topics or queues o...Gordon Sim2013-11-121-13/+31
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-3/+11
* QPID-5299: check access permissions before resolving nodeGordon Sim2013-11-081-6/+17
* QPID-5289: Improvements to error handling and reportingGordon Sim2013-11-041-1/+5
* QPID-5279: checks for exclusivity in linking to queueGordon Sim2013-10-311-3/+9
* QPID-5276: improve node resolution where specific capability is requestedGordon Sim2013-10-301-10/+39
* QPID-5248: fix regression caused by previous commit on this issueGordon Sim2013-10-251-1/+3
* QPID-5248: cleanup subscription queue if needed on explicit detachGordon Sim2013-10-221-0/+2
* QPID-5232: fix handling of autodelete for subscription queues of default reli...Gordon Sim2013-10-221-1/+1
* QPID-5232: make subscriptions unreliable and autodeleted by defaultGordon Sim2013-10-151-2/+3
* QPID-5228: allow alternate exchange to be set on 1.0 subscription queuesGordon Sim2013-10-151-1/+3
* QPID-5156: check node properties on assertGordon Sim2013-09-241-12/+19
* QPID-5146: fix for older boost (or perhaps older compiler)Gordon Sim2013-09-231-2/+4
* QPID-5152: handling of exchange properties for create-on-demand with 1.0Gordon Sim2013-09-201-0/+2
* QPID-5151: reroute messages to alt exchange if not delievered to any queuesGordon Sim2013-09-201-0/+5
* QPID-5146: fix handling of capabilitiesGordon Sim2013-09-201-32/+89
* QPID-4978: add support for reliability optionGordon Sim2013-08-281-1/+0
* QPID-4948: enable browsingGordon Sim2013-08-281-2/+4
* QPID-5053: release exclusive queue ownership when session ends (clear the set...Gordon Sim2013-08-091-1/+1
* QPID-5061: do exclusivity checks before registering link to avoid cancelling ...Gordon Sim2013-08-091-1/+1
* QPID-5003: set finite lifetime by default for durable subscription queues tha...Gordon Sim2013-07-181-1/+5