summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core
Commit message (Expand)AuthorAgeFilesLines
* QPID-5639, QPID-5878 : Ensure that the client gets a chance to evaluate the s...Robert Godfrey2014-08-042-1/+7
* QPID-5957 , QPID-5958 : [Java Broker] Add new methods to mock objects so the ...Robert Godfrey2014-08-031-0/+18
* QPID-5946 : [Java Broker] Add ability to parse PKCS#1 format private keys and...Robert Godfrey2014-08-038-26/+181
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-032-1/+4
* QPID-5957: [Java Broker] Extend the Session model object to expose transactio...Keith Wall2014-08-033-4/+42
* QPID-5937 : Address comments from ~k-wallRobert Godfrey2014-07-311-1/+1
* QPID-5915: [Java Broker] Remove unintentional debug outputKeith Wall2014-07-311-1/+0
* QPID-5915: [Java Broker] Guard the case where client and server sides race to...Keith Wall2014-07-311-1/+17
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-317-39/+173
* QPID-5946 : [Java Broker] Add alternative TrusStore implementation that can u...Robert Godfrey2014-07-304-6/+380
* QPID-5946 : [Java Broker] Add alternative KeyStore implementation that can us...Robert Godfrey2014-07-303-0/+601
* QPID-5940 : [Java Broker] Fix type registry to work when run in testsRobert Godfrey2014-07-301-1/+5
* QPID-5940 : [Java Broker] Add meta-data servletRobert Godfrey2014-07-291-8/+21
* NO-JIRA : remove debugging stack trace dumpRobert Godfrey2014-07-291-1/+0
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-293-3/+8
* QPID-5934 : [Java Broker] Allow TTL to be overridden on a per-Queue basisRobert Godfrey2014-07-285-13/+178
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-287-110/+423
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-2652-3474/+675
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-252-2/+59
* QPID-5907 : [Java Broker] Remove unreferenced messages from the store in asyn...Robert Godfrey2014-07-251-2/+19
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-2522-211/+294
* QPID-5915: [Java Broker] Ensure that closing a Connection model object also c...Keith Wall2014-07-245-26/+111
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-2435-506/+407
* QPID-5918: [Java Broker] Use the interpolation of file.separator to build pat...Keith Wall2014-07-241-4/+4
* QPID-5917 : deleting a user from a SCRAM-* auth provider causes the auth prov...Robert Godfrey2014-07-232-19/+16
* QPID-5796: [Java Broker] Prevent possibility of AOOBE if connection registry ...Keith Wall2014-07-221-42/+45
* QPID-5912: [Java Broker] Prevent failure to send to a consumer on the straigh...Keith Wall2014-07-223-88/+99
* QPID-5903: Apply json escaping mechanism to virtualhost blueprints used in in...Keith Wall2014-07-221-1/+1
* QPID-5768 : Fix error messageRobert Godfrey2014-07-211-1/+1
* QPID-5768 : Allow authenticated LDAP searchRobert Godfrey2014-07-212-2/+41
* QPID-4520 : The deletion of autodelete queue due to autodeletion should not r...Robert Godfrey2014-07-211-2/+20
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-2015-369/+1375
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-203-9/+8
* QPID-5768 : [Java Broker] Add ability to bind without searching for LDAP auth...Robert Godfrey2014-07-182-19/+38
* QPID-5903 : [Java Broker] allow character escaping for JSON in configured obj...Robert Godfrey2014-07-181-1/+12
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-167-12/+21
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-145-1/+580
* QPID-5879 : [Java Broker] JsonConfigStore should take deep copy of Configured...Robert Godfrey2014-07-062-9/+21
* QPID-5878 : [Java Broker] Add SCRAM-SHA-256 SASL supportRobert Godfrey2014-07-066-363/+505
* QPID-5820: added better fix to the problem of arguments not being set. The re...Fraser Adams2014-07-062-5/+1
* JIRA:QPID-5820 Added some defensive code to qmf-ui.js to protect against the ...Fraser Adams2014-07-051-1/+1
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-047-24/+284
* QPID-5877: [Java Broker] Potential for rejected messages to be resent out of ...Andrew MacBean2014-07-041-1/+1
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-044-3/+55
* QPID-5821: [Java Broker] Make JDBC username and password separate attributes ...Andrew MacBean2014-06-261-20/+3
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-262-27/+2
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2635-260/+328
* QPID-5834: [Java Broker] Move validation that prevents to deletion of default...Keith Wall2014-06-247-674/+147
* QPID-5803: [Java Broker] Add a utilised flag to the VHN context after the blu...Keith Wall2014-06-202-33/+160
* QPID-5800: [Java Broker] Defect - prevent JDBC upgrader on throwing exception...Keith Wall2014-06-191-1/+1