summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-6002 : [Java Broker] NullPointerException when writing message discard l...Robert Godfrey2014-08-151-7/+6
* | QPID-3978 : [Java Broker] Add unit test for UnacknowledgedMessageMapRobert Godfrey2014-08-141-0/+84
* | QPID-3978 : [Java Broker] Fix bug in unacknowledged map where non locked (del...Robert Godfrey2014-08-141-1/+1
* | QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-12/+13
* | QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-13/+15
* | QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-1319-46/+150
* | QPID-5987: Fix VHN/VH grid selection and display host statitics only if it is...Alex Rudyy2014-08-121-6/+12
* | QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-117-17/+7
* | QPID-5987: [Java Broker] Make VHN/VH grid consistent with other grids on brok...Alex Rudyy2014-08-111-10/+21
* | QPID-5813, QPID-5913: various LICENCE and NOTICE file updatesRobert Gemmell2014-08-111-0/+33
* | QPID-5986: [Java Broker] right aligned attributes on queue, connection and vi...Andrew MacBean2014-08-114-11/+17
* | QPID-5981: Improve look and feel of 'Add binding' dialog in web management co...Alex Rudyy2014-08-112-6/+16
* | QPID-5984: [Java Broker] Queue tab improvementsKeith Wall2014-08-102-58/+104
* | QPID-5982: [Java Broker] BDB HA: Reset replication transaction id when contac...Keith Wall2014-08-101-4/+4
* | QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-097-43/+92
* | QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-084-15/+54
* | QPID-5746 : [Java Broker] enforce idle disconnect of AMQP 0-8/9/9-1 connectionsRobert Godfrey2014-08-081-1/+10
* | QPID-5981: [Java Broker] Add ability to set binding arguments in web manageme...Alex Rudyy2014-08-082-21/+245
* | QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-082-7/+20
* | QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-085-21/+13
* | QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-0811-57/+122
* | QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-0715-15/+15
* | 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