summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/virtualhost/berkeleydb
Commit message (Expand)AuthorAgeFilesLines
* QPID-6436: Address review comments and fix issues caused by ACL refactoringAlex Rudyy2015-03-121-2/+3
* 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-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-191-0/+27
* 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-272-4/+8
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-081-12/+0
* QPID-6173: [Java Broker] Disallow attribute updates to the BDBHAReplicaVirtua...Keith Wall2014-10-211-0/+9
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-6/+1
* QPID-6048: Move permitted nodes attribute into BDB HA VH in order to be able ...Alex Rudyy2014-08-272-51/+0
* QPID-6018 : [Java Broker] Add an attribute to the ManagedObject annotation to...Robert Godfrey2014-08-191-1/+1
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-111-1/+1
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-062-19/+33
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-061-0/+12
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-281-0/+7
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-042-0/+49
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-262-3/+4
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-265-36/+121
* QPID-5846: Fix NPE in org.apache.qpid.server.virtualhost.berkeleydb.BDBHAVirt...Alex Rudyy2014-06-251-1/+1
* QPID-5715: Set BDB message store durability only once on opening of virtual h...Alex Rudyy2014-06-232-34/+16
* QPID-5800: [Java Broker] Refactor BDB message store implementation to separat...Keith Wall2014-06-191-1/+2
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-132-43/+4
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-092-4/+4
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-061-0/+68
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-061-7/+7
* QPID-5715: Use coalescing sync committer for message store transactions only ...Alex Rudyy2014-06-032-21/+54
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-272-0/+196
* QPID-5715: [Java Broker] Address review comments from Alex RudyyKeith Wall2014-05-261-1/+7
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-231-0/+473