summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | QPID-6125 : only send close frame if not already closingRobert Godfrey2014-10-221-8/+11
* | QPID-6174 : Increase defaults for Jetty thread pool sizeRobert Godfrey2014-10-221-2/+2
* | QPID-6125 : make _virtualHost volatileRobert Godfrey2014-10-221-1/+1
* | QPID-6176: [Java Broker] Re-instate the variables/values that are now missing...Andrew MacBean2014-10-221-51/+45
* | QPID-6125 : only log store exceptions that occur against a vhost which is no ...Robert Godfrey2014-10-221-0/+12
* | QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-2119-86/+216
* | QPID-6174 : Expose settings for restricting number of threads / queued jobs i...Robert Godfrey2014-10-212-0/+27
* | QPID-6125 : correct the behaviour of exchange declare where the exchange alre...Robert Godfrey2014-10-202-3/+11
* | QPID-6125 : force flush after receiving frameRobert Godfrey2014-10-202-1/+4
* | QPID-6125 : ensure exchange-ok is sent promptlyRobert Godfrey2014-10-201-1/+1
* | QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-171-3/+3
* | QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-176-89/+161
* | QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-173-6/+130
* | QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-1768-6170/+2517
* | QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-171-1/+2
* | QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-173-12/+3
* | QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-164-6/+11
* | QPID-6151: [Java Broker Web Management Console] Fix race condition affecting...Keith Wall2014-10-141-1/+2
* | QPID-6137: Enhance JMXManagementPlugin implementation and add extra logging w...Alex Rudyy2014-10-081-15/+30
* | QPID-6130: [Java Broker] Introduce edit queue dialog - further add/edit harmo...Andrew MacBean2014-10-064-107/+162
* | QPID-6130: [Java Broker] Introduce edit queue dialog - removed redundant JS i...Andrew MacBean2014-10-031-3/+1
* | QPID-6130: [Java Broker] Introduce edit queue dialog - review change to remov...Andrew MacBean2014-10-031-1/+1