| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-529: Priority queue implementation | Gordon Sim | 2011-02-10 | 1 | -0/+36 |
| * | Fix test bug causing occasional failure of cluster_test. | Alan Conway | 2010-06-24 | 1 | -1/+1 |
| * | Cluster handle connection-negotiation phase in local broker. | Alan Conway | 2010-06-08 | 1 | -4/+4 |
| * | QPID-2631: For blocking Bounds::expand() calls, only increase the current cou... | Gordon Sim | 2010-05-27 | 1 | -0/+2 |
| * | Cluster + Security | Michael Goulish | 2010-05-14 | 1 | -0/+1 |
| * | Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce... | Gordon Sim | 2010-05-06 | 1 | -2/+2 |
| * | Cluster: remove un-necessary code for config-seq. | Alan Conway | 2010-03-31 | 1 | -1/+1 |
| * | Cluster: fix update of failover exchange. | Alan Conway | 2010-02-02 | 1 | -1/+1 |
| * | Fix intermittent test error: cluster_test.cpp(1108): error in "testRelease": ... | Alan Conway | 2010-01-19 | 1 | -0/+1 |
| * | QPID-2296: Cluster errors when using acquire-mode-not-acquired | Alan Conway | 2009-12-22 | 1 | -0/+37 |
| * | Clean up test environment variables, prepare for running more tests in cmake. | Alan Conway | 2009-11-30 | 1 | -2/+2 |
| * | Changes to hopefully address a sporadic test failure. Couldn't reproduce so n... | Alan Conway | 2009-11-20 | 1 | -8/+5 |
| * | cluster::InitialStatusMap and unit tests, support for improved cluster join p... | Alan Conway | 2009-11-17 | 1 | -5/+0 |
| * | Fix leak in SASL code, enable cluster ACL test. | Alan Conway | 2009-11-02 | 1 | -8/+9 |
| * | Separate FailoverListener from client::Connection. | Alan Conway | 2009-10-26 | 1 | -4/+9 |
| * | Fix race condition in testExclusiveQueueUpdate causing occasional false failu... | Alan Conway | 2009-10-08 | 1 | -0/+1 |
| * | Fixed: cluster udpate did not presever deliver-properties.exchange on messages. | Alan Conway | 2009-10-05 | 1 | -4/+54 |
| * | Tidied up namespace usage | Andrew Stitcher | 2009-09-09 | 1 | -2/+7 |
| * | Remove incorrect directory from #include | Alan Conway | 2009-07-14 | 1 | -5/+5 |
| * | Add directory to #include | Alan Conway | 2009-07-14 | 1 | -5/+5 |
| * | QPID-1974: Fixes (and tests) for updating lvq state to new cluster members. | Gordon Sim | 2009-07-08 | 1 | -2/+63 |
| * | Fix for cluster_test problems: a) When not started from within test dir, qpid... | Kim van der Riet | 2009-07-01 | 1 | -90/+100 |
| * | Fix cluster race condition with connections closed by broker while in use. | Alan Conway | 2009-06-30 | 1 | -5/+12 |
| * | Handle invalid AMPQ data to a cluster by closing the offending connection. | Alan Conway | 2009-06-17 | 1 | -2/+42 |
| * | Drop _EXPECTED_FAILURES macro, doesn't work with all boost versions. | Alan Conway | 2009-06-17 | 1 | -1/+2 |
| * | Updates to python cluster tests and associated scripts | Kim van der Riet | 2009-06-10 | 1 | -7/+7 |
| * | Further fix to new cluster member state transfer to fix a case where unacked ... | Gordon Sim | 2009-06-05 | 1 | -20/+67 |
| * | Ensure that ring queue behaves as expected when replicated to newly joined cl... | Gordon Sim | 2009-06-03 | 1 | -1/+78 |
| * | QPID-1873: Further test case contributed by Mick Goulish. | Gordon Sim | 2009-05-27 | 1 | -0/+25 |
| * | Fixed erroneous use of arg::durable in messageTransfer() | Kim van der Riet | 2009-05-27 | 1 | -43/+50 |
| * | QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n... | Gordon Sim | 2009-05-27 | 1 | -0/+52 |
| * | Changed name of store switch environment variable | Kim van der Riet | 2009-05-05 | 1 | -24/+24 |
| * | Cluster test code now has a persistence switch controlled by the environment.... | Kim van der Riet | 2009-05-01 | 1 | -84/+130 |
| * | Apply PIMPL pattern to qpid::client::Message. | Alan Conway | 2009-04-20 | 1 | -0/+1 |
| * | Fix issues when cluster is run with persistence enabled. | Alan Conway | 2009-04-11 | 1 | -24/+6 |
| * | Added cluster ACL test, disabled for now as it exposes a memory leak in the S... | Alan Conway | 2009-03-10 | 1 | -35/+48 |
| * | Fix cluster TTL: replicte expiry information to newcomers. | Alan Conway | 2009-03-09 | 1 | -3/+16 |
| * | cluster: fix delivery-property.exchange-name set on updated messages. | Alan Conway | 2009-03-05 | 1 | -1/+3 |
| * | QPID-1705: added unit test for heartbeat firing after connection has failed over | Gordon Sim | 2009-03-02 | 1 | -0/+85 |
| * | Cluster security support: | Alan Conway | 2009-02-12 | 1 | -9/+49 |
| * | Cluster support for message time-to-live. | Alan Conway | 2009-02-09 | 1 | -42/+83 |
| * | Fix doubly-defined function. | Alan Conway | 2009-02-09 | 1 | -7/+0 |
| * | QPID-1650 Mick Goulish: separte ClusterFixture from cluster_test.cpp for use ... | Alan Conway | 2009-02-06 | 1 | -81/+1 |
| * | Fix for race conditions in cluster join. | Alan Conway | 2009-02-03 | 1 | -2/+2 |
| * | Cluster rename: dump -> update, newbie -> joiner | Alan Conway | 2009-01-27 | 1 | -6/+6 |
| * | Separate cluster::EventHeader to allow non-copy events. | Alan Conway | 2009-01-16 | 1 | -11/+0 |
| * | Cluster.cpp: Fixed last-node-standing logic, better logging. | Alan Conway | 2008-11-26 | 1 | -0/+1 |
| * | Fix typo. | Alan Conway | 2008-11-26 | 1 | -1/+1 |
| * | cluster_test.cpp: Extended testUnacked to cover acquired, accepted but not co... | Alan Conway | 2008-11-25 | 1 | -3/+23 |
| * | Cluster replicates queues/exchanges with same encode/decode functions as the ... | Alan Conway | 2008-11-12 | 1 | -0/+24 |