| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-2650: make PST check the recovered messages more precisely, and more inf... | Robert Gemmell | 2010-06-08 | 1 | -2/+10 |
| * | Cluster handle connection-negotiation phase in local broker. | Alan Conway | 2010-06-08 | 10 | -179/+112 |
| * | made minor changes to get testkit running again. | Rajith Muditha Attapattu | 2010-06-08 | 1 | -26/+9 |
| * | Wove in the documentation pages. | Jonathan Robie | 2010-06-08 | 5 | -35/+100 |
| * | Adjusted the capacity test case, verify the change made in rev 949083. | Rajith Muditha Attapattu | 2010-06-07 | 1 | -7/+16 |
| * | Removing commented out code. | Rajith Muditha Attapattu | 2010-06-07 | 1 | -6/+1 |
| * | For testOderingWithSyncConsumer I added a timeout for the individual receive(... | Rajith Muditha Attapattu | 2010-06-07 | 1 | -3/+12 |
| * | QPID-2634: set/correct broker+common script line ending properties depending ... | Robert Gemmell | 2010-06-07 | 2 | -20/+20 |
| * | QPID-2634: use ant fixcrlf task as part of the broker packaging process to en... | Robert Gemmell | 2010-06-07 | 1 | -1/+2 |
| * | Don't set USER callback, AUTHNAME is sufficient | Gordon Sim | 2010-06-07 | 1 | -4/+0 |
| * | QPID-2649: Ensure timer is stopped before we start deleting broker members | Gordon Sim | 2010-06-07 | 1 | -0/+1 |
| * | Windows SDK work: | Andrew Stitcher | 2010-06-04 | 9 | -1153/+159 |
| * | Eliminate windows warning | Andrew Stitcher | 2010-06-04 | 1 | -1/+1 |
| * | Fixed sporadic failure of cluster_tests.py sasl_test | Alan Conway | 2010-06-04 | 2 | -4/+5 |
| * | Fix initialization-order problem with URL protocol tags. | Alan Conway | 2010-06-04 | 2 | -9/+31 |
| * | QPID-2599: restore log4j settings files which are not named log4j.xml or log4... | Robert Gemmell | 2010-06-04 | 6 | -0/+233 |
| * | QPID-2632 : Applied patch from Andrew Kennedy. To convert RST and PPT to QTCs... | Martin Ritchie | 2010-06-04 | 4 | -18/+8 |
| * | Only build perftest scripts if we have changed them. Shaves 14s of the build ... | Martin Ritchie | 2010-06-04 | 1 | -1/+11 |
| * | QPID-2632 : External broker profile actually needs an InVM broker created to ... | Martin Ritchie | 2010-06-03 | 4 | -11/+60 |
| * | QPID-1447 : Ensure we only attempt to load plugins that are configured and so... | Martin Ritchie | 2010-06-03 | 1 | -3/+7 |
| * | Cleanup code. Configuration security.access is not used anymore | Martin Ritchie | 2010-06-03 | 8 | -26/+8 |
| * | QPID-2633 : Move destinationConsumer count logic to before the consumer is re... | Martin Ritchie | 2010-06-03 | 1 | -8/+15 |
| * | Increase ExpiredMessageCheck time period to ensure test succesfully runs | Martin Ritchie | 2010-06-03 | 1 | -1/+1 |
| * | QPID-1447 : Update SCD for MessageAge when queue is empty at consumer connect... | Martin Ritchie | 2010-06-03 | 1 | -3/+12 |
| * | QPID-1447 : Add additional testing for null TopicDelete Policy Configuration ... | Martin Ritchie | 2010-06-03 | 2 | -11/+57 |
| * | QPID-2632 : Encorporated changes from Andrew Kennedy, cleanup PPT and extend ... | Martin Ritchie | 2010-06-03 | 1 | -17/+5 |
| * | QPID-2581 : Update Plugins that use configuration to only throw Configuration... | Martin Ritchie | 2010-06-03 | 17 | -99/+206 |
| * | Remove Plugin.isConfigured Only configured plugins should be created | Martin Ritchie | 2010-06-03 | 7 | -91/+81 |
| * | QPID-2632 : Ensure additional broker unit tests extend IBBC | Martin Ritchie | 2010-06-03 | 8 | -50/+25 |
| * | Remove dependency on qpid::sys::AbsTime (which uses boost on Windows) | Andrew Stitcher | 2010-06-03 | 1 | -6/+6 |
| * | QPID-2644 - Console examples sometimes fail due to not waiting for the broker... | Ted Ross | 2010-06-03 | 3 | -7/+9 |
| * | 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 |