summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src
Commit message (Expand)AuthorAgeFilesLines
...
| * QPID-6364: Display actual value for a secure attribute with value not matchin...Alex Rudyy2015-02-202-4/+18
| * QPID-6247: Updates to configuration files should maintain existing file permi...Alex Rudyy2015-02-2012-183/+461
| * QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-194-0/+94
| * QPID-6390: [Java System Tests] Ensure that Broker's system properties are loa...Keith Wall2015-02-182-5/+8
| * QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be non-des...Robert Godfrey2015-02-183-1/+25
| * QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-1717-144/+395
| * QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-178-4/+46
| * QPID-6393: [Java Broker] Prevent possibility for the permature close of queue...Keith Wall2015-02-141-1/+1
| * QPID-6390: [Java Broker] Move setting of initial properties from Main into Br...Alex Rudyy2015-02-135-20/+166
| * QPID-6383 : Add missing file - really this timeRobert Godfrey2015-02-111-1/+2
| * QPID-6383 : Check in missing file from last commitRobert Godfrey2015-02-111-1/+1
| * QPID-6383 : don't auto delete queues because the children are being removed d...Robert Godfrey2015-02-111-1/+13
* | Merge from trunkKeith Wall2015-03-1241-989/+1297
* | Fix failing unit testKeith Wall2015-03-111-0/+4
* | Bug fix: Delay shutting download the Port's executor until the port has no re...Keith Wall2015-03-112-3/+27
* | Refactor use of futuresRobert Godfrey2015-03-102-223/+360
* | Fix exception handlingRobert Godfrey2015-03-101-1/+1
* | Add sync/async varients to most ACO methodsKeith Wall2015-03-0949-343/+1322
* | rewrite closeRobert Godfrey2015-03-0511-97/+156
* | Bug fix: Prevent NPE possibility if closing an object takes too long.Keith Wall2015-03-031-2/+2
* | merge from trunkKeith Wall2015-03-0377-549/+2403
* | channel block/unblock now async, remove unnecessary selector bumpsKeith Wall2015-03-034-8/+7
* | Remove wrongly added fileRobert Godfrey2015-03-021-46/+0
* | Make management close session asyncRobert Godfrey2015-03-025-6/+57
* | Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-1912-46/+208
* | Connection close is now performed by i/o threadKeith Wall2015-02-1913-33/+142
* | eliminate double wakeup on closeKeith Wall2015-02-131-2/+0
* | Fix failing SSL test owing to missed wakeupKeith Wall2015-02-132-4/+11
* | merged from trunk r1659391Robert Godfrey2015-02-123-3/+16
* | 0-10 queue browser fix.Keith Wall2015-02-122-1/+11
* | broswer consumer close is now pulled by IO rather than pushed by queue, fixin...Keith Wall2015-02-124-4/+9
* | more refactoringRobert Godfrey2015-02-114-3/+39
* | More refactoringRobert Godfrey2015-02-116-11/+69
* | 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