summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src
Commit message (Expand)AuthorAgeFilesLines
* add missing fileRobert Godfrey2015-02-111-0/+45
* refactoringRobert Godfrey2015-02-116-3/+1124
* Force the queue runner to notice that the consumer is not now suspendedRobert Godfrey2015-02-103-0/+9
* Refactoring: make the queue no longer be responsible for pushing messages ont...Keith Wall2015-02-1011-10/+212
* merge from trunkKeith Wall2015-02-1035-141/+577
|\
| * QPID-6364: Set Keystore/Truststore derived attribute 'path' to non-data URL. ...Alex Rudyy2015-02-093-17/+18
| * QPID-6367: [Java Broker] Change broker model version to 3.0 due to backward i...Alex Rudyy2015-02-064-12/+13
| * QPID-6366: [Java Broker] Prevent data urls cluttering the UI and prevent pote...Alex Rudyy2015-02-065-6/+8
| * QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying sto...Alex Rudyy2015-02-057-42/+110
| * QPID-6362: [Java Broker] Remove now dead code from BrokerOptionsKeith Wall2015-02-051-8/+0
| * QPID-6356: Add port transport into operational log message for starting manag...Alex Rudyy2015-02-043-7/+9
| * QPID-6360: [Java Broker] Extend the UI to support creation of alternate group...Alex Rudyy2015-02-043-2/+28
| * QPID-6356: Remove operational log 'MNG-1006 : Using SSL Keystore : {0}'Alex Rudyy2015-02-033-47/+0
| * QPID-6354: Fix validation of certificates and private keys for non java keyst...Alex Rudyy2015-02-034-12/+322
| * QPID-6341 : Add test and allow a default alt text for oversized valuesRobert Godfrey2015-02-024-0/+16
| * QPID-6345 : Allow enabled cipher suites to be configuredRobert Godfrey2015-01-284-4/+47
| * QPID-6341 : Enchacements to the meta data modelRobert Godfrey2015-01-276-1/+18
| * 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