summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkQPID-6262-JavaBrokerNIOKeith Wall2015-03-121-2/+3
|\
| * QPID-6436: Address review comments and fix issues caused by ACL refactoringAlex Rudyy2015-03-121-2/+3
| * QPID-6436: [Java Broker] Move ACL functionality scattered over the configured...Alex Rudyy2015-03-101-24/+0
| * QPID-6425 : [Java Broker] Allow for local and global name equivalence on virt...Robert Godfrey2015-03-021-0/+25
| * QPID-6424 : Implement Connection.Redirect in 0-8/9/9-1Robert Godfrey2015-03-011-0/+7
| * QPID-6418 : [Java Broker] Use annotation to denote managed object which manag...Robert Godfrey2015-02-261-1/+1
| * QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-191-0/+27
* | Merge from trunkKeith Wall2015-03-121-23/+0
* | Refactor use of futuresRobert Godfrey2015-03-102-23/+9
* | Add sync/async varients to most ACO methodsKeith Wall2015-03-092-46/+119
* | merge from trunkKeith Wall2015-03-032-1/+60
* | Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-197-48/+118
|/
* QPID-6333: [Java Broker] Upgrade BDB JE version to 5.0.104Alex Rudyy2015-01-222-7/+9
* QPID-6259: Fix stopping of BDB committer from committer threadAlex Rudyy2015-01-201-7/+10
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-291-16/+0
* QPID-6289: [Java Broker] Fix for failing BDB system test caused by rev 1648039Keith Wall2014-12-292-444/+476
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-274-9/+23
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-071-3/+4
* QPID-6239 : [Java Broker] redirect embedded database error logs to common bro...Robert Godfrey2014-11-213-3/+153
* QPID-6222: [Java Broker] Shutdown the replica virtualhostnode if it runs out ...Keith Wall2014-11-181-4/+18
* QPID-6208: [Java Broker] Fix defect that prevents the permitted node list fro...Keith Wall2014-11-181-1/+2
* QPID-6225: [Java Broker] Reduce the frequency with with the failure to ping a...Keith Wall2014-11-131-5/+37
* QPID-6224: [Java Broker] BDB / BDB-HA VH now cleans all log files and perform...Keith Wall2014-11-124-21/+52
* QPID-6222: Halt broker on running out of disk spaceAlex Rudyy2014-11-113-2/+53
* QPID-6208: [Java Broker] Avoid possibility of race condition when setting the...Keith Wall2014-11-102-14/+10
* QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-081-1/+1
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-083-13/+12
* QPID-6216: [Java Broker] HA: On conditions causing environment restart, notif...Keith Wall2014-11-061-1/+17
* QPID-6208: PermittedNodeList seen to disappear while performing certain HA op...Andrew MacBean2014-11-041-7/+16
* QPID-6209: [Java Broker] Ensure node discoverer returns a value for every nod...Keith Wall2014-11-041-0/+2
* QPID-6201: [Java Broker] HA use separate single thread executor to deliver JE...Keith Wall2014-10-301-1/+4
* QPID-6180: [Java Broker] Cannot create BDB HA group on Windows development en...Andrew MacBean2014-10-241-1/+3
* QPID-6125 : make coalescing committer commit on stop if environment still viableRobert Godfrey2014-10-221-10/+23
* QPID-6154: [Java Broker] Fix race condition that would cause an ReplicatedEnv...Keith Wall2014-10-221-17/+15
* QPID-6173: [Java Broker] Disallow attribute updates to the BDBHAReplicaVirtua...Keith Wall2014-10-211-0/+9
* QPID-6154: [Java Broker] HA - Handle rollback of node when use of weak durabi...Keith Wall2014-10-213-21/+52
* QPID-6169: [Java Broker] HA Prevent IllegalStateException possibility from re...Keith Wall2014-10-201-2/+13
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-171-41/+14
* QPID-6144: Throw ConnectionScopedRuntimeException for IllegalStateException t...Alex Rudyy2014-10-107-49/+69
* QPID-6143: Throw ConnectionScopedRuntimeException from ReplicatedEnvironmentF...Alex Rudyy2014-10-101-2/+2
* QPID-6134: [Java Broker] added operational logging call to additional intrude...Andrew MacBean2014-10-101-0/+1
* QPID-6134: [Java Broker] Restarting a node that has detected an intruder shou...Andrew MacBean2014-10-081-22/+43
* QPID-6136: [Java Broker] Set permitted nodes on replica BDB HA VHN only when ...Alex Rudyy2014-10-081-4/+4
* NO-JIRA: [Java Tests] Improve logging to help understand sporadically failed ...Keith Wall2014-10-071-1/+7
* QPID-6126: Improve validation and exception messages for BDB HA nodeAlex Rudyy2014-10-022-40/+34
* QPID-6126: Invoke on-create validation after common validation, delete CO if ...Alex Rudyy2014-10-021-12/+17
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-012-36/+114
* QPID-6111: [Java Broker] Ensure that when the REF is shutdown sufficient time...Keith Wall2014-09-241-10/+40
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-242-17/+5
* QPID-6111: [Java Broker] HA - Ensure that when the REF is shutdown sufficient...Keith Wall2014-09-231-28/+50