summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Make sure that test ReplicatedEnvironmentFacadeTest.testIntruderNode...Alex Rudyy2014-07-081-1/+12
* QPID-5883: improve error message a little for 'no-mech' sasl errorGordon Sim2014-07-081-3/+9
* QPID-5882: fix authentication failure on 1.0 codepathGordon Sim2014-07-075-30/+74
* NO-JIRA: Fix defects found by coverity.Alan Conway2014-07-074-5/+5
* [QPID-5823]: Python client should create a node with name starting '\#'Pavel Moravec2014-07-072-1/+12
* QPID-5879 : [Java Broker] JsonConfigStore should take deep copy of Configured...Robert Godfrey2014-07-062-9/+21
* QPID-5878 : [Java Broker] Add SCRAM-SHA-256 SASL supportRobert Godfrey2014-07-0615-683/+983
* QPID-5820: added better fix to the problem of arguments not being set. The re...Fraser Adams2014-07-062-5/+1
* JIRA:QPID-5820 Added some defensive code to qmf-ui.js to protect against the ...Fraser Adams2014-07-052-2/+3
* QPID-5610: update readme to detail usage of the copy-broker profileRobert Gemmell2014-07-041-4/+18
* QPID-5610: add a profile to optionally extract the broker release artifact an...Robert Gemmell2014-07-042-1/+70
* QPID-5873: Exclude new ACL system tests from Json profile; fix BDBHARemoteRep...Keith Wall2014-07-042-2/+3
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Andrew MacBean2014-07-041-0/+1
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-0413-110/+778
* QPID-5877: [Java Broker] Potential for rejected messages to be resent out of ...Andrew MacBean2014-07-041-1/+1
* QPID-5875: Fix intruder protection system testAlex Rudyy2014-07-041-2/+10
* QPID-5875: Exclude test VirtualHostRestTest.testPutCreateVirtualHostUsingProf...Alex Rudyy2014-07-041-0/+1
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-0419-28/+874
* QPID-5874: Treat all empty selectors sensiblyAndrew Stitcher2014-07-034-16/+15
* QPID-5806: Allow quoted syntax for non standard selector identifiersAndrew Stitcher2014-07-032-8/+10
* QPID-5869: Check that agent is not null before firing event.Charles E. Rolke2014-07-031-12/+24
* [QPID-5866]: [C++ client] AMQP 1.0 closing session without closing receiver f...Pavel Moravec2014-07-032-9/+11
* [QPID-5866]: [C++ client] AMQP 1.0 closing session without closing receiver f...Pavel Moravec2014-07-031-0/+8
* QPID-5871: Remove unused generated code and dependent codeAndrew Stitcher2014-07-0340-3396/+2
* QPID-5869 Added a check to see if agent is null before firing the event.Rajith Muditha Attapattu2014-07-021-1/+3
* QPID-3921: Removed unused header includesAndrew Stitcher2014-07-023-5/+0
* QPID-3921: Deleted unnecessary header file includesAndrew Stitcher2014-07-012-2/+0
* QPID-5859: Fix to allow listening to some interfaces to failAndrew Stitcher2014-07-011-21/+17
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-0129-154/+265
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-0119-65/+129
* [QPID-5864]: [Python client] Provide better error description when SASL requi...Pavel Moravec2014-07-011-1/+5
* [QPID-5863]: qpid-config does not throws correct exception when binding nonex...Pavel Moravec2014-07-011-1/+3
* QPID-5820: [Java QMF2 Plugin] changes to plugin owing to the Java Broker mode...Keith Wall2014-07-014-9/+9
* NO-JIRA - Fixed typo in a comment.Ted Ross2014-06-301-1/+1
* QPID-5820: [Java QMF2 Plugin] changes to plugin owing to the Java Broker mode...Keith Wall2014-06-304-64/+111
* QPID-5853: Fix quote character location in broker commandAlex Rudyy2014-06-301-1/+1
* QPID-5860: release sender lock before invoking on sessionGordon Sim2014-06-271-3/+5
* QPID-5858: prevent leakage of old exception typesGordon Sim2014-06-272-1/+34
* QPID-5859: Make qpidd listen to all protocol addresses when it starts up.Andrew Stitcher2014-06-271-2/+2
* QPID-5853: Fix quote character location in broker command for WindowsAlex Rudyy2014-06-271-1/+1
* QPID-5857: Strengthen test ConsumerLoggingTest.testSubscriptionCreateQueueBro...Alex Rudyy2014-06-271-1/+1
* NO-JIRA: Error handling in swig_python_typemaps: don't core dump if qpid.data...Alan Conway2014-06-261-8/+11
* NO-JIRA: Updated java/README.txt with instructions to run examples.Alan Conway2014-06-261-0/+10
* QPID-5048: add pom to build the AMQP 0-x JMS client examplesRobert Gemmell2014-06-262-0/+67
* [QPID-5852]: [Python client] connection.opened() returns True after unsuccess...Pavel Moravec2014-06-261-0/+3
* QPID-5853: Use quotes in broker command line provided by maven profile in ord...Alex Rudyy2014-06-263-14/+64
* NO-JIRA: [Java Tests] BDB tests - prevent sporadic test failure from quorum o...Andrew MacBean2014-06-261-38/+36
* QPID-5821: [Java Broker] Make JDBC username and password separate attributes ...Andrew MacBean2014-06-2613-51/+187
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-268-36/+13
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2686-613/+1004