| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QPID-631 : Patch provided by Aidan Skinner to address the errors in the Messa... | Martin Ritchie | 2007-10-10 | 1 | -4/+4 |
| * | Changed maxPending to be by message correlation id. | Rupert Smith | 2007-10-10 | 1 | -16/+21 |
| * | Removed debug logging from performance test code. | Rupert Smith | 2007-10-10 | 1 | -3/+3 |
| * | Changed tests to use global maxPending limit, rather than per producer. | Rupert Smith | 2007-10-10 | 1 | -7/+7 |
| * | QPID-627 : Update provided by Aidan Skinner to correctly close resources used... | Martin Ritchie | 2007-10-10 | 1 | -0/+2 |
| * | QPID-578 : Queue Deletion causes unacked msgs to be discard resulting in the ... | Martin Ritchie | 2007-10-10 | 3 | -4/+28 |
| * | Qpid-627 Patch provided by Aidan Skinner to address hangs in DurableSubscript... | Martin Ritchie | 2007-10-09 | 1 | -8/+11 |
| * | Qpid-626 : Patch provided by Aidan Skinner to address AMQSession Deadlocks. | Martin Ritchie | 2007-10-09 | 1 | -4/+4 |
| * | QPID-625 : Fix commit rollback test to prevent failures caused by incorrect a... | Robert Godfrey | 2007-10-09 | 1 | -3/+10 |
| * | Update to correct error log that would occur when using selectors. | Martin Ritchie | 2007-10-09 | 1 | -2/+9 |
| * | Update to provide a UUID.randomUUID() when getLocalHost() throws an UnknownHo... | Martin Ritchie | 2007-10-09 | 1 | -7/+14 |
| * | Update to Error message to contain the thrown exception message. | Martin Ritchie | 2007-10-09 | 1 | -1/+1 |
| * | QPID-551 : Patch provided by Aidan Skinner to address problems in info loggin... | Martin Ritchie | 2007-10-05 | 2 | -9/+11 |
| * | Qpid-558 : Patch provided by Aidan Skinner addressing AMQShortString not auto... | Martin Ritchie | 2007-10-05 | 1 | -0/+1 |
| * | Qpid-623 : When only selectors are used on a queue the main _messages queue c... | Martin Ritchie | 2007-10-05 | 2 | -9/+262 |
| * | Turned down test size and rate parameters for pubsub tests. | Rupert Smith | 2007-10-05 | 1 | -274/+274 |
| * | QPID-624 : Forgot to commit updates to test along with BlockingMethodFrameLis... | Martin Ritchie | 2007-10-05 | 1 | -30/+47 |
| * | QPID-624: Update to ensure all errors are correctly processed in BlockingMeth... | Martin Ritchie | 2007-10-05 | 1 | -23/+61 |
| * | QPID-617 : Forgot to commit Test case to validate fix. | Martin Ritchie | 2007-10-05 | 1 | -0/+188 |
| * | Updaded performance tests to better test pub/sub mode with 1:10 fanout. | Rupert Smith | 2007-10-04 | 2 | -284/+276 |
| * | Performance enhancements for the tests, producers stalled individually above ... | Rupert Smith | 2007-10-03 | 2 | -112/+142 |
| * | QPID-614 : Applied supplementary patch from Aidan Skinner. | Martin Ritchie | 2007-10-03 | 1 | -20/+22 |
| * | QPID-584 : Fixed issue where ALL errors are presented to client as a connecti... | Martin Ritchie | 2007-10-03 | 1 | -1/+1 |
| * | Added reliability tests for all ack modes. | Rupert Smith | 2007-10-03 | 2 | -122/+172 |
| * | QPID-617 : Transactional consume does not ack messages. | Martin Ritchie | 2007-10-03 | 1 | -15/+19 |
| * | QPID-615, Added patched version of MINAs VM Pipe cleanup thread. Will replace... | Rupert Smith | 2007-10-02 | 3 | -10/+250 |
| * | Turned down logging on perftests again. | Rupert Smith | 2007-10-02 | 1 | -43/+43 |
| * | QPID-616. Corrected pending message count and pending data size calculations ... | Rupert Smith | 2007-10-02 | 1 | -41/+58 |
| * | QPID-614 : Applied patch supplied by Aidan Skinner | Robert Godfrey | 2007-10-02 | 1 | -28/+51 |
| * | Updated poms to use 0.6-SNAPSHOT version of junit-toolkit and plugin consiste... | Rupert Smith | 2007-10-02 | 2 | -3/+3 |
| * | QPID-611 QPID-620. DurableSubscriptionTest was failing due to a race conditio... | Martin Ritchie | 2007-10-01 | 6 | -31/+64 |
| * | QPID-595 CommitRollbackTest Patch provided by Aidan Skinner to address interm... | Martin Ritchie | 2007-10-01 | 1 | -4/+3 |
| * | QPID-618, QPID-619, patch supplied by Aidan Skinner, test timeout increased. | Rupert Smith | 2007-10-01 | 1 | -1/+1 |
| * | Updated for changes to the junit-toolkit, new xml test listener moved into th... | Rupert Smith | 2007-09-28 | 1 | -102/+1 |
| * | QPID-611 : Queue Total size calculations can cause NPE on broker. Patch suppl... | Martin Ritchie | 2007-09-28 | 1 | -1/+1 |
| * | QPID-597 : TopicSessionTest Failure, Patch supplied by Aidan Skinner. | Martin Ritchie | 2007-09-28 | 1 | -8/+15 |
| * | Interop test case 5 fix. | Rupert Smith | 2007-09-27 | 1 | -1/+1 |
| * | Added test cases 4 and 5, from the updated interop spec. | Rupert Smith | 2007-09-27 | 2 | -8/+41 |
| * | Added test cases 4 and 5, from the updated interop spec. | Rupert Smith | 2007-09-27 | 5 | -4/+846 |
| * | QPID-596 : ConnectionStartTest was broken. I've fixed it but here is the prob... | Martin Ritchie | 2007-09-27 | 1 | -19/+34 |
| * | Update for three tests that don't remove their VMBroker | Martin Ritchie | 2007-09-26 | 3 | -0/+3 |
| * | Added timeout to perftests, wait limit set to higher value to stop threads th... | Rupert Smith | 2007-09-26 | 1 | -2/+2 |
| * | Added timeout to perftests, to fail tests if message loss causes test to jam. | Rupert Smith | 2007-09-26 | 1 | -21/+23 |
| * | Updated the version of slf4j-simple to be one that would work. Changing the s... | Martin Ritchie | 2007-09-26 | 1 | -1/+1 |
| * | Updated TransportConnection to synchronize around the creation/destruction of... | Martin Ritchie | 2007-09-26 | 2 | -65/+80 |
| * | QPID-610 : Fix for ManagementConcole NO_ACK & Msg Expire leaks. Updated AMQQu... | Martin Ritchie | 2007-09-26 | 6 | -57/+222 |
| * | QPID-610 : Fix for Get NO_ACK leak. The Java Client doesn't use get so augmen... | Martin Ritchie | 2007-09-25 | 1 | -0/+5 |
| * | Update to start M2.1 python test broker on port 2100 (management 2101) and fo... | Martin Ritchie | 2007-09-25 | 4 | -5/+10 |
| * | QPID-610 : Fix for Returned Messages leak. Augmented TestableMemoryMessageSto... | Martin Ritchie | 2007-09-25 | 3 | -2/+317 |
| * | QPID-604 Commited patch provided by Aidan Skinner, to prevent NPE in FieldTable. | Martin Ritchie | 2007-09-25 | 1 | -1/+4 |