summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.aconway-amqp-txAlan Conway2015-02-260-0/+0
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (test fix)Alan Conway2015-02-261-0/+1
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (missed)Alan Conway2015-02-262-2/+2
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9Alan Conway2015-02-261-1/+1
* QPID-6418 : [Java Broker] Fix testRobert Godfrey2015-02-261-1/+2
* QPID-6418 : [Java Broker] Use annotation to denote managed object which manag...Robert Godfrey2015-02-2611-13/+35
* QPID-6414: Skip HA tests if qpid-ha or qpid-config tools are not available.Alan Conway2015-02-253-14/+24
* QPID-6413: Sporadic failure of HA tests causd by maxNegotiateTimeoutAlan Conway2015-02-252-15/+18
* NO-JIRA: Fix path encoding in rest system tests#Alex Rudyy2015-02-254-14/+10
* QPID-6412: Use ConcurrentMap interface rather than concrete class to ensure l...Keith Wall2015-02-251-1/+2
* QPID-6411 : Don't throw an NPE if there is no Error associated with the a bro...Robert Godfrey2015-02-241-8/+28
* Fix up/remove pasted comments re Linux per Andrew's review comments in review...Stephen D. Huston2015-02-241-4/+0
* QPID-6410: [Java Broker] Disambiguate connection adapter name by adding a con...Alex Rudyy2015-02-245-11/+29
* Don't take the address of a 0-length vector. Fixes QPID-6409.Stephen D. Huston2015-02-241-5/+7
* QPID-6408: [Java Broker] Expose AMQP connection limits (max concurrent connec...Keith Wall2015-02-236-38/+95
* QPID-6407: [Java Broker] Fix Web UI defect that prevents the actual node prio...Keith Wall2015-02-2314-60/+35
* QPID-6405: [Python Client] Fallback if pkg_resources is not available.Keith Wall2015-02-231-1/+2
* QPID-6406: [Java Broker] Prevent the spurious firing of the attribute listene...Keith Wall2015-02-222-2/+87
* QPID-6247: [Java Broker] Use try-with-resources to avoid some repeated cleanu...Keith Wall2015-02-224-37/+5
* QPID-6405: [Python Client] Retreive package version number from pkg_resources...Keith Wall2015-02-223-12/+25
* Replace non-Apache licensed CheckSizeTNativeType.cmake with ASF-licensed and ...Stephen D. Huston2015-02-225-63/+60
* Add missing AIX-needed SystemInfo.cpp source; relates to QPID-6312, 0003 atta...Stephen D. Huston2015-02-221-0/+205
* QPID-6404 : Message construction from received messages should be lenientRobert Godfrey2015-02-211-1/+1
* QPID-6404 : Change default Message constructor to be strict by defaultRobert Godfrey2015-02-211-1/+1
* QPID-6404 : Be lenient in receiving invalid messages, send AmqpValue(null) fo...Robert Godfrey2015-02-214-17/+20
* QPID-6404 : [AMQP 1.0 JMS Client ] session.createMessage() should not attempt...Robert Godfrey2015-02-201-1/+5
* QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedAlex Rudyy2015-02-201-1/+1
* QPID-6398: [Java Broker] Update web management console UI to invoke dojo pars...Alex Rudyy2015-02-2068-214/+424
* QPID-6364: Display actual value for a secure attribute with value not matchin...Alex Rudyy2015-02-204-5/+20
* QPID-6247: Updates to configuration files should maintain existing file permi...Alex Rudyy2015-02-2012-183/+461
* QPID-6400 : [Java AMQP 1.0] add accessors for the SSLConnection to the connec...Robert Godfrey2015-02-201-0/+10
* QPID-6401 : move authroize check inside try-catchRobert Godfrey2015-02-201-7/+8
* QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-198-13/+149
* NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection is...Robert Godfrey2015-02-191-1/+1
* QPID-6389: ensure source/target is null when responding to attach requests in...Gordon Sim2015-02-181-0/+2
* QPID-6394 [linearstore] Make linearstore the default store for linux builds -...Kim van der Riet2015-02-182-2/+2
* QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the Ano...Keith Wall2015-02-186-92/+5
* QPID-6390: [Java System Tests] Ensure that Broker's system properties are loa...Keith Wall2015-02-183-5/+22
* QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be non-des...Robert Godfrey2015-02-186-2/+144
* QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-1731-171/+792
* QPID-6394 Make linearstore the default store for linux buildsKim van der Riet2015-02-172-2/+2
* QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-1716-155/+279
* QPID-6393: [Java Broker] Prevent possibility for the permature close of queue...Keith Wall2015-02-141-1/+1
* QPID-6338 : [Java AMQP 1.0 Client] validate sections in created MessageRobert Godfrey2015-02-131-6/+173
* QPID-6390: [Java Broker] Move setting of initial properties from Main into Br...Alex Rudyy2015-02-136-53/+172
* QPID-6374: [Java Broker] 0-10 Failover: the thread performing the failover pr...Keith Wall2015-02-139-46/+140
* QPID-6388 : Treat terminus with durability of "configuration" as durableRobert Godfrey2015-02-121-2/+3
* QPID-6386 : [AMQP 1.0 Common] close the sender if the TCP connection is termi...Robert Godfrey2015-02-121-0/+1
* QPID-6374 : avoid taking a lock when not modifying a valueRobert Godfrey2015-02-121-12/+15
* QPID-6240: increment the delivery count when applying the new state and relea...Robert Gemmell2015-02-121-0/+1