summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-5139: HA correct compile error on older C++ compilers.Alan Conway2013-10-304-12/+14
* QPID-5276: improve node resolution where specific capability is requestedGordon Sim2013-10-301-10/+39
* QPID-5237: Self-contained C++ source distributionAndrew Stitcher2013-10-291-0/+597
* QPID-5139: Add missing EXTERN decl in TxBuffer.hAlan Conway2013-10-291-1/+1
* QPID-5139: HA transactions block a thread, can deadlock the brokerAlan Conway2013-10-2910-139/+361
* QPID-5139: Make TxBuffer inherit from AsyncCompletion.Alan Conway2013-10-2912-51/+54
* QPID-4287: Poor performance when a priority queue with a ring queue policy ha...Alan Conway2013-10-253-18/+43
* QPID-5248: fix regression caused by previous commit on this issueGordon Sim2013-10-251-1/+3
* QPID-5253: fix delivery count for browsed 1.0 messageGordon Sim2013-10-231-1/+1
* QPID-5246: update ACL code to recognise self-destruct policyGordon Sim2013-10-223-2/+9
* QPID-5248: cleanup subscription queue if needed on explicit detachGordon Sim2013-10-223-0/+9
* QPID-5232: fix handling of autodelete for subscription queues of default reli...Gordon Sim2013-10-221-1/+1
* QPID-5239: preserve type of 'annotations' i.e. application properties added b...Gordon Sim2013-10-161-2/+2
* QPID-5235: populate store settings for dynamically created queuesGordon Sim2013-10-151-0/+2
* QPID-5232: make subscriptions unreliable and autodeleted by defaultGordon Sim2013-10-152-4/+17
* QPID-5229: implement release and rejectGordon Sim2013-10-151-2/+3
* QPID-5228: allow alternate exchange to be set on 1.0 subscription queuesGordon Sim2013-10-153-5/+16
* QPID-5227: correct setting of redelivered flagGordon Sim2013-10-151-1/+1
* QPID-5199: take 0-10 header segment into account for message sizeGordon Sim2013-10-0310-25/+27
* QPID-5200: Allow size limit to be disabledGordon Sim2013-10-012-3/+11
* QPID-5156: export broker symbol now used in amqp moduleGordon Sim2013-09-251-1/+1
* QPID-4604: C++ Broker queue creation limit bugfix - patch from Ernie AllenCharles E. Rolke2013-09-241-2/+3
* QPID-5170: if peer settles without setting state, treat as acceptGordon Sim2013-09-241-1/+5
* QPID-5156: check node properties on assertGordon Sim2013-09-244-28/+106
* QPID-5084: Track durable queue ownership across restarts; a patch from Pavel ...Justin Ross2013-09-234-0/+27
* QPID-5153: Implement Encoding::getPropertyAsString() for 1.0 format messageGordon Sim2013-09-231-5/+64
* 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-203-0/+8
* QPID-5151: reroute messages to alt exchange if not delievered to any queuesGordon Sim2013-09-201-0/+5
* QPID-5150: fixes for QMFv2 over AMQP 1.0Gordon Sim2013-09-201-0/+5
* QPID-5149: truncate over large routing keys when translating from 1.0 to 0-10Gordon Sim2013-09-201-1/+6
* QPID-5148: proper handling of ttl on 1.0 pathGordon Sim2013-09-204-3/+6
* QPID-5146: fix handling of capabilitiesGordon Sim2013-09-201-32/+89
* QPID-5122: QPID-5134: fix build on windows by avoiding use of templated Buffe...Gordon Sim2013-09-122-8/+15
* QPID-5132: HA crash in test_tx_join_leave caused by double delete of queue. Alan Conway2013-09-111-1/+3
* QPID-5131: make 1.0 content available to xml exchangeGordon Sim2013-09-111-2/+6
* NO-JIRA: Demote fail over message from notice to info.Alan Conway2013-09-101-1/+1
* QPID-5122: cleaner encoding of index for delivery tagsGordon Sim2013-09-102-4/+17
* QPID-5124: durable LVQ raises journal error when only transient messages are ...Pavel Moravec2013-09-101-1/+2
* QPID-4327: HA support for TX transactions - consistent use of QueueRegistry::getAlan Conway2013-09-092-6/+2
* QPID-5107: Trace queue&session deletion statistics show zero values for some ...Pavel Moravec2013-09-0614-5/+42
* fixing QPID-5108Pavel Moravec2013-09-053-0/+26
* QPID-5106: handle annotations properly and add option to control whether anno...Gordon Sim2013-09-024-30/+52
* QPID-5102: C++ Broker Windows build with PROTON needs new _EXTERN statements.Charles E. Rolke2013-08-2811-19/+21
* QPID-4978: add support for reliability optionGordon Sim2013-08-283-3/+8
* QPID-4948: enable browsingGordon Sim2013-08-283-5/+9
* QPID-4670: Move to proton 0.5, remove dummy string in address for dynamic nodesGordon Sim2013-08-284-16/+14
* QPID-5085: ensure messages released 'behind' a cursor on a priority queue don...Gordon Sim2013-08-201-1/+6
* QPID-5078: ensure listeners are always notified if a message was left on the ...Gordon Sim2013-08-161-3/+6
* QPID-5077: improvement to SASL logic to handle entirely asynchronous dialogueGordon Sim2013-08-152-3/+6