| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add tail of broker log to exception message when broker fails to start. | Alan Conway | 2010-06-03 | 1 | -9/+13 |
| * | QPID-2589 - Build DLLs and EXEs usable on both 32 and 64-bit architectures. | Ted Ross | 2010-06-03 | 10 | -15/+181 |
| * | QPID-2640: Don't try to cast integer-like values during parsing; leave as str... | Gordon Sim | 2010-06-03 | 1 | -3/+0 |
| * | Eliminated various dead links. | Jonathan Robie | 2010-06-02 | 7 | -21/+59 |
| * | Fix error string for invalid options, fix exception handling in qpid_send/qpi... | Alan Conway | 2010-06-02 | 3 | -17/+19 |
| * | Add the ASF License to various classes currently missing it | Robert Gemmell | 2010-06-02 | 21 | -3/+423 |
| * | QPID-2004: Now that connections are cleaned up on shutdown, some cluster safe... | Gordon Sim | 2010-06-02 | 2 | -3/+0 |
| * | QPID-2639: copy the old QpidTestCase@950614 to the new QpidBrokerTestCase, re... | Robert Gemmell | 2010-06-02 | 1 | -0/+1345 |
| * | QPID-2639: add ASF licence and correct Logger class to updated QpidTestCase, ... | Robert Gemmell | 2010-06-02 | 2 | -1346/+21 |
| * | QPID-2581 : Update Plugins to have a consistent configure(ConfigurationPlugin... | Martin Ritchie | 2010-06-02 | 13 | -95/+61 |
| * | QPID-2632 : Fix test that need to modify the configuration before starting th... | Martin Ritchie | 2010-06-02 | 8 | -124/+133 |
| * | QPID-2632 : Update test to use the testName'd queue by default not 'test' | Martin Ritchie | 2010-06-02 | 1 | -1/+1 |
| * | QPID-2632 : Move the creation of the default virtualhosts in the xml config t... | Martin Ritchie | 2010-06-02 | 1 | -15/+23 |
| * | QPID-2632 : extra plugins require common/test for the test NetworkDriver | Martin Ritchie | 2010-06-02 | 2 | -12/+7 |
| * | QPID-2632 : Update SCD to use IBBC | Martin Ritchie | 2010-06-02 | 5 | -23/+13 |
| * | QPID-2632 : Updated actor test for IBBC. | Martin Ritchie | 2010-06-02 | 7 | -71/+39 |
| * | QPID-2632 : Update to ensure multiple virtualhosts are actually added, requir... | Martin Ritchie | 2010-06-02 | 1 | -5/+6 |
| * | QPID-2632 : IBBC update and removed most local variable declartion as this wa... | Martin Ritchie | 2010-06-02 | 1 | -37/+12 |
| * | QPID-2632 : Updated as per other tests for IBBC, with setUp/tearDown | Martin Ritchie | 2010-06-02 | 1 | -7/+11 |
| * | QPID-2632 : Updated AMQQueueAlertTest to use configure() to set ExpiredMessag... | Martin Ritchie | 2010-06-02 | 1 | -45/+23 |
| * | QPID-2623 : Simple changes to classes that extended TestCase, now they extend... | Martin Ritchie | 2010-06-02 | 22 | -166/+86 |
| * | QPID-2632 : Update IBBC and TestApplicationRegistry to provide default test v... | Martin Ritchie | 2010-06-02 | 2 | -20/+64 |
| * | QPID-2632 : Remove NullApplicationRegistry | Martin Ritchie | 2010-06-02 | 3 | -153/+3 |
| * | QPID-2632 - Cleaned up PluginTest, it now simply uses the configure() method ... | Martin Ritchie | 2010-06-02 | 1 | -18/+5 |
| * | QPID-2632 : A couple of tests in Systests are actually InVM only tests but ar... | Martin Ritchie | 2010-06-02 | 4 | -42/+39 |
| * | QPID-2632 : Updating ManagementConsoleTest to use IBBC required added broker/... | Martin Ritchie | 2010-06-02 | 2 | -9/+4 |
| * | QPID-1447 : Fully comment tests and ensure asserts are made in all test cases | Martin Ritchie | 2010-06-02 | 4 | -37/+183 |
| * | QPID-1447 : Finish testing SCD plugin, | Martin Ritchie | 2010-06-02 | 2 | -35/+217 |
| * | QPID-1447 : Add Logging to SCD. Update PluginManager to expose the logging pa... | Martin Ritchie | 2010-06-02 | 6 | -10/+70 |
| * | QPID-2625 : Update GenerateLogMessages to probe the property file for 3-Digit... | Martin Ritchie | 2010-06-02 | 10 | -41/+106 |
| * | Excluded the following tests using the new mechanism introduced in QPID-2639 | Rajith Muditha Attapattu | 2010-06-02 | 7 | -14/+16 |
| * | QPID-2639 | Rajith Muditha Attapattu | 2010-06-02 | 85 | -171/+181 |
| * | QPID-2639 | Rajith Muditha Attapattu | 2010-06-02 | 2 | -1322/+1348 |
| * | Fixed sporadic client "reserved bits not 0" exceptions with cluster + encrypt... | Alan Conway | 2010-06-02 | 1 | -1/+1 |
| * | Delete empty cpp/src/tests/sasl_config dir which is being touched and removed... | Robert Gemmell | 2010-06-02 | 0 | -0/+0 |
| * | Correct reference to test exe | Stephen D. Huston | 2010-06-02 | 1 | -2/+2 |
| * | QPID-664: Changed default for reconnect to false as that is more intuitive (e... | Gordon Sim | 2010-06-02 | 1 | -1/+1 |
| * | QPID-2637: Mark connection as failed if read from socket fails | Gordon Sim | 2010-06-02 | 1 | -0/+1 |
| * | QPID-2004: Send disconnected event to any handles still registered after shut... | Gordon Sim | 2010-06-01 | 5 | -2/+62 |
| * | QPID-2636: Ensure close is called for a disconnect preventing occasional leak... | Gordon Sim | 2010-06-01 | 2 | -13/+8 |
| * | Change verbosity back to 0. Oops. | Michael Goulish | 2010-06-01 | 1 | -1/+1 |
| * | Source cluster environment checks in run_cluster_authentication_test/_soak. | Alan Conway | 2010-06-01 | 2 | -2/+8 |
| * | Fix memory error in failover_soak.cpp. | Alan Conway | 2010-06-01 | 1 | -1/+2 |
| * | Don't use guest/guest default username/password, use None instead (this allow... | Gordon Sim | 2010-06-01 | 1 | -2/+2 |
| * | Added pkg-config support for qpid C++ client libraries. | Alan Conway | 2010-05-31 | 3 | -0/+15 |
| * | QPID-2520: use os.pathsep in genpom to allow it to function on Windows | Robert Gemmell | 2010-05-31 | 1 | -1/+1 |
| * | QPID-2526: quote arguments to allow building with spaces in path | Robert Gemmell | 2010-05-31 | 2 | -4/+8 |
| * | QPID-2422: fix passing of the queue exclusivity argument during recovery as i... | Robert Gemmell | 2010-05-31 | 1 | -1/+1 |
| * | QPID-2624: Check whether virtualhosts configuration file exists | Robert Gemmell | 2010-05-31 | 2 | -0/+33 |
| * | QPID-2585: Update extras OSGi plugin to work with latest interfaces | Robert Gemmell | 2010-05-31 | 5 | -83/+62 |