summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Make qpid-receive print a bit more info for message headers/contentAndrew Michael Stitcher2014-04-141-2/+8
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-1424-153/+2
* QPID-5696: Floats losing their fractional part.Darryl L. Pierce2014-04-141-1/+1
* QPID-5698 : [Java Broker] remove duplicate definitions of the DURABLE attribu...Robert Godfrey2014-04-1418-24/+0
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-1427-739/+273
* NO-JIRA: added some notes on dynamic node policies and broker initiated links...Gordon Sim2014-04-141-0/+54
* QPID-5669: spurious error on connection close (Windows C++): SSL negotiation ...Clifford Jansen2014-04-143-42/+67
* QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-1423-303/+618
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-1370-3435/+4118
* QPID-5687 : [Java Broker] change to explicitly use the port in a connection u...Robert Godfrey2014-04-132-4/+8
* QPID-5687 : [Java Broker] change to explicitly use the port in a connection u...Robert Godfrey2014-04-131-1/+1
* QPID-5687 : [Java Broker] fix the initial config store to use "type" not "plu...Robert Godfrey2014-04-137-54/+66
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-1250-1173/+1300
* QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-125-10/+10
* QPID-5683 : [Java Broker] Make the AMQP 1.0 protocol logging available throug...Robert Godfrey2014-04-112-29/+93
* Updated build instructions also added RDMA prerequisites fixing QPID-5652Andrew Michael Stitcher2014-04-111-16/+65
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-1167-425/+323
* QPID-5673 : [Java Broker] Check the virtual host has been found before attemp...Robert Godfrey2014-04-111-7/+12
* QPID-5684 : [Java Broker] Links detached with an error should set the closed ...Robert Godfrey2014-04-111-15/+37
* QPID-5048: remove enforcer rule, it is no longer usedRobert Gemmell2014-04-113-346/+0
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-1152-600/+640
* QPID-5681: Fix core dump in interlink_tests.Alan Conway2014-04-112-1/+9
* QPID-5676, QPID-5677, QPID-5048: go back to using the original BCEL dependenc...Robert Gemmell2014-04-104-13/+6
* QPID-5676: revert r1586026, taking a different approach to equalise the buildsRobert Gemmell2014-04-103-5/+5
* QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-1036-1097/+553
* QPID-5677: commons-configuration is no longer used on trunk, remove it from t...Robert Gemmell2014-04-091-5/+0
* QPID-5677: stop including extra files within the qpid-all.jar manifest jarsRobert Gemmell2014-04-092-2/+2
* QPID-5675: remove the unused xalan dependency, matching previous change in th...Robert Gemmell2014-04-093-34/+1
* QPID-5674: update the target creating the 'java release' tar to ignore the te...Robert Gemmell2014-04-091-0/+2
* QPID-5676: update BCEL dependency in the Ant build to match previous change f...Robert Gemmell2014-04-093-5/+5
* QPID-5048: include the JMS API jar in the client release assemblies as we hav...Robert Gemmell2014-04-094-0/+24
* QPID-5677: separate and update the LICENCE and NOTICE file used for sourceRobert Gemmell2014-04-097-635/+896
* QPID-5560: Fix ReplicationTests.test_reject to work with SWIG and native clie...Alan Conway2014-04-091-1/+1
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-09172-1154/+2329
* Author: Alan Conway <aconway@redhat.com>Alan Conway2014-04-081-2/+3
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-0728-608/+871
* QPID-5667: C++ broker: QMF subscribe events are not raised with AMQP 1.0Alan Conway2014-04-078-32/+34
* QPID-5666: HA fails with resource-limit-exceeded: Exceeded replicated queue l...Alan Conway2014-04-077-26/+55
* QPID-5665 : [Java Broker] remove commented out codeRobert Godfrey2014-04-071-4/+1
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-0756-1942/+1436
* QPID-5664: correct documentation of the client side option value related to t...Robert Gemmell2014-04-071-1/+1
* QPID-5048: update property to reflect the 'cpp' profile being non-persistent ...Robert Gemmell2014-04-071-1/+1
* QPID-5048: update broker assembly NOTICE file and dependency check reference ...Robert Gemmell2014-04-052-35/+0
* QPID-5657: update the geronimo jms 1.1 spec jar from 1.0 to 1.1.1, for the An...Robert Gemmell2014-04-053-3/+3
* QPID-5048: fix parsing error in AbstractTestLogging when determining connecti...Robert Gemmell2014-04-052-19/+21
* QPID-5048: some minor additions and whitespace fixups to the licence/notice infoRobert Gemmell2014-04-055-20/+35
* QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-0529-77/+1468
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-04206-5592/+6046
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-0454-1871/+2682
* QPID-5661: Set default cmake build to exclude linearstoreKim van der Riet2014-04-031-2/+2