summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/amqp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4397: log more detail for expired messages when debug enabledGordon Sim2016-05-252-0/+80
* QPID-7131: echo the snd-settle-mode requested by subscribersGordon Sim2016-03-081-0/+1
* QPID-7127: setting idle timeout to ffffffff fires ConnectionTicker with zero ...Pavel Moravec2016-03-071-1/+1
* QPID-7010: ignore updates on deliveries we have already settledGordon Sim2016-01-211-1/+1
* Fixup QPID-6924 to work if PN_INVALID is not legal as a case labelAndrew Stitcher2015-12-041-1/+1
* QPID-6924: Add in a case for PN_INVALID, but carry on doing nothing if we hav...Andrew Stitcher2015-12-011-2/+2
* QPID-6754: ensure anonymous-relay doesn't expose ability to detect whether or...Gordon Sim2015-11-261-0/+1
* QPID-6870: qpidd does not at present have facility to track deliverability to...Gordon Sim2015-11-191-2/+9
* QPID-6754: distinguish between null target and null address (depends on PROTO...Gordon Sim2015-11-092-7/+19
* QPID-6834: allow delete-on-close in queue policiesGordon Sim2015-11-062-3/+10
* QPID-6754: add support for null targetGordon Sim2015-11-063-1/+65
* QPID-6790: ensure that asynchronous completion of incoming transfers does not...Gordon Sim2015-10-263-6/+48
* QPID-6783: dynamically determine SASL service name based on protocolKen Giusti2015-10-122-2/+9
* NO-JIRA: Remove unused functionAndrew Stitcher2015-09-021-4/+0
* QPID-6639: ensure all available data is decodedGordon Sim2015-09-011-9/+13
* QPID-6391: add support for no-local filterGordon Sim2015-08-282-1/+18
* QPID-6714: support for JMS header names in selectors, plus support for to, re...Gordon Sim2015-08-283-7/+29
* QPID-6698: use the monotonic clock for AMQP 1.0 idle timeoutKen Giusti2015-08-181-2/+6
* QPID-6661: address some anomalies with heartbeats on the AMQP 1.0 pathGordon Sim2015-07-281-0/+1
* QPID-6660: don't try to process incoming delivery events for link that has be...Gordon Sim2015-07-271-0/+2
* QPID-6654, QPID-6592: ensure system info ptr is valid before using it, and en...Gordon Sim2015-07-271-6/+8
* QPID-6639: delegate input as soon as authentication has succeeded (even if th...Gordon Sim2015-07-141-1/+1
* QPID-6592: include identifying information in the connection handshakeKen Giusti2015-06-171-0/+26
* QPID-6392: detach not support until after proton 0.7Gordon Sim2015-06-151-0/+3
* QPID-6568: bump the minimum supported proton to 0.7Ken Giusti2015-06-151-7/+1
* QPID-6392: handle detach eventGordon Sim2015-06-104-7/+17
* QPID-6563: free sessions and links that have completely closedKen Giusti2015-06-031-2/+8
* QPID-6532: make sasl service name configurableGordon Sim2015-05-061-1/+1
* QPID-6492: make sure local terminus is null in the attache we send back if it...Gordon Sim2015-04-151-2/+12
* QPID-6444: remove unused functionsGordon Sim2015-03-111-10/+0
* 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-275-52/+96
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (missed)Alan Conway2015-02-261-1/+1
* QPID-6389: ensure source/target is null when responding to attach requests in...Gordon Sim2015-02-181-0/+2
* QPID-5538: patch to work with older version of proton (0.7)Ken Giusti2015-02-061-2/+10
* Apply patches for QPID-6312 to get Qpid building on AIX with XL C++ 13.1Stephen D. Huston2015-02-041-1/+1
* QPID-5538: Implement AMQP 1.0 connection idle-timeout.Ken Giusti2015-02-022-9/+66
* 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-194-0/+27
* QPID-6255: Use Proton event model in qpidd when available.Ken Giusti2014-12-173-90/+222
* QPID-6274: Delete subscription queue immediately on link closeGordon Sim2014-12-177-18/+20
* QPID-6167: ensure broker responds with a header for an enabled protocolGordon Sim2014-12-172-0/+10
* 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-6167: allow 0-10 to be disabledGordon Sim2014-11-102-3/+3
* QPID-5538: remove log statement inadvertently addedGordon Sim2014-11-101-1/+0
* QPID-5538: simple heartbeat enablement over 1.0 for brokerGordon Sim2014-10-292-4/+51
* QPID-4710: Initial support for broker side AMQP 1.0 local transactions (singl...Gordon Sim2014-10-278-20/+236