summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-5011: C++ Broker ACL allows one connection when user quota is zeroCharles E. Rolke2013-07-221-1/+3
* QPID-5009 : Update broker store to revision 7Robert Godfrey2013-07-196-11/+282
* NO-JIRA adding tools/src/java/src/qpid-broker-plugins-management-qmf2/java/or...Fraser Adams2013-07-191-0/+118
* JIRA: QPID-5005 The Java Broker Plugin API has changed to need overridden get...Fraser Adams2013-07-191-0/+6
* QPID-5001 - Removed old site directoryTed Ross2013-07-187-462/+0
* QPID-5003: set finite lifetime by default for durable subscription queues tha...Gordon Sim2013-07-185-20/+57
* QPID-5002: durable links are reliable by default; autodelete subscription que...Gordon Sim2013-07-181-3/+5
* NO-JIRA: ensure interface is specified for verification of old examples (ther...Gordon Sim2013-07-181-1/+1
* NO-JIRA: ensure interface is specified for verification of old examplesGordon Sim2013-07-181-1/+1
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-0/+7
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-1813-71/+706
* QPID-4961: Change project.version.maven to 0.26Alex Rudyy2013-07-181-1/+1
* QPID-4961: Change trunk version to 0.25Justin Ross2013-07-1813-16/+16
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-171-0/+18
* QPID-4998 : [Java Broker] Add ability to set durability, sync policy on creat...Robert Godfrey2013-07-171-1/+38
* QPID-4996: Restrict queue rebinding on 0.8/0-9.x path to the topic exchanges ...Alex Rudyy2013-07-174-1/+137
* QPID-4995: Generate queue name on a client if it is not provided in binding URLAlex Rudyy2013-07-174-3/+198
* QPID-4994: Remove redundant binding URL options for subscription name and cli...Alex Rudyy2013-07-174-39/+41
* NO-JIRA: Enhance proton version compatibility check to restrict latest as wel...Gordon Sim2013-07-171-7/+12
* QPID-4988: fix test script for case where AMQP 1.0 support is not builtGordon Sim2013-07-171-3/+4
* QPID-4993: reroute dropped messages in ring queue if alternate exchange is sp...Gordon Sim2013-07-174-13/+35
* QPID-4988: add test script introduced in last commit to EXTRA_DISTGordon Sim2013-07-171-0/+1
* QPID-4659 : [Java Broker] fix pom generationRobert Godfrey2013-07-163-3/+3
* QPID-4659 : [Java Broker] fix bdbstore dependencies on pluggable protocolsRobert Godfrey2013-07-161-2/+2
* NO-JIRA: Ant eclipse targets now support eclipse.project.suffix property.Phil Harvey2013-07-161-2/+2
* QPID-4907: fix unit testGordon Sim2013-07-161-0/+1
* QPID-4988: Add test runs using swigged python clientGordon Sim2013-07-1621-38/+442
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-1695-21/+58
* QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in testsRobert Godfrey2013-07-1611-66/+48
* QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in testsRobert Godfrey2013-07-1610-174/+162
* QPID-4659 : [Java Broker] tidy up amqp 0-8 implementation, reduce unnecessary...Robert Godfrey2013-07-1563-331/+294
* QPID-4659 : [Java Broker] move amqp 0-10 implementation into a pluginRobert Godfrey2013-07-1541-72/+176
* QPID-4659 : [Java Broker] move amqp 1-0 implementation into a pluginRobert Godfrey2013-07-1537-11/+179
* QPID-4659 : [Java Broker] remove redundant codeRobert Godfrey2013-07-152-472/+0
* QPID-4659 : [Java Broker] make message fomat conversions pluggable for differ...Robert Godfrey2013-07-1515-246/+1376
* QPID-4987: Fix URL link to Qpid docs.Alan Conway2013-07-151-1/+1
* NO-JIRA - Fixed bug in parse-error handling.Ted Ross2013-07-153-2/+5
* QPID-4659 : [Java Broker] make message meta data pluggable for different prot...Robert Godfrey2013-07-1517-52/+330
* QPID-4659 : [Java Broker] fix protocol version specific code in logging, subs...Robert Godfrey2013-07-1418-161/+134
* QPID-4659 : [Java Broker] make protocol engines pluggableRobert Godfrey2013-07-1418-240/+628
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-14117-386/+388
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-1333-60/+210
* QPID-3247: add policy for self-struct subscription queueGordon Sim2013-07-138-0/+128
* Add Windows Powershell version of this test. NO-JIRA.Stephen D. Huston2013-07-121-0/+71
* QPID-4967 - Router code advancesTed Ross2013-07-128-216/+521
* Warn that python 3.x and ruby 2.x do not work. Related to QPID-4982.Stephen D. Huston2013-07-122-4/+8
* QPID-4407: verify mechanism used when no external SASL library is availableGordon Sim2013-07-121-3/+21
* QPID-4834: Fixed how Ruby spout example processes connection optionsDarryl L. Pierce2013-07-122-2/+26
* NO-JIRA: Marked 0.24 as have no Ruby language specific changes.Darryl L. Pierce2013-07-121-0/+3
* QPID-4907: change qpidd default mode for QMF event and update publishing to u...Kenneth Anthony Giusti2013-07-123-27/+72