summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * QPID-6318: [Java Broker] Make UI support the upload of JKS filesKeith Wall2015-01-2020-342/+1084
| | * QPID-6316: [Java Broker] Make UI support the upload of ACL filesKeith Wall2015-01-205-134/+373
| | * QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-141-3/+2
| | * QPID-6281 : [Java Broker] Config model shadow objects for sessions are not be...Robert Godfrey2015-01-131-0/+5
| | * QPID-6295 : [Java Broker] reload ACL config when the file value is changedRobert Godfrey2015-01-051-2/+21
| | * QPID-6295 : [Java Broker] Allow ACL configuration file to be stored as a data...Robert Godfrey2015-01-028-176/+97
| | * QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-291-1/+0
| | * QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-283-61/+25
| | * QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-274-3/+45
| | * QPID-6276: [Java Broker] Disable upload feature (with tooltip to indicate why...Keith Wall2014-12-222-8/+12
| | * QPID-6276: [Java Broker] Don't set caching headers when using content-disposi...Keith Wall2014-12-221-2/+8
| | * QPID-6276: [Java Broker] Enhance the virtualhost UI to support upload/downloa...Keith Wall2014-12-197-47/+213
| | * QPID-6272 : [Java Broker] clear queue delete task on default queue before clo...Robert Godfrey2014-12-171-5/+5
| | * QPID-6272: [Java Broker] Null reference to AMQChannel#defaultQueue once the q...Keith Wall2014-12-161-14/+36
| | * QPID-6125: [Java Broker] Consistently quote queue/exchange names in error mes...Keith Wall2014-12-151-46/+43
| | * QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-073-9/+12
* | | Remove dead setIdleTimeout methodKeith Wall2014-12-123-17/+0
* | | Extend credit managers to be aware of transport backpressueKeith Wall2014-12-1122-90/+563
* | | Ensure that the NonBlockingSenderReceiver closes (and thread stops) if the pe...Keith Wall2014-12-111-5/+0
* | | Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-114-3/+16
* | | Force close connection on 0-10 when message sent to closing virtual hostRobert Godfrey2014-12-101-37/+49
* | | NonBlockingSenderReceiver for the Java Broker for AMQP-0-10 and 0-9. Heartbea...Keith Wall2014-12-082-3/+3
* | | Bug fix: Stop 0-8 protocol layer wrapping the same byte arrayKeith Wall2014-12-051-14/+4
* | | QPID-6262: Rob's prototype NIO workKeith Wall2014-12-051-1/+4
| |/ |/|
* | QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-054-35/+56
* | QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-051-1/+1
* | QPID-6246: Various fixes for preferences provider UIAlex Rudyy2014-12-039-21/+53
* | QPID-6246: Display authentication provider specific fields on authentication ...Alex Rudyy2014-12-0226-151/+671
* | QPID-6163 : [Java Broker] Remove stderr debug logging left by this commitKeith Wall2014-12-011-4/+0
* | QPID-6246: [Java Broker] Refactor authentication provider UIs to use dedicate...Alex Rudyy2014-11-2829-699/+1062
* | QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the im...Alex Rudyy2014-11-261-0/+13
* | QPID-6245 : [Java Broker] release reference to IncomingMessage once AMQMessag...Robert Godfrey2014-11-241-37/+36
* | QPID-6239 : [Java Broker] redirect embedded database error logs to common bro...Robert Godfrey2014-11-211-0/+84
* | QPID-6226: [Java Broker] Change queue.declare so that on the passive path, ex...Keith Wall2014-11-181-33/+17
* | QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to hardc...Keith Wall2014-11-141-15/+14
* | QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-081-1/+1
* | QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-085-2/+31
* | QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica sync...Keith Wall2014-11-084-14/+41
* | QPID-6127 : Disallow TRACE and other non websocket activities on WebSocket portsRobert Godfrey2014-11-071-15/+34
* | QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server imple...Robert Godfrey2014-11-062-0/+90
* | QPID-6125: [Java Broker] Partial revert so that closeConnection will once aga...Keith Wall2014-11-061-31/+44
* | QPID-6210: [Java Broker] VHMBean#createNewQueue revert to throwing IllegalArg...Keith Wall2014-11-042-1/+28
* | QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-042-2/+104
* | QPID-6202: [Java Broker] Ensure AMQProtocolEngine#closeSession() completes cl...Keith Wall2014-10-301-17/+46
* | QPID-6198 : [Java Broker] do not retain unnecesary references to transfers wh...Robert Godfrey2014-10-301-0/+4
* | QPID-6190 : [Java Broker] [AMQP 1.0] Fix transactional sending to QueueDestin...Robert Godfrey2014-10-271-5/+12
* | QPID-6185: [Java Broker] Further UI changes to handle the user table non IE i...Andrew MacBean2014-10-243-27/+30
* | QPID-6185: [Java Broker] Make the web management UI tables, tabs and panels m...Andrew MacBean2014-10-2412-47/+95
* | QPID-6181: [Java Broker] JMX mbean improperly deletes queuesKeith Wall2014-10-232-2/+2
* | QPID-6125 : temporary hack to deal with issue causing tests to fail when brok...Robert Godfrey2014-10-231-6/+19