summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkQPID-6262-JavaBrokerNIOKeith Wall2015-03-128-51/+88
|\
| * QPID-6436: Address review comments and fix issues caused by ACL refactoringAlex Rudyy2015-03-128-32/+88
| * 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-1036-973/+1235
| * QPID-6428: Remove now redundant changeAttributes overrideKeith Wall2015-03-062-6/+1
| * QPID-6428 : [Java Broker] Use StoreConfigurationChangeListener to manage stor...Robert Godfrey2015-03-039-145/+145
| * 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-277-7/+28
| * QPID-6418 : [Java Broker] Fix testRobert Godfrey2015-02-261-1/+2
| * 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-222-2/+87
| * 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-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-0512-98/+163
* | 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