summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
...
* | | Force close connection on 0-10 when message sent to closing virtual hostRobert Godfrey2014-12-104-40/+87
* | | Stop reading bytes from the wire once the transport is closed. Also prevent ...Keith Wall2014-12-091-4/+7
* | | Exclude ExternalAuthenticationTest too (requires SSL)Keith Wall2014-12-091-0/+1
* | | Omit the BrokerLoggingTest that tests SSL. As SSL is currently disabled the ...Keith Wall2014-12-092-0/+9
* | | Ensure selector is closed, continue to use same backing buffer on read until ...Robert Godfrey2014-12-091-18/+14
* | | NonBlockingSenderReceiver for the Java Broker for AMQP-0-10 and 0-9. Heartbea...Keith Wall2014-12-086-21/+259
* | | Bug fix: Stop 0-8 protocol layer wrapping the same byte arrayKeith Wall2014-12-052-21/+14
* | | QPID-6262: Rob's prototype NIO workKeith Wall2014-12-0511-576/+1642
* | | QPID-6262: Temporarily exclude the SSL system tests whist the NIO refactor is...Keith Wall2014-12-051-0/+5
| |/ |/|
* | QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-057-35/+91
* | QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-057-357/+18
* | QPID-6246: Various fixes for preferences provider UIAlex Rudyy2014-12-039-21/+53
* | QPID-6100: fix typo in exception messageRobert Gemmell2014-12-031-1/+1
* | https://issues.apache.org/jira/browse/QPID-6100Timothy A. Bish2014-12-021-6/+7
* | QPID-6161 : Address comments from ~kwallRobert Godfrey2014-12-022-4/+52
* | QPID-6253: [Java Broker] Name the AMQP acceptor threads to carry a descriptiv...Keith Wall2014-12-021-0/+1
* | 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: [Java Broker] Introduce PreferencesSupportingAuthenticationProvide...Andrew MacBean2014-11-289-6/+52
* | QPID-6250: [Java Client] removal of static defaulted username and password fr...Andrew MacBean2014-11-281-2/+2
* | QPID-6246 : @ManagedAnnotation should only be applied to interfaces which ext...Robert Godfrey2014-11-268-173/+281
* | QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the im...Alex Rudyy2014-11-2614-2/+508
* | QPID-6242: [Java Broker] Avoid "collection is empty" on Windows 7 if the newl...Keith Wall2014-11-261-1/+2
* | QPID-6242: [Java Broker] Fix defect on Windows 7 where the newly created empt...Keith Wall2014-11-251-9/+1
* | QPID-6242 : Ensure created directory has sufficient permissions to create a f...Robert Godfrey2014-11-241-3/+37
* | QPID-6245 : [Java Broker] release reference to IncomingMessage once AMQMessag...Robert Godfrey2014-11-241-37/+36
* | QPID-6243 : [Java Broker] Updates to Json configuration stores cause a small ...Robert Godfrey2014-11-221-11/+24
* | QPID-6242 : AESFileEncrypterFactory does not work on non-POSIX permissioned f...Robert Godfrey2014-11-212-30/+185
* | QPID-6239 : [Java Broker] redirect embedded database error logs to common bro...Robert Godfrey2014-11-214-3/+237
* | QPID-6235: Include backup-log4j.xml into bdbstore jarAlex Rudyy2014-11-191-0/+0
* | QPID-6226: [Java Broker] Change queue.declare so that on the passive path, ex...Keith Wall2014-11-181-33/+17
* | QPID-6231: [Perftests framework] Make performance frameworkAlex Rudyy2014-11-187-14/+216
* | QPID-6222: [Java Broker] Shutdown the replica virtualhostnode if it runs out ...Keith Wall2014-11-181-4/+18
* | QPID-6208: [Java Broker] Fix defect that prevents the permitted node list fro...Keith Wall2014-11-181-1/+2
* | QPID-6228: [Performance Tests] Add simple tests to measure performance in HA ...Alex Rudyy2014-11-173-0/+173
* | QPID-6227: [Java Broker] Use maven resource filtering to interpolate version ...Keith Wall2014-11-142-1/+11
* | QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to hardc...Keith Wall2014-11-142-15/+34
* | QPID-6225: [Java Broker] Reduce the frequency with with the failure to ping a...Keith Wall2014-11-131-5/+37
* | QPID-6158: Close consumer session when 'closeConsumers' argument is specified...Alex Rudyy2014-11-131-1/+1
* | QPID-6224: [Java Broker] BDB / BDB-HA VH now cleans all log files and perform...Keith Wall2014-11-124-21/+52
* | QPID-6223 : [Java Broker] reduce the number of housekeeping threads created b...Robert Godfrey2014-11-121-9/+1
* | QPID-6222: Halt broker on running out of disk spaceAlex Rudyy2014-11-114-2/+58
* | QPID-6208: [Java Broker] Avoid possibility of race condition when setting the...Keith Wall2014-11-102-14/+10
* | QPID-6219: [Java Broker] Fix failing BrokerLoggingTest introduced by my previ...Keith Wall2014-11-091-3/+5
* | QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-083-5/+3
* | QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-0819-32/+227
* | QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica sync...Keith Wall2014-11-089-33/+81
* | QPID-6219: [Java Broker] Configure logging before using QpidService to avoid ...Keith Wall2014-11-082-8/+9
* | QPID-6127 : Disallow TRACE and other non websocket activities on WebSocket portsRobert Godfrey2014-11-071-15/+34