summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-6418 : Merged 1662473,1662489 onto 0.32 branchRobert Godfrey2015-02-271-1/+1
* QPID-6407: Edit dialogue for BDB HA does not faithfully populate attributes n...Keith Wall2015-02-245-11/+8
* QPID-6398: [Java Broker] Update web management console UI to invoke dojo pars...Keith Wall2015-02-2410-40/+71
* QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-191-0/+27
* 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-6276: [Java Broker] Enhance the virtualhost UI to support upload/downloa...Keith Wall2014-12-192-0/+6
* 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-6235: Include backup-log4j.xml into bdbstore jarAlex Rudyy2014-11-191-0/+0
* 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-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica sync...Keith Wall2014-11-085-19/+40
* 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-6149: Use better names for the domain of BDB HA node priorityAlex Rudyy2014-10-132-3/+3
* 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
* NO-JIRA: [Java Broker] UI change to update BDB HA permitted nodes hidden fiel...Andrew MacBean2014-09-291-0/+1
* 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
* QPID-6102: [Java Broker] HA Prevent InsufficientReplica/InsufficientAckExcept...Keith Wall2014-09-231-0/+2
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-172-20/+12
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-152-33/+33