summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-6088 : [Java Client] temporarily disable testRobert Godfrey2014-09-081-0/+1
* QPID-6088 : [Java Client] AMQP 0-8/8/9-1 prefetch should auto expand when rec...Robert Godfrey2014-09-086-75/+219
* QPID-6079 : Some python AlternateExchangeTests fail against Java brokerRobert Godfrey2014-09-071-2/+0
* QPID-6080 : [Java Broker] Distinguish between empty message body and no messa...Robert Godfrey2014-09-072-2/+2
* QPID-6079 : [Java Broker] Objects created as duplicates should be automatical...Robert Godfrey2014-09-063-1/+25
* NO-JIRA: Exclude GeneralTests that required QMF from the Java Python test sui...Keith Wall2014-09-061-0/+7
* QPID-6086: [Python Client] 08..091 Add support for SSL and client cert authen...Keith Wall2014-09-062-3/+24
* QPID-6085: [Python client] 08..091 implement sending/receiving of additional ...Keith Wall2014-09-063-16/+281
* QPID-6084: [Python Client] Guard use of sys.argv when constructing connection...Keith Wall2014-09-061-1/+1
* QPID-6083: [Python Client] utilise pathname2url when constructing spec file l...Keith Wall2014-09-061-1/+2
* QPID-6082: [Python Client] 08..091 Explicitly set incoming queue to guard met...Keith Wall2014-09-061-0/+8
* QPID-6081: [Python Client] 08..091 Ensure that multiframe bodies are received...Keith Wall2014-09-061-3/+3
* QPID-6078 : [JMS AMQP 1.0 Client] Allow Message and Delivery annotations to b...Robert Godfrey2014-09-0613-128/+1458
* QPID-6077 : [Java AMQP 1.0] memory leak in receiver where sender settles firstRobert Godfrey2014-09-061-5/+18
* QPID-6076 : Sending a message with no routing key to the default exchange in ...Robert Godfrey2014-09-061-1/+5
* QPID-6073: [Java Broker] Management UI, move change prompt message fallback p...Keith Wall2014-09-061-0/+1
* QPID-6074: [Java Broker] BDB HA VHN implement to use context variables rather...Keith Wall2014-09-065-19/+78
* NO-JIRA: [Java Broker] HA Downgrade logging of com.sleepycat.je.rep.utilint.B...Keith Wall2014-09-061-1/+1
* QPID-6071: [Java Broker] Cause BDB HA to generate ping transaction if local q...Keith Wall2014-09-062-4/+41
* QPID-6068 : Use single mechanism for determining if a port is "using TLS"Robert Godfrey2014-09-052-5/+26
* QPID-6068: [Java Broker] Introduce ClientAuthCapablePort into Port hierarchy ...Keith Wall2014-09-058-80/+145
* QPID-6068: [Java Broker] Prevent NPE when ediiting JMX_CONNECTOR port through...Keith Wall2014-09-056-74/+131
* NO-JIRA: Fix minor bug in run_paged_queue_tests handling a failure to start b...Alan Conway2014-09-051-1/+1
* NO-JIRA: HA Fix ha_tests.py failures with SWIG 0.10 client.Alan Conway2014-09-056-45/+57
* NO-JIRA: Fix qpid/cpp/src/tests/ha_tests.py to work on python 2.4.Alan Conway2014-09-041-1/+1
* NO-JIRA: Fix qpid/python/qpid/messaging/driver.py to work on python 2.4.Alan Conway2014-09-041-2/+3
* [AMQP 1.0] tcp-nodelay not supported yet on 1.0 connectionsAlan Conway2014-09-042-0/+3
* QPID-6063: [Java Broker] BDB HA - report node role correctly after node rest...Keith Wall2014-09-041-7/+21
* QPID-6069: Extra fix to FreeBSD compile fixesAndrew Stitcher2014-09-041-1/+1
* NO-JIRA: Explictily convert double to uint64_t in qpid-txtest2 to avoid warni...Alan Conway2014-09-031-1/+1
* QPID-6069: FreeBSD compilation problemsAndrew Stitcher2014-09-032-3/+3
* QPID-6067: Fix test BDBHAVirtualHostNodeOperationalLoggingTest.testRemoteNode...Alex Rudyy2014-09-031-5/+32
* QPID-5968 : [Java Client] Improve SSL hostname verificationRobert Godfrey2014-09-032-35/+1312
* NO-JIRA: [Java System Tests] ConsumerLoggingTest: Temporary code in test clas...Keith Wall2014-09-031-3/+14
* QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow call...Keith Wall2014-09-034-22/+74
* QPID-6063: [Java Broker] Address review comments from Oleksandr Rudyy <orudyy...Keith Wall2014-09-033-29/+25
* QPID-6035: HA fix bug in qpid-ha, --help does not show help.Alan Conway2014-09-021-3/+2
* QPID-6052 : Address review comments from Robbie GemmellRobert Godfrey2014-09-015-271/+168
* QPID-6063: [Java Broker] Disambiguate the concept of a node being unreachable...Keith Wall2014-09-0113-103/+162
* QPID-6031 : Provoke SSLSocket to generate a helpful error message when the ce...Robert Godfrey2014-09-011-1/+1
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-3011-15/+34
* QPID-6061 : [Java Broker] Use subject as the proxy for routing key for 1.0 me...Robert Godfrey2014-08-302-4/+64
* QPID-6059: Java QMF2 Agent code made some now invalid assumptions about replyToFraser Adams2014-08-301-38/+41
* QPID-6058 : [Java Client] The client does not fail with a sensible error mess...Robert Godfrey2014-08-301-0/+8
* QPID-6057: On intruder detection shutdown BDB HA node in UNINITIALIZED stateAlex Rudyy2014-08-301-1/+1
* QPID-6055 : [Java Broker] add extra information to exception to help isolate ...Robert Godfrey2014-08-291-1/+13
* QPID-5855: Fix to JAVA Client Can not recieve message with qpid ha cluster.Alan Conway2014-08-295-10/+18
* QPID-6054 : [Java Broker] Broker does not honour request for receiver settle ...Robert Godfrey2014-08-291-0/+2
* QPID-6053 : [Java AMQP 1.0] ByteArrayWriter not registered in the AMQPDescrib...Robert Godfrey2014-08-291-43/+39
* NO-JIRA: brokertest.py: don't use AMQP 1.0 if not available, ignore connectio...Alan Conway2014-08-281-4/+5