| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4782: use iterator.remove() to update the map and avoid the CME exposed ... | Robert Gemmell | 2013-04-27 | 1 | -2/+9 |
| * | QPID-4777: Add UI to view and edit web management configuration | Alex Rudyy | 2013-04-26 | 22 | -59/+673 |
| * | QPID-4760: Associate Java Broker QueueAdapter and SessionAdapter via Consumer... | Fraser Adams | 2013-04-26 | 5 | -9/+134 |
| * | QPID-4596: Call AuthenticationManager#onCreate() only when authentication pro... | Alex Rudyy | 2013-04-25 | 10 | -33/+192 |
| * | QPID-4714 Moved _delegate.closeConnection method inside a finally block | Rajith Muditha Attapattu | 2013-04-25 | 1 | -3/+12 |
| * | QPID-4773: Add functionality to display information about http errors which m... | Alex Rudyy | 2013-04-24 | 3 | -2/+58 |
| * | QPID-4753: Add additional tests for updated AcessControlProvider config, inc ... | Robert Gemmell | 2013-04-23 | 5 | -1/+441 |
| * | QPID-4769: Add port tab into java broker web management console | Alex Rudyy | 2013-04-23 | 6 | -13/+294 |
| * | QPID-4768: Resolve compatibility issues in web management console for old ver... | Alex Rudyy | 2013-04-23 | 3 | -48/+5 |
| * | QPID-4751: change Hello example to remove mention of 'test' virtualhost | Robert Gemmell | 2013-04-22 | 1 | -1/+1 |
| * | QPID-4762: Upgrade dojo to version 1.8.3 | Alex Rudyy | 2013-04-22 | 2 | -2/+2 |
| * | QPID-4761: Rename jetty pom xmls | Alex Rudyy | 2013-04-22 | 8 | -0/+0 |
| * | QPID-4763 : [Java Broker] Add JDBC store | Robert Godfrey | 2013-04-22 | 5 | -1988/+2548 |
| * | QPID-4761: Upgrade jetty to version 7.6.10.v20130312 | Alex Rudyy | 2013-04-22 | 10 | -24/+24 |
| * | QPID-4753: move ACL config from broker attribute to a top level entity | Alex Rudyy | 2013-04-19 | 41 | -227/+1525 |
| * | QPID-4755: Rename broker attribute 'supportedStoreTypes' into 'virtualHostSup... | Alex Rudyy | 2013-04-19 | 6 | -9/+36 |
| * | QPID-4752: Make the GroupProvider a full broker-level configuration entry ins... | Alex Rudyy | 2013-04-19 | 34 | -223/+1256 |
| * | QPID-4754: Make broker name editable and show it in the browser title | Alex Rudyy | 2013-04-19 | 6 | -6/+6 |
| * | QPID-4746, QPID-4747:Fix the tests failing on IBM JDK | Alex Rudyy | 2013-04-18 | 1 | -18/+33 |
| * | QPID-4747: Remove defaultAuthenticationProvider field from broker attribute e... | Alex Rudyy | 2013-04-17 | 1 | -18/+0 |
| * | QPID-4746, QPID-4747: Complete partial change in previous commit | Alex Rudyy | 2013-04-17 | 1 | -1/+3 |
| * | QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from... | Alex Rudyy | 2013-04-17 | 54 | -660/+1059 |
| * | QPID-4731: Added additional system test DurableSubscriptionTest#testUnsubscri... | Keith Wall | 2013-04-17 | 3 | -33/+115 |
| * | QPID-4731: Implemented JMSSelectorFilter equals() and hashcode() to avoid lea... | Keith Wall | 2013-04-17 | 2 | -4/+91 |
| * | QPID-4390, QPID-4743: generate ID's randomly at startup, for the broker and d... | Robert Gemmell | 2013-04-15 | 20 | -33/+66 |
| * | QPID-4390, QPID-4743: configuration improvements from review | Robert Gemmell | 2013-04-15 | 4 | -199/+6 |
| * | QPID-4742: add option to create a copy of the initial config file, either at ... | Robert Gemmell | 2013-04-15 | 5 | -76/+138 |
| * | QPID-4741: add command line option to request overwritig existing broker conf... | Robert Gemmell | 2013-04-15 | 11 | -26/+126 |
| * | QPID-4739: add ACL tests for new TrustStore + KeyStore objects | Robert Gemmell | 2013-04-15 | 5 | -7/+348 |
| * | QPID-4739: complete support for defining multiple key/trust stores and assign... | Robert Gemmell | 2013-04-12 | 56 | -701/+2523 |
| * | QPID-2789 : [Java Broker] Prevent additional messages being enqueued after a ... | Robert Godfrey | 2013-04-10 | 2 | -1/+27 |
| * | QPID-4705: Restrict access to web management interfaces to authenticated and ... | Alex Rudyy | 2013-04-08 | 20 | -371/+841 |
| * | QPID-4726: [Java Broker] AMQP 1.0 : Improve SASL support | Robert Godfrey | 2013-04-07 | 5 | -134/+159 |
| * | QPID-4725 : [Java Broker] HTTP Management GUI Connection and VirtualHost tabs... | Robert Godfrey | 2013-04-07 | 3 | -0/+5 |
| * | QPID-4676: set the certificate alias to use for the client to ensure the test... | Robert Gemmell | 2013-04-05 | 1 | -1/+1 |
| * | QPID-4696: Fix javascript bug incorrectly invoking showReadOnlyAttributes on ... | Alex Rudyy | 2013-04-04 | 1 | -1/+1 |
| * | QPID-4696: Group broker attributes on editing UI, improve attribute descripti... | Alex Rudyy | 2013-04-03 | 11 | -244/+187 |
| * | QPID-4678: Update management operations to invoke ACL checks only once | Alex Rudyy | 2013-04-03 | 1 | -4/+4 |
| * | QPID-4695: Add validation of configured object names and IDs | Alex Rudyy | 2013-04-03 | 7 | -5/+33 |
| * | QPID-4694: ensure that any IDs generated at startup are saved immediately, ra... | Robert Gemmell | 2013-04-03 | 2 | -0/+12 |
| * | QPID-4691: Fix validation and UI for setting of keystore/truststore/peerstore... | Alex Rudyy | 2013-04-02 | 8 | -57/+269 |
| * | QPID-4676: add system test to check External authentication provider behaviou... | Robert Gemmell | 2013-04-02 | 1 | -1/+73 |
| * | QPID-4688: update optional BDB store to use version 5.0.73 of BDB JE | Robert Gemmell | 2013-04-01 | 3 | -3/+3 |
| * | QPID-3769 Modified the equals and hashcode methods in AMQTopic to fall | Rajith Muditha Attapattu | 2013-04-01 | 2 | -5/+36 |
| * | QPID-4657, QPID-4683: really going all out on the spelling fixes :P | Robert Gemmell | 2013-04-01 | 1 | -3/+3 |
| * | QPID-4594, QPID-4682: review changes | Robert Gemmell | 2013-04-01 | 1 | -4/+2 |
| * | QPID-4657, QPID-4683: review changes | Robert Gemmell | 2013-04-01 | 2 | -5/+4 |
| * | QPID-4676: change External auth provider to create usernames of the form <CN>... | Robert Gemmell | 2013-04-01 | 5 | -17/+237 |
| * | QPID-4677: fix for r1463064, which was apparently too complex for the Eclipse... | Robert Gemmell | 2013-04-01 | 1 | -1/+1 |
| * | QPID-4677: group the constants for clarity and rename remaining inherited que... | Robert Gemmell | 2013-03-31 | 2 | -11/+13 |