summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-6103 : Fix NPE which occurred when first flow was sent before receiving ...Robert Godfrey2014-09-161-7/+14
* QPID-6100 : [JMS AMQP 1.0 Client] throw correct exception when connection can...Robert Godfrey2014-09-151-10/+31
* QPID-6101: Allow setting of qpid version suffix whilst building qpid common l...Alex Rudyy2014-09-154-27/+60
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-1521-98/+98
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid stor...Andrew MacBean2014-09-152-25/+11
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 charact...Keith Wall2014-09-151-2/+2
* QPID-6098 : [JMS AMQP 1.0 Client] use content-type of incoming messages to dr...Robert Godfrey2014-09-141-38/+162
* QPID-4575: VS2012 - fix cmake to allow in-source build where dirs source == b...Charles E. Rolke2014-09-141-2/+6
* QPID-4575: Remove empty directories created by r1624604Charles E. Rolke2014-09-120-0/+0
* QPID-4575: C++ Messaging .NET Binding fixes for Visual Studio 2012Charles E. Rolke2014-09-1279-2306/+882
* Test commit using git-svnCharles E. Rolke2014-09-121-4/+1
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying th...Keith Wall2014-09-124-8/+182
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-122-2/+5
* QPID-6087: QMF Session name to contain user ID for AMQP 0-10Pavel Moravec2014-09-121-1/+1
* NO-JIRA: Fix typo in qpid/cpp/BuildInstallSettings.cmakeAlan Conway2014-09-111-1/+1
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-1128-320/+1113
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-112-1/+62
* QPID-6090: [Java Broker] Change based on code review to protect against intru...Andrew MacBean2014-09-111-2/+2
* QPID-6090: [Java Broker] Prevent removal of existing group nodes from the per...Andrew MacBean2014-09-102-3/+69
* QPID-6089: Need to register transports with the Url parser.Andrew Stitcher2014-09-091-0/+1
* QPID-6007: Test if hostname is valid; if not, default to trying localhost; th...Justin Ross2014-09-091-1/+5
* NO-JIRA: Fix error message test in acl.py, on older python versions error cod...Alan Conway2014-09-091-10/+10
* QPID-5033: Bad buffer accounting leading to spurious SSL errors on WindowsClifford Jansen2014-09-095-217/+338
* QPID-6088 : [Java Client] reenable logging testRobert Godfrey2014-09-081-9/+9
* QPID-6088 : [Java Client] reenable logging testRobert Godfrey2014-09-081-1/+0
* 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