summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-6168: [Java Broker] Valid values check not to be applied for non mandato...Keith Wall2014-10-212-7/+30
* QPID-6161 : use vhost names rather than vhost node names for the name aliasesRobert Godfrey2014-10-212-14/+3
* QPID-6168: [Java Broker] Move valid value check into the create/change valida...Keith Wall2014-10-202-15/+49
* QPID-6125 : correct the behaviour of exchange declare where the exchange alre...Robert Godfrey2014-10-202-3/+11
* QPID-6168: [Java Broker] Improve unit tests around valid values and setting o...Keith Wall2014-10-205-12/+161
* QPID-6125 : force flush after receiving frameRobert Godfrey2014-10-202-1/+4
* QPID-6168: [Java Broker] Enforce that an attribute's value falls within the d...Keith Wall2014-10-206-9/+97
* QPID-6169: [Java Broker] HA Prevent IllegalStateException possibility from re...Keith Wall2014-10-201-2/+13
* QPID-6125 : ensure exchange-ok is sent promptlyRobert Godfrey2014-10-201-1/+1
* QPID-6138: [Java Perf Tests] Update perf test defs to remove redundant testsAndrew MacBean2014-10-204-98/+1
* QPID-6160: disable SSLv3 in CPP broker and clientKen Giusti2014-10-201-0/+10
* QPID-6125 : ignore headers and bodies when the channel is closedRobert Godfrey2014-10-202-2/+8
* QPID-6162 : add documentationRobert Godfrey2014-10-173-11/+60
* QPID-6164 : add documentation to the client bookRobert Godfrey2014-10-173-21/+39
* QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-1714-41/+540
* QPID-6161 : fix bdb ha tests where the vhn name differs from the vh name by a...Robert Godfrey2014-10-171-6/+19
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-1712-101/+211
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-1726-32/+822
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-17549-56793/+10406
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-1722-658/+1085
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-1742-274/+1207
* NO-JIRA: [Java Tests] Enable client side logging during HA tests to help diag...Keith Wall2014-10-175-0/+8
* QPID-6157: linearstore: segfault when 2 journals request new journal file fro...Pavel Moravec2014-10-171-9/+5
* QPID-6159 : add testRobert Godfrey2014-10-163-4/+32
* QPID-6156 : tidy up and ensure that there is no chance of inadvertantly addin...Robert Godfrey2014-10-164-28/+37
* QPID-6159 : [Java Broker] AbstractConfiguredObject.getContextKeys() should in...Robert Godfrey2014-10-162-2/+5
* QPID-6158: Add sample utility to help to perform stress testing of brokerAlex Rudyy2014-10-163-1/+449
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-1619-42/+311
* QPID-6108: [Java Documentation] Fix table error causing fop error whilst gene...Keith Wall2014-10-152-2/+0
* QPID-6138: [Java Perf Tests] Update perf test chart def descriptionsAndrew MacBean2014-10-1525-25/+25
* QPID-6108: [Java Broker Documentation] Address some comments from Andrew MacbeanKeith Wall2014-10-149-56/+77
* QPID-6150: Add __init__.py to setup.py for linear store.Darryl L. Pierce2014-10-141-1/+2
* QPID-6152: [Java Client] Allow connection/session close time to be overridden...Keith Wall2014-10-142-47/+45
* QPID-6151: [Java Broker Web Management Console] Fix race condition affecting...Keith Wall2014-10-141-1/+2
* QPID-6142: Fix NPE thrown on startup when broker fails to start due to CO val...Alex Rudyy2014-10-148-17/+76
* QPID-6088 : only reset the credit window if the credit window has been expandedRobert Godfrey2014-10-141-1/+4
* QPID-6108: [Java Broker Documentation] Add statement that message compressio...Keith Wall2014-10-131-8/+9
* QPID-6108: [Java Broker Documentation] Document message compression client/b...Keith Wall2014-10-138-68/+194
* QPID-6149: Use better names for the domain of BDB HA node priorityAlex Rudyy2014-10-132-3/+3
* QPID-6148: purging TTL expired messages via purge task should not increase ac...Pavel Moravec2014-10-131-2/+0
* QPID-6138: [Java Perf Tests] Update perf test profiles replacing persistent/a...Andrew MacBean2014-10-132-7/+10
* NO-JIRA: Fix duplicate id "ha-broker-options" in broker docbook source.Alan Conway2014-10-131-1/+1
* QPID-6147: missing journal id in "trace Mgmt create journal." logPavel Moravec2014-10-132-3/+2
* QPID-6108: [Java Broker Documentation] Fix erroneously duplicated id in docbookKeith Wall2014-10-121-4/+4
* QPID-6108: [Java Broker Documentation] Rewrite HA documentation to reflect t...Keith Wall2014-10-1252-1072/+842
* QPID-6108: [Java Broker Documentation] Add summary of background recoveryKeith Wall2014-10-122-5/+45
* QPID-6145: [Java Broker Documentation] Add new operational log messages.Keith Wall2014-10-122-3/+26
* QPID-6144: Throw ConnectionScopedRuntimeException for IllegalStateException t...Alex Rudyy2014-10-108-50/+70
* QPID-6140: [C++ Messaging] hello_world does not define Messaging i/f completelyCharles E. Rolke2014-10-102-4/+4
* QPID-6145: [Java Broker] Write operational log message when flow to disk acti...Keith Wall2014-10-103-1/+91