summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | NO-JIRA: Use absolute path for store directory in brokertest.pyAlan Conway2014-11-271-1/+1
* | QPID-6246 : @ManagedAnnotation should only be applied to interfaces which ext...Robert Godfrey2014-11-268-173/+281
* | QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the im...Alex Rudyy2014-11-2614-2/+508
* | QPID-6165 : Add documentation for port connection limitsRobert Godfrey2014-11-263-1/+54
* | QPID-6242: [Java Broker] Avoid "collection is empty" on Windows 7 if the newl...Keith Wall2014-11-261-1/+2
* | QPID-6248 [linearstore] Symlink creation fails if store dir path is not absoluteKim van der Riet2014-11-252-1/+16
* | NO-JIRA: Improve the Timer/TimerTask documentation.Andrew Stitcher2014-11-251-0/+56
* | QPID-6242: [Java Broker] Fix defect on Windows 7 where the newly created empt...Keith Wall2014-11-251-9/+1
* | QPID-6242 : Ensure created directory has sufficient permissions to create a f...Robert Godfrey2014-11-241-3/+37
* | QPID-6245 : [Java Broker] release reference to IncomingMessage once AMQMessag...Robert Godfrey2014-11-241-37/+36
* | QPID-6243 : [Java Broker] Updates to Json configuration stores cause a small ...Robert Godfrey2014-11-221-11/+24
* | NO-JIRA: Fix qpid-cpp-benchmark to work with activemq broker.Alan Conway2014-11-222-2/+19
* | QPID-6242 : AESFileEncrypterFactory does not work on non-POSIX permissioned f...Robert Godfrey2014-11-212-30/+185
* | QPID-6241: Windows build fails. Add c-style cast to 0 for creating a null poi...Charles E. Rolke2014-11-211-1/+1
* | NO-JIRA: Fix qpid-cpp-benchmark to support AMQP 1.0.Alan Conway2014-11-211-22/+63
* | QPID-6239 : [Java Broker] redirect embedded database error logs to common bro...Robert Godfrey2014-11-214-3/+237
* | QPID-4710: fix decoding of transtional outcomeGordon Sim2014-11-201-1/+3
* | QPID-4710: release messages on rollbackGordon Sim2014-11-204-3/+9
* | QPID-6235: Include backup-log4j.xml into bdbstore jarAlex Rudyy2014-11-191-0/+0
* | 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