| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-3401 Checking the proposed changes into a branch to preserve history & c...address-refactor | Rajith Muditha Attapattu | 2011-10-14 | 2 | -131/+185 |
| * | QPID-3546: update the highestDeliveryTag marker during failover to prevent th... | Robert Gemmell | 2011-10-13 | 1 | -1/+1 |
| * | NO-JIRA: increase the receive timeouts using the existing constant in order t... | Robert Gemmell | 2011-10-12 | 1 | -7/+7 |
| * | QPID-3542: Java client does not ack non-matching messages when using client s... | Keith Wall | 2011-10-11 | 1 | -36/+31 |
| * | NO-JIRA: update various tests to try and avoid their sporadic failure on the ... | Robert Gemmell | 2011-10-07 | 3 | -15/+14 |
| * | NO-JIRA: allow test to take longer when run on a persistent broker, due to sp... | Robert Gemmell | 2011-10-07 | 1 | -1/+2 |
| * | QPID-3526: ensure that the session is marked clean after message.acknowledge(... | Robert Gemmell | 2011-10-07 | 1 | -0/+25 |
| * | QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ... | Keith Wall | 2011-10-06 | 3 | -283/+276 |
| * | QPID-3524, QPID-3525, QPID-3526, QPID-3527: add new failover behaviour tests ... | Robert Gemmell | 2011-10-06 | 1 | -0/+924 |
| * | QPID-3525: stop the client from accidentally consuming the messages it is act... | Robert Gemmell | 2011-10-06 | 1 | -5/+4 |
| * | QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall... | Robert Gemmell | 2011-10-06 | 3 | -404/+83 |
| * | QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/... | Robert Gemmell | 2011-09-30 | 4 | -27/+24 |
| * | QPID-3513: Avoid use of shell script clean-dir during test cycle | Keith Wall | 2011-09-29 | 1 | -52/+49 |
| * | QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from... | Keith Wall | 2011-09-28 | 3 | -28/+17 |
| * | QPID-3444, QPID-3363: update destinations in AddressBasedDestinationTest to u... | Robert Gemmell | 2011-09-25 | 2 | -6/+5 |
| * | QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests... | Robert Gemmell | 2011-09-25 | 2 | -4/+4 |
| * | QPID-3332: Separate open/idle transaction timeout tests to remove the possibi... | Keith Wall | 2011-09-23 | 4 | -312/+198 |
| * | QPID-3501: LogMonitor duplicates chunks of log file if it fails to find match... | Keith Wall | 2011-09-23 | 4 | -28/+23 |
| * | QPID-3501: LogMonitor can corrupt test logs files and cause tests subclassing... | Keith Wall | 2011-09-22 | 12 | -60/+127 |
| * | QPID-3493: FailoverMethodTest.testFailoverSingleDelay occasionally fails on s... | Keith Wall | 2011-09-19 | 1 | -2/+2 |
| * | QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr... | Keith Wall | 2011-09-19 | 2 | -36/+24 |
| * | QPID-2672: Unroutable persistent messages should be immediately removed from ... | Keith Wall | 2011-09-15 | 1 | -7/+44 |
| * | QPID-3486: Make connector server port used for JMX configurable. | Keith Wall | 2011-09-14 | 2 | -4/+5 |
| * | QPID-3428: fix excludes after test related changes from to prior patch feebac... | Robert Gemmell | 2011-09-13 | 1 | -2/+14 |
| * | QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s... | Robert Gemmell | 2011-09-13 | 1 | -6/+22 |
| * | QPID-3459: Increments delivery counter before transfering message to client i... | Robert Gemmell | 2011-09-12 | 1 | -1/+1 |
| * | QPID-2627 : Remove dependency on MINA | Robert Godfrey | 2011-09-09 | 3 | -11/+12 |
| * | QPID-3467: replace the 'connection id' with the Username of the logged in use... | Robert Gemmell | 2011-09-07 | 1 | -55/+0 |
| * | QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ... | Robert Godfrey | 2011-09-07 | 6 | -131/+29 |
| * | QPID-3373 I forgot to ensure the correct port is used in the connection | Rajith Muditha Attapattu | 2011-09-02 | 1 | -1/+3 |
| * | QPID-3373 Adding a test case for this issue. | Rajith Muditha Attapattu | 2011-08-31 | 1 | -0/+39 |
| * | QPID-3453: Fixes an issue with closing of detached session | Keith Wall | 2011-08-26 | 1 | -0/+26 |
| * | QPID-3266: Tidy up housekeeping configuration option for scheduling frequency | Keith Wall | 2011-08-26 | 4 | -4/+4 |
| * | QPID-3454: System test StreamMessageTest would not detect regression in Strea... | Keith Wall | 2011-08-26 | 1 | -20/+25 |
| * | QPID-1004: delete dead test (as recommended on the JIRA) since it was exclude... | Robert Gemmell | 2011-08-25 | 1 | -154/+0 |
| * | NO-JIRA: remove test config for Logger which is no longer used, move test sta... | Robert Gemmell | 2011-08-21 | 2 | -42/+7 |
| * | QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec... | Robert Gemmell | 2011-08-18 | 5 | -7/+6 |
| * | NO-JIRA: delete dead test (only runs against CPP brokers when run on linux, b... | Robert Gemmell | 2011-08-18 | 1 | -108/+0 |
| * | QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact... | Robert Gemmell | 2011-08-18 | 5 | -157/+220 |
| * | QPID-2903, QPID-3390, QPID-3392: split tests into those with and without exch... | Robert Gemmell | 2011-08-04 | 1 | -15/+97 |
| * | QPID-2881 Modified the testSubscriptionForSameDestination to cover for | Rajith Muditha Attapattu | 2011-08-03 | 1 | -1/+1 |
| * | QPID-3377 Modified an existing test case to cover this issue. | Rajith Muditha Attapattu | 2011-08-02 | 1 | -1/+12 |
| * | QPID-3381 Provided the ability to retrieve the routing key from a JMS message... | Rajith Muditha Attapattu | 2011-08-02 | 1 | -5/+8 |
| * | QPID-3263 Applying patch from Weston Price with the following modifications. | Rajith Muditha Attapattu | 2011-08-02 | 1 | -0/+116 |
| * | QPID-3359: revert testNoFailover to run in same-vm profiles only | Robert Gemmell | 2011-07-15 | 1 | -2/+34 |
| * | QPID-2498: upgrade Mina to 1.1.7. | Robert Gemmell | 2011-07-14 | 1 | -1/+1 |
| * | QPID-3345: restore/add ability to use sys props to select the NetworkTranspor... | Robert Gemmell | 2011-07-14 | 1 | -24/+5 |
| * | QPID-3269 | Rajith Muditha Attapattu | 2011-07-08 | 1 | -8/+34 |
| * | QPID-3343: refactor test profiles to allow testing within the same JVM for al... | Robert Gemmell | 2011-07-07 | 30 | -930/+143 |
| * | QPID-2815: refactor broker startup to present a clean interface interface for... | Robert Gemmell | 2011-07-07 | 13 | -74/+282 |