summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src
Commit message (Expand)AuthorAgeFilesLines
...
| * QPID-6339 : Use variable interpolation for help url and initial virtual host ...Robert Godfrey2015-01-273-2/+7
* | Reduce copying in 0-9 pathRobert Godfrey2015-02-011-3/+2
* | Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 en...Robert Godfrey2015-01-311-5/+5
* | Merge from trunkKeith Wall2015-01-2781-2110/+3045
|\ \ | |/
| * QPID-6304: [Java Broker] Remove now redundant FileKeyStoreCreationTest/FileTr...Keith Wall2015-01-144-356/+46
| * QPID-6292: [Java Broker Tests] Add model mechanism test testing the behaviour...Keith Wall2015-01-143-2/+49
| * QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-144-18/+760
| * QPID-6309 : Add group provider which stores user to group mapping in configRobert Godfrey2015-01-127-5/+304
| * QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any given...Robert Godfrey2015-01-103-131/+39
| * QPID-6293: [Java Broker] Log Java Broker's pid on startupKeith Wall2014-12-304-3/+44
| * QPID-6292: [Java Broker Tests] Refactor AbstractConfiguredObjects unit tests ...Keith Wall2014-12-2935-1356/+1337
| * QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-295-44/+3
| * QPID-6289: [Java Broker] Add unit test case for valid child types featureKeith Wall2014-12-298-9/+44
| * QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-283-19/+1
| * QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-276-2/+189
| * QPID-6268 : [Java Broker] increment/decrement the unacknowledge count on the ...Robert Godfrey2014-12-123-2/+6
| * QPID-6265: Allow suppression of system out operational logging in broker star...Alex Rudyy2014-12-102-5/+34
| * QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-077-100/+134
| * QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-0711-66/+175
| * QPID-6263 : [Java Broker] remove ApplicationRegistryRobert Godfrey2014-12-063-193/+81
* | Extend credit managers to be aware of transport backpressueKeith Wall2014-12-119-512/+44
* | Ensure that the NonBlockingSenderReceiver closes (and thread stops) if the pe...Keith Wall2014-12-112-286/+0
* | Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-113-282/+24
* | Reenable support for SSL and Plain on the same port (i.e. the transport sniff...Keith Wall2014-12-101-2/+1
* | Iniital SSL workRobert Godfrey2014-12-101-1/+13
* | Force close connection on 0-10 when message sent to closing virtual hostRobert Godfrey2014-12-103-3/+38
* | NonBlockingSenderReceiver for the Java Broker for AMQP-0-10 and 0-9. Heartbea...Keith Wall2014-12-081-1/+1
* | QPID-6262: Rob's prototype NIO workKeith Wall2014-12-053-4/+284
|/
* QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-052-0/+30
* QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-056-356/+17
* QPID-6161 : Address comments from ~kwallRobert Godfrey2014-12-022-4/+52
* QPID-6246: [Java Broker] Introduce PreferencesSupportingAuthenticationProvide...Andrew MacBean2014-11-289-6/+52
* QPID-6246 : @ManagedAnnotation should only be applied to interfaces which ext...Robert Godfrey2014-11-266-173/+182
* QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the im...Alex Rudyy2014-11-2613-2/+495
* 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-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-6227: [Java Broker] Use maven resource filtering to interpolate version ...Keith Wall2014-11-141-1/+1
* QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to hardc...Keith Wall2014-11-141-0/+20
* QPID-6223 : [Java Broker] reduce the number of housekeeping threads created b...Robert Godfrey2014-11-121-9/+1
* 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-081-3/+1
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-0811-17/+184
* QPID-6219: [Java Broker] Configure logging before using QpidService to avoid ...Keith Wall2014-11-081-6/+7
* NO-JIRA: [Java Tests] Increase timeout to resolve a spruious timeout on a slo...Keith Wall2014-11-051-6/+14
* QPID-6214: [Java Broker] Change asynch recoverer to allow for task cancellationKeith Wall2014-11-054-17/+80
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-043-5/+46
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue consu...Robert Godfrey2014-10-311-0/+4