summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-1227-698/+545
* 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-0943-328/+1276
* rewrite closeRobert Godfrey2015-03-0510-97/+142
* Bug fix: Prevent NPE possibility if closing an object takes too long.Keith Wall2015-03-031-2/+2
* merge from trunkKeith Wall2015-03-0363-540/+2024
* channel block/unblock now async, remove unnecessary selector bumpsKeith Wall2015-03-033-7/+6
* Remove wrongly added fileRobert Godfrey2015-03-021-46/+0
* Make management close session asyncRobert Godfrey2015-03-024-4/+55
* Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-1910-40/+202
* Connection close is now performed by i/o threadKeith Wall2015-02-1910-29/+138
* 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-123-3/+8
* more refactoringRobert Godfrey2015-02-114-3/+39
* More refactoringRobert Godfrey2015-02-115-10/+68
* 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-102-0/+3
* Refactoring: make the queue no longer be responsible for pushing messages ont...Keith Wall2015-02-1010-10/+176
* merge from trunkKeith Wall2015-02-1030-100/+233
|\
| * 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-055-15/+83
| * 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-042-4/+4
| * 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-032-36/+0
| * QPID-6354: Fix validation of certificates and private keys for non java keyst...Alex Rudyy2015-02-032-12/+10
| * 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-2738-460/+939
|\ \ | |/
| * QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-142-18/+93
| * 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-102-129/+34
| * 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-291-1/+2
| * 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-291-1/+3
| * 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