summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t...Robert Gemmell2016-07-05255-42453/+0
* QPID-7329: Merge branch 'github/pr/10' into trunkGordon Sim2016-06-284-1/+37
* QPID-7306: fix regression in earlier commitGordon Sim2016-06-271-2/+2
* feat(disposition): support undeliverable-here in modified outcomesGordon Sim2016-06-272-7/+50
* QPID-7306: fix compilation error in previous commitGordon Sim2016-06-241-1/+0
* QPID-7306: Fix race conditions during Queue destruction.Alan Conway2016-06-225-7/+21
* QPID-7306: Memory management error in Link/BridgeAlan Conway2016-06-224-11/+43
* QPID-7302: Restart delayed auto-delete timer if the queue is declaredGordon Sim2016-06-154-29/+62
* QPID-4397: log more detail for expired messages when debug enabledGordon Sim2016-05-258-6/+107
* QPID-7250: check that message can fit in a page before writing to diskGordon Sim2016-05-024-5/+23
* QPID-7240: use protper cursor type when purging priority levelsGordon Sim2016-04-291-1/+1
* QPID-7235: add virtual destructor to Observers to ensure cleanup if subclassedGordon Sim2016-04-281-0/+1
* QPID-7225: ensure message to be released is acquiredGordon Sim2016-04-211-1/+1
* QPID-7146: Fix indentation error picked up by compilerAndrew Stitcher2016-03-161-5/+6
* QPID-7146: Remove (via preprocessor) unused codeAndrew Stitcher2016-03-161-0/+2
* 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-7020: uint16 AMQP0-10 message properties decoded as uint8Pavel Moravec2016-01-241-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-063-3/+14
* 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-124-6/+11
* QPID-6717: Change Selector beaviour and tests to accord with consensus semanticsAndrew Stitcher2015-09-043-11/+60
* QPID-6718: Small fixes to compile on slightly older versions of G++ and Visua...Andrew Stitcher2015-09-031-2/+3
* QPID-5855 - Simplified HA transaction logic.Alan Conway2015-09-033-4/+3
* QPID-6718: Complete parsing for all styles of numeric literalsAndrew Stitcher2015-09-022-11/+113
* QPID-6717: Fix issue with BETWEEN comparisons when types don't matchAndrew Stitcher2015-09-021-5/+2
* Revert "QPID-6717: fix evaluation of BETWEEN and NOT IN when types are mismat...Andrew Stitcher2015-09-021-2/+1
* NO-JIRA: Remove unused functionAndrew Stitcher2015-09-021-4/+0
* QPID-6639: ensure all available data is decodedGordon Sim2015-09-011-9/+13
* QPID-6717: fix evaluation of BETWEEN and NOT IN when types are mismatchedGordon Sim2015-08-281-1/+2
* 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-288-11/+139
* QPID-6698: use the monotonic clock for AMQP 1.0 idle timeoutKen Giusti2015-08-181-2/+6
* QPID-6577: HA - backup broker messages are larger than primary messages.Alan Conway2015-08-043-2/+11
* 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-273-11/+14
* 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-173-0/+34
* 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-6297: Python client should reconnect after network glitchErnest Allen2015-06-101-3/+2
* QPID-6392: handle detach eventGordon Sim2015-06-104-7/+17