summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-6016: [Java Broker] Improve Web Management Console error handlingKeith Wall2014-08-1826-58/+118
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-181-1/+2
* QPID-3978 : [Java Broker] Download severity of log message 'MessageRelease re...Keith Wall2014-08-181-3/+3
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-182-4/+3
* QPID-6006: [Java Broker] Fix the formatting of the port add/edit dialogueKeith Wall2014-08-162-169/+250
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-162-0/+18
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-1614-76/+286
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ed...Keith Wall2014-08-1633-405/+904
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-152-0/+20
* QPID-6003 : [Java Broker] improve conversion of non-standard AMQP 1.0 types i...Robert Godfrey2014-08-153-35/+102
* 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