| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4731: Added additional system test DurableSubscriptionTest#testUnsubscri... | Keith Wall | 2013-04-17 | 1 | -33/+113 |
| * | QPID-4390, QPID-4743: generate ID's randomly at startup, for the broker and d... | Robert Gemmell | 2013-04-15 | 19 | -25/+65 |
| * | QPID-4739: add ACL tests for new TrustStore + KeyStore objects | Robert Gemmell | 2013-04-15 | 1 | -0/+302 |
| * | QPID-4739: complete support for defining multiple key/trust stores and assign... | Robert Gemmell | 2013-04-12 | 14 | -87/+663 |
| * | QPID-4705: Restrict access to web management interfaces to authenticated and ... | Alex Rudyy | 2013-04-08 | 5 | -12/+115 |
| * | QPID-4676: set the certificate alias to use for the client to ensure the test... | Robert Gemmell | 2013-04-05 | 1 | -1/+1 |
| * | QPID-4695: Add validation of configured object names and IDs | Alex Rudyy | 2013-04-03 | 1 | -0/+17 |
| * | QPID-4691: Fix validation and UI for setting of keystore/truststore/peerstore... | Alex Rudyy | 2013-04-02 | 1 | -2/+134 |
| * | QPID-4676: add system test to check External authentication provider behaviou... | Robert Gemmell | 2013-04-02 | 1 | -1/+73 |
| * | QPID-4657, QPID-4683: review changes for new port configuration functionality | Robert Gemmell | 2013-03-31 | 2 | -2/+9 |
| * | QPID-4678: Add ACL checks to restrict the operations to change broker level c... | Alex Rudyy | 2013-03-29 | 2 | -0/+461 |
| * | QPID-4677: Rename broker and virtual host attribute constants to distiguish t... | Alex Rudyy | 2013-03-29 | 2 | -27/+27 |
| * | QPID-4677: Add missing broker attributes related to store transactions | Alex Rudyy | 2013-03-29 | 1 | -0/+8 |
| * | QPID-4677: Fix incorrect attribute names and update web management console UI... | Alex Rudyy | 2013-03-29 | 1 | -4/+4 |
| * | QPID-4661: Fix broker attribute conversion bug | Alex Rudyy | 2013-03-29 | 1 | -1/+22 |
| * | QPID-4661: Add UI into java broker web management console to edit broker attr... | Alex Rudyy | 2013-03-20 | 4 | -4/+129 |
| * | QPID-4657: Add UI into java broker web management console to add/edit/delete ... | Alex Rudyy | 2013-03-18 | 4 | -5/+22 |
| * | QPID-4636: expand testing of the new TrustManagers | Robert Gemmell | 2013-03-17 | 2 | -0/+61 |
| * | QPID-4636: add 'peersOnly=false' on the 'regular trustStore' for clarity, add... | Robert Gemmell | 2013-03-14 | 2 | -2/+3 |
| * | QPID-4593: Remove initial store type command line argument, simplify configur... | Alex Rudyy | 2013-03-14 | 1 | -4/+3 |
| * | QPID-4596,QPID-4638: Change authentication provider names to shorter names, r... | Alex Rudyy | 2013-03-13 | 5 | -7/+7 |
| * | QPID-4639: Add UI to add/delete virtual hosts into java broker web management... | Alex Rudyy | 2013-03-11 | 1 | -14/+2 |
| * | QPID-4638: Add UI to add/delete/update authentication providers into java bro... | Alex Rudyy | 2013-03-11 | 1 | -89/+9 |
| * | QPID-4596: remove manipulation of store files, and vhost store type etc. | Robert Gemmell | 2013-03-10 | 1 | -69/+0 |
| * | QPID-4390: misc cleanup | Robert Gemmell | 2013-03-10 | 1 | -1/+0 |
| * | QPID-4390: move the store factory interface beside the other plugin factory i... | Robert Gemmell | 2013-03-10 | 1 | -1/+1 |
| * | QPID-3396 Fixed the typo from sasl_mech to sasl_mechs. This test was | Rajith Muditha Attapattu | 2013-03-07 | 1 | -1/+1 |
| * | QPID-3396 Added a test case to verify that if mech needs user password | Rajith Muditha Attapattu | 2013-03-06 | 1 | -0/+24 |
| * | QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut... | Alex Rudyy | 2013-02-27 | 5 | -19/+459 |
| * | QPID-4602: Fix broker startup when default log4j configuration is used and fi... | Alex Rudyy | 2013-02-26 | 3 | -16/+54 |
| * | QPID-4593: add command line argument to pass path to initial store | Alex Rudyy | 2013-02-20 | 1 | -12/+2 |
| * | QPID-4390: Introduce a configuration store in java broker allowing runtime mo... | Alex Rudyy | 2013-02-19 | 51 | -790/+995 |
| * | QPID-4312: reduce visibility and narrow argument type for new check methods, ... | Robert Gemmell | 2013-02-05 | 1 | -24/+17 |
| * | QPID-4312 : [Java Client] add option for verification of queue existence duri... | Robert Godfrey | 2013-02-04 | 3 | -16/+103 |
| * | QPID-4281: Fix setting of log4j configuration in system tests. While testing ... | Alex Rudyy | 2013-01-24 | 7 | -71/+290 |
| * | QPID-4540 The deletion of the subscription queue is now handled | Rajith Muditha Attapattu | 2013-01-16 | 1 | -1/+7 |
| * | QPID-3569: Refactor TransactionTimeout | Keith Wall | 2013-01-07 | 2 | -13/+8 |
| * | QPID-4318 | Weston M. Price | 2013-01-04 | 1 | -0/+120 |
| * | QPID-4525: remove the ChannelCloseTest and ChannelCloseOkTest system tests | Robert Gemmell | 2013-01-04 | 2 | -635/+0 |
| * | QPID-4502: [Java Broker] Document DLQ/Maximum Delivery Count features | Keith Wall | 2012-12-22 | 1 | -2/+4 |
| * | QPID-4512: stop the delete visitor indicating completion upon the first match... | Robert Gemmell | 2012-12-20 | 1 | -0/+54 |
| * | QPID-4377: add missing licence headers to various files in the Java tree | Robert Gemmell | 2012-12-11 | 1 | -0/+20 |
| * | QPID-3317 Adjusted the test after adding the exception for marking temp | Rajith Muditha Attapattu | 2012-12-07 | 1 | -1/+1 |
| * | QPID-4496 Set the assert property to false when checking if a queue | Rajith Muditha Attapattu | 2012-12-07 | 1 | -5/+5 |
| * | QPID-4496 Added error handling to cover the cases mentioned in the JIRA. | Rajith Muditha Attapattu | 2012-12-07 | 1 | -2/+2 |
| * | QPID-4483: Add system tests for Sasl authentication in Java Broker web manage... | Alex Rudyy | 2012-11-29 | 1 | -1/+389 |
| * | QPID-4441: add system test verification of the priority queue and queue with ... | Robert Gemmell | 2012-11-29 | 1 | -3/+7 |
| * | QPID-2796 : Addressed review comments | Robert Godfrey | 2012-11-26 | 1 | -2/+45 |
| * | QPID-2796 : Added Java system test for heartbeating | Robert Godfrey | 2012-11-26 | 1 | -0/+73 |
| * | QPID-4470: Allow 'maximum queue depth' queue alerting threshold to be set fro... | Keith Wall | 2012-11-25 | 1 | -1/+29 |