| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improved log message | Gordon Sim | 2009-03-04 | 1 | -1/+1 |
| * | Added some extra debug information on failover time. | Gordon Sim | 2009-03-04 | 1 | -1/+10 |
| * | QPID-1710: update test inline with modified method signature. | Gordon Sim | 2009-03-04 | 1 | -1/+1 |
| * | QPID-1710 Removed unnecessary nonportable internal API | Andrew Stitcher | 2009-03-04 | 6 | -10/+8 |
| * | reset byte credit after flushing when not prefetching, this is a follow up fi... | Rafael H. Schloming | 2009-03-03 | 1 | -4/+4 |
| * | cpp/src/tests/ForkedBroker.cpp: supress misleading exceptions with kill -9. | Alan Conway | 2009-03-03 | 2 | -4/+3 |
| * | Correct Socket error reporting so that it gives a useful message | Andrew Stitcher | 2009-03-03 | 1 | -1/+1 |
| * | QPID-1708: go into CLOSED instead of DETACHED state when there is an executio... | Rafael H. Schloming | 2009-03-03 | 2 | -3/+60 |
| * | cluster::UpdateClient added missing error handling. | Alan Conway | 2009-03-03 | 5 | -52/+113 |
| * | QPID-1637 : Update to test to correctly use priority queues in test. Fixed bi... | Martin Ritchie | 2009-03-03 | 7 | -67/+183 |
| * | Prevent NullPointerException when backing store file is deleted externally | Martin Ritchie | 2009-03-03 | 1 | -7/+11 |
| * | Complete change started by r749621: "Avoid use of std::vector::data(), not av... | Gordon Sim | 2009-03-03 | 1 | -1/+1 |
| * | QPID-1707 Mick Goulish. Improved failover_soak code | Alan Conway | 2009-03-03 | 1 | -8/+19 |
| * | Avoid use of std::vector::data(), not available on some platforms. | Alan Conway | 2009-03-03 | 1 | -1/+1 |
| * | QPID-430: Change configuration variable name in line with review remarks. | Aidan Skinner | 2009-03-03 | 3 | -6/+8 |
| * | Replicate connection decoder fragments to new members. | Alan Conway | 2009-03-02 | 24 | -396/+222 |
| * | Remove -Wno-missing-field-initializers which is not supported by gcc3.4 | Andrew Stitcher | 2009-03-02 | 2 | -3/+2 |
| * | - Reworked DispatchHandler state machine to eliminate race conditions | Andrew Stitcher | 2009-03-02 | 8 | -87/+246 |
| * | Added 'build' target to make the Makefile more standard | Ted Ross | 2009-03-02 | 1 | -1/+3 |
| * | Added standard Makefile for distributions (RHEL5) that don't have | Ted Ross | 2009-03-02 | 1 | -0/+45 |
| * | QPID-1583: close all app registries after use. | Aidan Skinner | 2009-03-02 | 1 | -2/+7 |
| * | QPID-1637 : Added Purger thread for Priority Queues and when threasholds are ... | Martin Ritchie | 2009-03-02 | 14 | -211/+673 |
| * | Added check for when file reference becomes null, occurs if the file is exter... | Martin Ritchie | 2009-03-02 | 1 | -3/+8 |
| * | QPID-1583: Add test for reloading external firewall rules, fix buglets this t... | Aidan Skinner | 2009-03-02 | 10 | -80/+299 |
| * | QPID-1705: added unit test for heartbeat firing after connection has failed over | Gordon Sim | 2009-03-02 | 1 | -0/+85 |
| * | Typo in printing of 'generate events' option on queue. | Gordon Sim | 2009-03-02 | 1 | -1/+1 |
| * | QPID-1705: cancel heartbeat timer task as part of cleanup | Gordon Sim | 2009-03-02 | 1 | -0/+3 |
| * | QPID-1704: updated server configuration test | Robert Gemmell | 2009-03-02 | 1 | -12/+0 |
| * | QPID-1704: remove JMXMP ConnectorServer usage from the brokers JMX management... | Robert Gemmell | 2009-03-02 | 5 | -165/+123 |
| * | QPID-1691: add missing resources | Robert Gemmell | 2009-03-02 | 11 | -0/+1347 |
| * | fix build break due to uncommited change | Robert Gemmell | 2009-03-02 | 1 | -4/+2 |
| * | QPID-1581 : QMan Admin Console fixes. | Andrea Gazzarini | 2009-03-02 | 13 | -2594/+127 |
| * | QPID-1703: automatically expand the top level of the mbean navigation view up... | Robert Gemmell | 2009-03-02 | 1 | -0/+25 |
| * | QPID-1691: add Linux GTK x86-64 and Solaris GTK Sparc builds of the managemen... | Robert Gemmell | 2009-03-02 | 21 | -3/+281 |
| * | QPID-1492: make the broker return the current queue depth and maximum queue d... | Robert Gemmell | 2009-03-02 | 5 | -16/+53 |
| * | QPID-1700: the jmx console's core plugin should not depend on the jmxremote.s... | Robert Gemmell | 2009-02-28 | 2 | -2/+1 |
| * | QPID-1680: remove fixed value 'domain' combo box, and remove unecessary domai... | Robert Gemmell | 2009-02-28 | 4 | -114/+23 |
| * | QPID-1683: swap the order 'next' and 'previous' buttons for viewing tabular d... | Robert Gemmell | 2009-02-27 | 1 | -4/+4 |
| * | Add lock to cluster::ConnectionMap, make it thread safe. | Alan Conway | 2009-02-27 | 3 | -12/+14 |
| * | QPID-1696: remove unused 'transport' details from the management console serv... | Robert Gemmell | 2009-02-27 | 4 | -52/+20 |
| * | Modified so that the content of the message is only parsed if it is used in a... | Jonathan Robie | 2009-02-27 | 2 | -55/+78 |
| * | QPID-1655: use a File object to hold reference to access file instead of a St... | Robert Gemmell | 2009-02-27 | 2 | -117/+280 |
| * | QPID-1536: modify the B64MD5 PD to take plain text input and perform the requ... | Robert Gemmell | 2009-02-27 | 8 | -130/+301 |
| * | cluster: apply membership updates while in CATCHUP mode. | Alan Conway | 2009-02-27 | 2 | -10/+11 |
| * | QPID-1502: Update the PlainPasswordFilePrincipalDatabase to be manipulatable ... | Robert Gemmell | 2009-02-27 | 4 | -44/+870 |
| * | Sorry, forgot a crucial line in my last 'fix'! | Gordon Sim | 2009-02-27 | 1 | -0/+1 |
| * | Fix test to account for failure after last message has been delivered, but be... | Gordon Sim | 2009-02-27 | 1 | -4/+8 |
| * | QPID-1590: make add server and reconnect dialogues centre within the app wind... | Robert Gemmell | 2009-02-27 | 2 | -14/+22 |
| * | QPID-1242: reintegrate the ability to view binary message content, lost previ... | Robert Gemmell | 2009-02-27 | 8 | -13/+337 |
| * | QPID-1701: fixed potential deadlock on connection close | Rafael H. Schloming | 2009-02-27 | 2 | -3/+3 |