summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-6224: [Java Broker] BDB / BDB-HA VH now cleans all log files and perform...Keith Wall2014-11-124-21/+52
* QPID-6223 : [Java Broker] reduce the number of housekeeping threads created b...Robert Godfrey2014-11-121-9/+1
* QPID-6222: Halt broker on running out of disk spaceAlex Rudyy2014-11-114-2/+58
* QPID-5671: [linearstore] Add ability to use disk partitions and select per-qu...Kim van der Riet2014-11-105-5/+82
* QPID-6208: [Java Broker] Avoid possibility of race condition when setting the...Keith Wall2014-11-102-14/+10
* QPID-6167: allow 0-10 to be disabledGordon Sim2014-11-1012-142/+66
* QPID-5538: remove log statement inadvertently addedGordon Sim2014-11-101-1/+0
* QPID-5927: allow for whitespace in passwordGordon Sim2014-11-101-1/+1
* QPID-6219: [Java Broker] Fix failing BrokerLoggingTest introduced by my previ...Keith Wall2014-11-091-3/+5
* QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-083-5/+3
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-0819-32/+227
* QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica sync...Keith Wall2014-11-089-33/+81
* QPID-6219: [Java Broker] Configure logging before using QpidService to avoid ...Keith Wall2014-11-082-8/+9
* QPID-6218: no need to retreieve external resourcesGordon Sim2014-11-072-1/+23
* QPID-6127 : Disallow TRACE and other non websocket activities on WebSocket portsRobert Godfrey2014-11-071-15/+34
* QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server imple...Robert Godfrey2014-11-062-0/+90
* QPID-6203: Prevent broker startup when invalid directory is passed to --sasl-...Justin Ross2014-11-061-2/+39
* NO-JIRA: [Java Tests] MultiNodeTest - restore thread name after starting a JE...Keith Wall2014-11-061-2/+11
* QPID-6125: [Java Broker] Partial revert so that closeConnection will once aga...Keith Wall2014-11-061-31/+44
* QPID-6216: [Java Broker] HA: On conditions causing environment restart, notif...Keith Wall2014-11-061-1/+17
* QPID-6212: WinSDK build script - add hooks for specifying shared Proton insta...Charles E. Rolke2014-11-051-15/+48
* NO-JIRA: [Java Tests] Increase timeout to resolve a spruious timeout on a slo...Keith Wall2014-11-051-6/+14
* QPID-6214: [Java Broker] Change asynch recoverer to allow for task cancellationKeith Wall2014-11-054-17/+80
* QPID-6213: only restart timer once all queues have been purgedGordon Sim2014-11-051-2/+7
* QPID-6210: [Java Broker] VHMBean#createNewQueue revert to throwing IllegalArg...Keith Wall2014-11-042-1/+28
* QPID-6208: PermittedNodeList seen to disappear while performing certain HA op...Andrew MacBean2014-11-041-7/+16
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-045-7/+150
* QPID-6209: [Java Broker] Ensure node discoverer returns a value for every nod...Keith Wall2014-11-041-0/+2
* QPID-5671: [linearstore] Add ability to use disk partitions and select per-qu...Kim van der Riet2014-11-0416-179/+273
* QPID-6108: [Java Documentation] Restore MD5PasswordFile provider details acci...Keith Wall2014-11-031-25/+42
* QPID-6205 : [Java Client] 0.8/0.9.x JMS client leaks transport threads and so...Robert Godfrey2014-11-021-19/+26
* QPID-6206 : [Java Client] create new AMQDecoder for every reconnection attemptRobert Godfrey2014-10-312-2/+9
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue consu...Robert Godfrey2014-10-311-0/+4
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue consu...Robert Godfrey2014-10-313-10/+52
* QPID-6108: [Java Documentation] Refactor security/auth providers section into...Keith Wall2014-10-3017-292/+518
* QPID-6202: [Java Broker] Ensure AMQProtocolEngine#closeSession() completes cl...Keith Wall2014-10-301-17/+46
* QPID-6201: [Java Broker] HA use separate single thread executor to deliver JE...Keith Wall2014-10-301-1/+4
* QPID-6196: Add synchronization lock into AbstractConfiguredObject.unregisterC...Alex Rudyy2014-10-302-121/+6
* QPID-6200: Change broker upgraders to upgrade virtual host data from model 1....Alex Rudyy2014-10-302-39/+226
* QPID-6199: [Java Broker] Enhance BDBStoreUpgradeTestPreparer to create sorted...Alex Rudyy2014-10-301-19/+100
* NO-JIRA: [Java Broker Tests] HA - Improve testcase testTransferMasterWhilstMe...Keith Wall2014-10-301-19/+25
* QPID-6198 : [Java Broker] do not retain unnecesary references to transfers wh...Robert Godfrey2014-10-301-0/+4
* QPID-5538: simple heartbeat enablement over 1.0 for brokerGordon Sim2014-10-292-4/+51
* QPID-6196: Add synchronization on CO registration to avoid creation of object...Alex Rudyy2014-10-293-15/+144
* QPID-5650: Move attribute names into upgrader constantsAlex Rudyy2014-10-291-4/+4
* QPID-6110 : mark connection as unconnected if attempt to establish connection...Robert Godfrey2014-10-291-0/+8
* QPID-6194: [Java Broker] explicitly set broker.failStartupWithErroredChild fo...Andrew MacBean2014-10-291-0/+4
* QPID-6194: [Java Broker] Add option to prevent Broker startup when it has ERR...Andrew MacBean2014-10-293-29/+80
* QPID-6192: [Java Broker] Add supporting test case guarding case when failover...Keith Wall2014-10-291-0/+101
* QPID-6195: Stop recovering records being updated in one upgrader and removed ...Alex Rudyy2014-10-282-0/+54