| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4470: Allow 'maximum queue depth' queue alerting threshold to be set fro... | Keith Wall | 2012-11-25 | 3 | -14/+58 |
| * | QPID-4443: fix C&P error with section ID name | Robert Gemmell | 2012-11-25 | 1 | -1/+1 |
| * | QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ... | Robert Godfrey | 2012-11-25 | 24 | -49/+781 |
| * | QPID-4468: restore connection level ssl option to provide compatibility with ... | Robert Gemmell | 2012-11-25 | 7 | -5/+169 |
| * | QPID-4469: remove the unused sslContext parameter in OutgoingNetworkTransport... | Robert Gemmell | 2012-11-25 | 5 | -29/+5 |
| * | QPID-4465: check subject before setting filter | Gordon Sim | 2012-11-23 | 1 | -12/+14 |
| * | QPID-4464: set container name when sending open | Gordon Sim | 2012-11-23 | 1 | -0/+1 |
| * | QPID-4460: Replenish credit to cover specified prefetch if it is drained | Gordon Sim | 2012-11-23 | 2 | -4/+18 |
| * | QPID-4459: settle sent messages once they have been accepted by peer | Gordon Sim | 2012-11-23 | 2 | -1/+6 |
| * | QPID-4461: remove spaces to ensure the log prefix/suffix options are passed c... | Robert Gemmell | 2012-11-23 | 1 | -4/+4 |
| * | QPID-4458: revert changes in r1412380, a CI build failure after a clean check... | Robert Gemmell | 2012-11-23 | 10 | -8/+77 |
| * | QPID-4458: remove the gentool/lib folder, retrieve the velocity dependencies ... | Robert Gemmell | 2012-11-22 | 10 | -77/+8 |
| * | QPID-4456: ensure the broker plugins get packaged in the release binary and a... | Robert Gemmell | 2012-11-21 | 9 | -21/+27 |
| * | NO-JIRA: update curent release number following branch for 0.20 release | Robert Gemmell | 2012-11-21 | 1 | -1/+1 |
| * | QPID-4455 : [AMQP 1.0 JMS Client] Queue browsers were not returning jms messa... | Robert Godfrey | 2012-11-21 | 1 | -6/+22 |
| * | QPID-4453 : [AMQP 1.0 JMS Client] ObjectMessage /w no body improperly convert... | Robert Godfrey | 2012-11-21 | 1 | -1/+19 |
| * | QPID-4452: fix credit for producers | Gordon Sim | 2012-11-21 | 2 | -21/+31 |
| * | QPID-4451: wait for outgoing messages to settle when closing | Gordon Sim | 2012-11-21 | 5 | -1/+25 |
| * | QPID-4448: fix credit checking on 0-10 path when message is of 1.0 format | Gordon Sim | 2012-11-21 | 4 | -9/+6 |
| * | QPID-4441: Improve BDB store upgrade tests to cover the upgrade of configurat... | Alex Rudyy | 2012-11-21 | 8 | -43/+152 |
| * | QPID-4450 - Don't generate QPID_BROKER_[CLASS_]EXTERN when the generated code... | Ted Ross | 2012-11-20 | 5 | -25/+45 |
| * | QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ... | Ted Ross | 2012-11-20 | 37 | -92/+109 |
| * | QPID-4447: C++ Client can hang during connect if heartbeat disconnect fires | Andrew Stitcher | 2012-11-20 | 5 | -2/+31 |
| * | NO-JIRA: remove version from backup script, the referenced jar is now in the ... | Robert Gemmell | 2012-11-20 | 1 | -4/+1 |
| * | QPID-4377: Update trunk versions to 0.21 | Justin Ross | 2012-11-19 | 14 | -17/+17 |
| * | NO-JIRA: update JMX addQueue example to use the necessary quoted elements in ... | Robert Gemmell | 2012-11-19 | 1 | -19/+22 |
| * | QPID-4442: make spout example send properties as utf8 strings | Gordon Sim | 2012-11-19 | 1 | -0/+1 |
| * | QPID-4361, QPID-4443: some small corrections, move the JVM verification to it... | Robert Gemmell | 2012-11-19 | 5 | -67/+136 |
| * | QPID-4443: add some documetnation for the memory, derby, bdb, and bdbha messa... | Robert Gemmell | 2012-11-19 | 5 | -3/+178 |
| * | QPID-4441: ensure that using FieldTable#addAll(table) works when providing a ... | Robert Gemmell | 2012-11-18 | 2 | -74/+33 |
| * | QPID-4368: Added support for subject filtering on queues | Gordon Sim | 2012-11-17 | 5 | -2/+66 |
| * | QPID-4368: Added support for some specific AMQP 0-10 derived node options | Gordon Sim | 2012-11-17 | 3 | -8/+38 |
| * | QPID-4368: Cleaned up filtering, added ability to process dynamic-node-proper... | Gordon Sim | 2012-11-16 | 19 | -121/+1407 |
| * | QPID-4368: Small improvements to setting and checking filter descriptors | Gordon Sim | 2012-11-16 | 3 | -5/+45 |
| * | QPID-3351: Provide ability to specify the network interfaces | Andrew Stitcher | 2012-11-16 | 2 | -27/+55 |
| * | QPID-3351: Provide ability to specify the network interfaces | Andrew Stitcher | 2012-11-16 | 1 | -38/+70 |
| * | QPID-3351: Provide ability to specify the network interfaces | Andrew Stitcher | 2012-11-16 | 1 | -34/+59 |
| * | QPID-3351: Provide ability to specify the network interfaces | Andrew Stitcher | 2012-11-16 | 2 | -0/+2 |
| * | QPID-3351: Provide ability to specify the network interfaces | Andrew Stitcher | 2012-11-16 | 2 | -0/+86 |
| * | NO-JIRA: Removed unused isLocalHost() code | Andrew Stitcher | 2012-11-16 | 3 | -58/+0 |
| * | NO-JIRA: Fix windows builds: missing EXTERNs | Alan Conway | 2012-11-15 | 2 | -3/+3 |
| * | QPID-4368: Add support for subject, translated to a filter (i.e. at present a... | Gordon Sim | 2012-11-15 | 7 | -28/+139 |
| * | QPID-4368: Fix 1.0 related client IO inline with changes for QPID-4272 | Gordon Sim | 2012-11-15 | 7 | -42/+51 |
| * | QPID-4436: HA fix qpidd crash when mgmt-enable=no | Alan Conway | 2012-11-14 | 4 | -10/+15 |
| * | Fix QPID-4434 - Skip language bindings if Swig is too old. | Andrew Stitcher | 2012-11-14 | 1 | -10/+6 |
| * | QPID-4401: Revert: HA bindings for QMF exchanges not replicated. | Alan Conway | 2012-11-14 | 3 | -30/+10 |
| * | NO-JIRA: avoid un-necessary warnings in ha_tests.py test_qmf_replication. | Alan Conway | 2012-11-14 | 1 | -0/+1 |
| * | QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange. | Alan Conway | 2012-11-14 | 22 | -90/+238 |
| * | NO-JIRA: Suppress warning errors in ha_tests.py test_qmf_replication. | Alan Conway | 2012-11-14 | 1 | -1/+1 |
| * | NO-JIRA: Reverted inadvertent change to example from previous commit | Gordon Sim | 2012-11-14 | 1 | -4/+3 |