summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkQPID-6262-JavaBrokerNIOKeith Wall2015-03-122-46/+37
|\
| * QPID-6436: Address review comments and fix issues caused by ACL refactoringAlex Rudyy2015-03-122-27/+37
| * QPID-6438: [Java Broker] Add support for POST method into REST interfaces in ...Alex Rudyy2015-03-103-3/+12
| * QPID-6436: Allow user to update its own preferences without explicit permissionsAlex Rudyy2015-03-101-0/+7
| * QPID-6439 : [Java Broker] config upgrader should upgrade key/trust stores usi...Robert Godfrey2015-03-101-0/+5
| * QPID-6436: [Java Broker] Move ACL functionality scattered over the configured...Alex Rudyy2015-03-1022-681/+483
| * QPID-6428: Remove now redundant changeAttributes overrideKeith Wall2015-03-062-6/+1
| * QPID-6428 : [Java Broker] Use StoreConfigurationChangeListener to manage stor...Robert Godfrey2015-03-036-142/+123
| * QPID-6425 : [Java Broker] Allow for local and global name equivalence on virt...Robert Godfrey2015-03-025-4/+126
| * QPID-6424 : Implement Connection.Redirect in 0-8/9/9-1Robert Godfrey2015-03-0112-22/+798
| * QPID-6419 : [Java Broker] Queue counts can become corrupt in case of rapid ac...Robert Godfrey2015-02-271-6/+16
| * QPID-6418 : [Java Broker] Use annotation to denote managed object which manag...Robert Godfrey2015-02-2610-12/+34
| * QPID-6412: Use ConcurrentMap interface rather than concrete class to ensure l...Keith Wall2015-02-251-1/+2
| * QPID-6410: [Java Broker] Disambiguate connection adapter name by adding a con...Alex Rudyy2015-02-241-1/+1
| * QPID-6406: [Java Broker] Prevent the spurious firing of the attribute listene...Keith Wall2015-02-221-2/+3
| * QPID-6247: [Java Broker] Use try-with-resources to avoid some repeated cleanu...Keith Wall2015-02-224-37/+5
| * 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-2011-183/+323
| * 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-1716-140/+385
| * 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-132-0/+55
| * 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-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-0362-520/+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