summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-6233: [Java Broker] Update operational logging appendix in Java Broker d...Alex Rudyy2014-11-181-0/+109
* QPID-6226: [Java Broker] Change queue.declare so that on the passive path, ex...Keith Wall2014-11-182-42/+60
* QPID-6231: [Perftests framework] Make performance frameworkAlex Rudyy2014-11-187-14/+216
* QPID-6232: [C++ broker] Linearstore segfaults when ulimit prevents creating n...Pavel Moravec2014-11-183-1/+6
* QPID-6230 [linearstore] qpid-qls-analyze fails when analyzing empty journalKim van der Riet2014-11-181-0/+2
* 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-6228: [Performance Tests] Add simple tests to measure performance in HA ...Alex Rudyy2014-11-173-0/+173
* QPID-6227: [Java Broker] Use maven resource filtering to interpolate version ...Keith Wall2014-11-142-1/+11
* QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to hardc...Keith Wall2014-11-142-15/+34
* QPID-6203: Fix a test failure introduced by revision 1637122Justin Ross2014-11-131-1/+4
* QPID-6225: [Java Broker] Reduce the frequency with with the failure to ping a...Keith Wall2014-11-131-5/+37
* QPID-6158: Close consumer session when 'closeConsumers' argument is specified...Alex Rudyy2014-11-131-1/+1
* 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
* NO-JIRA : Remove empty directoriesRobert Godfrey2014-11-070-0/+0
* 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