| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1206: Fix failover and failover tests | Aidan Skinner | 2008-08-05 | 5 | -52/+39 |
| * | Add slf4j deps to perftests, we should move all this to ant | Aidan Skinner | 2008-08-05 | 1 | -0/+25 |
| * | QPID-1215 : Replaced use of FileReader with FileInputStream | Martin Ritchie | 2008-08-04 | 1 | -2/+2 |
| * | improved usage | Rafael H. Schloming | 2008-08-01 | 1 | -5/+5 |
| * | added benchmark tool for java native + jms APIs | Rafael H. Schloming | 2008-08-01 | 2 | -0/+920 |
| * | added tools module to the main build | Rafael H. Schloming | 2008-07-31 | 3 | -2/+4 |
| * | QPID-1210: made qpid-run output level configurable | Rafael H. Schloming | 2008-07-31 | 2 | -13/+29 |
| * | QPID-1207: fixed io transport close to ensure threads shutdown properly | Rafael H. Schloming | 2008-07-31 | 3 | -23/+57 |
| * | This is related to QPID-1208 . | Rajith Muditha Attapattu | 2008-07-31 | 1 | -4/+3 |
| * | qpid-1163: Added test for qpid-1163 (Note: I have checked that this test did ... | Arnaud Simon | 2008-07-31 | 1 | -7/+73 |
| * | qpid-1205: deleted cpp.sync profile, added cpp.noprefetch profile | Arnaud Simon | 2008-07-31 | 2 | -2/+58 |
| * | Fix line break | Aidan Skinner | 2008-07-31 | 1 | -1/+2 |
| * | Turn off TopicSessionTest#testNonMatchingMessagesDoNotFillQueue since c++ bro... | Aidan Skinner | 2008-07-31 | 2 | -2/+3 |
| * | QPID-1192: Make consumer send Selector as part of binding. | Aidan Skinner | 2008-07-30 | 7 | -19/+89 |
| * | added defaulting of QPID_HOME | Rafael H. Schloming | 2008-07-30 | 4 | -2/+13 |
| * | Update QpidTestCase to add /bin to the path for the external broker | Martin Ritchie | 2008-07-30 | 2 | -5/+15 |
| * | QPID-1000 : Made both changes as per JIRA notes | Martin Ritchie | 2008-07-30 | 1 | -4/+8 |
| * | QPID-1072: renamed org.apache.qpidity -> org.apache.qpid | Rafael H. Schloming | 2008-07-29 | 150 | -601/+536 |
| * | QPID-1203: Add 08ExcludeList for external Java broker and make the profile us... | Aidan Skinner | 2008-07-29 | 5 | -7/+42 |
| * | QPID-1203: use slf4j instead of log4j directly | Aidan Skinner | 2008-07-29 | 2 | -3/+4 |
| * | QPID-1203 Don't treat protocol negotiation failure as failover reducing error. | Aidan Skinner | 2008-07-29 | 1 | -4/+2 |
| * | QPID-1201: fixed some brainos in IoSender | Rafael H. Schloming | 2008-07-29 | 1 | -3/+2 |
| * | QPID-1201: fixed up version of aidan's patch, there are still failures when r... | Rafael H. Schloming | 2008-07-29 | 11 | -147/+106 |
| * | removed defaulted entries from the java testprofile | Rafael H. Schloming | 2008-07-29 | 1 | -15/+0 |
| * | Add java test profile | Aidan Skinner | 2008-07-28 | 1 | -0/+18 |
| * | QPID-1200: Only set out and err if we're actually redirecting them. | Aidan Skinner | 2008-07-28 | 1 | -2/+3 |
| * | qpid-1157: added jms tck scripts + README file + config file for setting emai... | Arnaud Simon | 2008-07-23 | 2 | -0/+7 |
| * | QPID-1187 : The broker did not correctly handle subscriptions that would susp... | Martin Ritchie | 2008-07-23 | 1 | -1/+5 |
| * | Updated the io transport to use a separate write thread with a circular buffe... | Rafael H. Schloming | 2008-07-22 | 9 | -414/+536 |
| * | QPID-1185: replaced occurrances of with , also made default.testprofile alwa... | Rafael H. Schloming | 2008-07-20 | 6 | -76/+11 |
| * | QPID-1184: redirect stdout and stderr from QpidTestCase | Rafael H. Schloming | 2008-07-19 | 2 | -0/+27 |
| * | QPID-1182 : Added additional logging to identify the exception that caused Au... | Martin Ritchie | 2008-07-17 | 5 | -19/+35 |
| * | Moved the Reflection Wrapping code used by the system tests to the system tes... | Martin Ritchie | 2008-07-17 | 4 | -5/+5 |
| * | QPID-1177 : Fixed the format of the messages, realised that the transport.Con... | Martin Ritchie | 2008-07-17 | 1 | -6/+2 |
| * | QPID-871 : The shutdown change had a spurious getInstance() call which would ... | Martin Ritchie | 2008-07-16 | 1 | -8/+14 |
| * | Update to the logging to ensure QpidTestCase is always logged and standardize... | Martin Ritchie | 2008-07-16 | 9 | -4/+49 |
| * | QPID-1181 : Added additional logging to help diagnose a NullPointerException | Martin Ritchie | 2008-07-16 | 3 | -1/+5 |
| * | Renamed shutdownServer to restartBroker as that is what is does | Martin Ritchie | 2008-07-16 | 4 | -9/+9 |
| * | QPID-1179 : Adjusted the test size from 100 to 10, this should reduce the lik... | Martin Ritchie | 2008-07-16 | 1 | -26/+48 |
| * | Converted client.failover.FailoverTest so it can utilise the standard mechani... | Martin Ritchie | 2008-07-16 | 3 | -73/+72 |
| * | Added a warning log statement if the TransportConnection autocreates an InVM ... | Martin Ritchie | 2008-07-16 | 1 | -0/+1 |
| * | Changed erroneous error level logging to info level | Martin Ritchie | 2008-07-16 | 2 | -6/+13 |
| * | QPID-1178 : Prevent Rejecting messages destined for known QueueBrowsers | Martin Ritchie | 2008-07-16 | 1 | -3/+15 |
| * | QPID-1177 : Added Protocol Level Debug logging. Uses a final static so should... | Martin Ritchie | 2008-07-15 | 2 | -1/+15 |
| * | QPID-940,QPID-594,QPID-805,QPID-826 : Updated the client exception handling s... | Martin Ritchie | 2008-07-15 | 44 | -929/+1035 |
| * | QPID-984 : Applied fix from M2.1.x that adds requried synchronization around ... | Martin Ritchie | 2008-07-15 | 1 | -98/+81 |
| * | QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidT... | Martin Ritchie | 2008-07-15 | 76 | -15265/+16 |
| * | QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidT... | Martin Ritchie | 2008-07-15 | 115 | -429/+15287 |
| * | fix cpp client, path changes | Aidan Skinner | 2008-07-15 | 1 | -8/+15 |
| * | This is related to QPID-1102. | Rajith Muditha Attapattu | 2008-07-15 | 2 | -28/+27 |