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