summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-5813: Lock in 0.30 release version numbers0.30Justin Ross2014-09-2315-15/+15
* QPID-6068 : Merged revisions 1622677, 1622747, 1622768 from trunk to 0.30Robert Godfrey2014-09-084-66/+137
* Merged QPID-6054 (r1621281) to 0.30 from trunkRobert Godfrey2014-08-291-0/+2
* QPID-6066 : Merged from trunk onto the 0.30 branchRobert Godfrey2014-08-261-0/+13
* QPID-6044 : Merged to 0.30 branch from trunkRobert Godfrey2014-08-261-32/+42
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-2518-450/+545
* Merging from trunk r1618840:1619054 in the Java treeRobert Godfrey2014-08-259-75/+62
* Merging from trunk r1618473:1618815 in the Java treeRobert Godfrey2014-08-2530-66/+126
* Merging from trunk r1618230:1618433 in the Java treeRobert Godfrey2014-08-2549-549/+1357
* Merging from trunk r1617822:1618206 in the Java treeRobert Godfrey2014-08-257-55/+206
* Merging from trunk r1617322:1617736 in the Java treeRobert Godfrey2014-08-2527-86/+199
* Merging from trunk r1617238:1617301 in the Java treeRobert Godfrey2014-08-256-17/+33
* Merging from trunk r1616716:1616818 in the Java treeRobert Godfrey2014-08-2515-85/+387
* Merging from trunk r1616861:1617235 in the Java treeRobert Godfrey2014-08-2512-121/+264
* QPID-5813: merge license and empty file changes from trunk rr1617774 and 1618218Robert Gemmell2014-08-152-0/+20
* QPID-5813, QPID-5913: various LICENCE and NOTICE file updatesRobert Gemmell2014-08-111-0/+33
* QPID-5980: port javadoc fixups from trunk to the 0.30 branchRobert Gemmell2014-08-085-21/+13
* QPID-5972: [Java Broker] Web UI to edit actual attribute values rather than e...Keith Wall2014-08-0737-119/+270
* QPID-5970 : [Java Broker] Expose "age of oldest message on queue" to manageme...Robert Godfrey2014-08-074-13/+52
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-069-14/+115
* QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add some...Robert Godfrey2014-08-053-6/+7
* QPID-5928: [Java Broker] Modify web management console to hide queues and exc...Alex Rudyy2014-08-044-47/+88
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-08-0445-320/+332
* QPID-5958: [Java Broker UI] Add missing panel surrounding connection attributes.Keith Wall2014-08-042-61/+64
* QPID-5946 : [Java Broker] Add ability to parse PKCS#1 format private keys and...Robert Godfrey2014-08-031-4/+2
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-036-24/+97
* QPID-5957: [Java Broker] Extend the Session model object to expose transactio...Keith Wall2014-08-034-8/+99
* QPID-5956 : [Java Broker] Management UI for add/edit ports should allow multi...Robert Godfrey2014-08-022-8/+29
* QPID-5955 : [Java Broker] Add systest and fix isSecure() for HTTPS connectionsRobert Godfrey2014-08-021-0/+11
* QPID-5955 : [Java Broker] Add Apache license and small tidy-upsRobert Godfrey2014-08-021-12/+23
* QPID-5955 : [Java Broker] Allow HTTP Management to run TCP and SSL on the sam...Robert Godfrey2014-08-022-1/+361
* QPID-5928: [Java Broker] Add UI into web management console for editing of vi...Alex Rudyy2014-08-0130-168/+1152
* QPID-5954: [Java Broker] Fix UnsupportedOperationException thrown from Generi...Alex Rudyy2014-08-012-2/+4
* QPID-5953: [Java Broker] Restore the auto refesh behaviour of tables within t...Keith Wall2014-08-012-12/+43
* QPID-5937 : Address comments from ~k-wallRobert Godfrey2014-07-311-14/+1
* QPID-5944: [Java Broker] Expose queue clear management operation to the REST ...Keith Wall2014-07-305-35/+109
* QPID-5946 : [Java Broker] Add alternative KeyStore implementation that can us...Robert Godfrey2014-07-303-27/+78
* QPID-5928: [Java Broker] Further enhancements and feedback changes forAndrew MacBean2014-07-3017-97/+98
* QPID-5940 : [Java Broker] Add meta-data servletRobert Godfrey2014-07-292-0/+140
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-291-2/+3
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-297-19/+123
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-07-2936-200/+208
* QPID-5934 : [Java Broker] Allow TTL to be overridden on a per-Queue basisRobert Godfrey2014-07-283-0/+29
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-286-29/+100
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-2613-14/+347
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-2530-265/+984
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-2517-77/+83
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-248-75/+81
* QPID-5913: [Java Broker] Remove explict dependency on Crypto-JSKeith Wall2014-07-237-12/+53
* QPID-5776 : Clean up sessions and links on AMQP 1.0 connection closingRobert Godfrey2014-07-212-0/+13