| Commit message (Expand) | Author | Age | Files | Lines |
| * | cluster: apply membership updates while in CATCHUP mode. | Alan Conway | 2009-02-27 | 1 | -1/+3 |
| * | Add FrameDecoder unit test, update comments in Cluster.h/cpp. | Alan Conway | 2009-02-25 | 1 | -2/+5 |
| * | Cluster security support: | Alan Conway | 2009-02-12 | 1 | -3/+3 |
| * | Cluster support for message time-to-live. | Alan Conway | 2009-02-09 | 1 | -3/+9 |
| * | Cluster sets recovery flag on Broker for first member in cluster. | Alan Conway | 2009-02-04 | 1 | -6/+11 |
| * | Fix for race conditions in cluster join. | Alan Conway | 2009-02-03 | 1 | -9/+14 |
| * | Better error messages for not-attached exceptions. | Alan Conway | 2009-01-29 | 1 | -3/+0 |
| * | Remove defunct --cluster-mcast-max optionn. | Alan Conway | 2009-01-28 | 1 | -1/+1 |
| * | Cluster rename: dump -> update, newbie -> joiner | Alan Conway | 2009-01-27 | 1 | -22/+22 |
| * | cluster: Add sequence number to events & frames | Alan Conway | 2009-01-27 | 1 | -2/+1 |
| * | Added qpid-cluster utility plus model changes to support it. | Ted Ross | 2009-01-26 | 1 | -0/+3 |
| * | QPID-1567: More changes to make clustering and federation work together | Gordon Sim | 2009-01-22 | 1 | -0/+1 |
| * | cluster: Pipeline decoding. About 10% improvement in latency and throughput. | Alan Conway | 2009-01-21 | 1 | -4/+8 |
| * | cluster refactor: separate out dispatch strategy, implement poller and thread... | Alan Conway | 2009-01-16 | 1 | -15/+8 |
| * | Added --cluster-read-max: max number of outstanding mcasts in CPG buffers. | Alan Conway | 2009-01-09 | 1 | -1/+1 |
| * | cluster: Increase initial estimate controlling writes. | Alan Conway | 2008-12-19 | 1 | -1/+4 |
| * | cluster: refactor multicast concerns into separate Multicaster class with sep... | Alan Conway | 2008-12-11 | 1 | -32/+30 |
| * | sys/PollableQueue: dispatch in batches, allow put-back. | Alan Conway | 2008-12-11 | 1 | -4/+5 |
| * | Cluster: Option --cluster-read-max configures read-to-redeliver flow-control. | Alan Conway | 2008-12-09 | 1 | -4/+5 |
| * | Cluster: reduced scope of mcast locks. | Alan Conway | 2008-12-08 | 1 | -6/+3 |
| * | Cluster: separated connection map lock to reduce contention. | Alan Conway | 2008-12-08 | 1 | -4/+3 |
| * | Cluster: handle CPG flow-control conditions. | Alan Conway | 2008-12-02 | 1 | -2/+4 |
| * | cluster: Queue outgoing multicast events. | Alan Conway | 2008-12-01 | 1 | -2/+2 |
| * | Cluster.cpp: Fixed last-node-standing logic, better logging. | Alan Conway | 2008-11-26 | 1 | -0/+1 |
| * | Fix --cluster-cman option to enable cman integration. | Alan Conway | 2008-11-19 | 1 | -2/+4 |
| * | Optional cluster integration with cman quorum service. | Alan Conway | 2008-11-18 | 1 | -1/+5 |
| * | Add UUID generated for each new cluster instance. | Alan Conway | 2008-10-16 | 1 | -1/+10 |
| * | Fix race in cluster causing incorrect known-broker lists to be sent to clients. | Alan Conway | 2008-10-16 | 1 | -10/+21 |
| * | broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files. | Alan Conway | 2008-10-07 | 1 | -3/+12 |
| * | Cluster join & brain-dumps working. | Alan Conway | 2008-10-03 | 1 | -78/+93 |
| * | QPID-1306 | Carl C. Trieloff | 2008-09-30 | 1 | -0/+1 |
| * | Clean up end-of-dump protocol for new cluster members. | Alan Conway | 2008-09-26 | 1 | -6/+4 |
| * | Fix build problems on rhel 5.2 and 64-bit encoding bug. | Alan Conway | 2008-09-26 | 1 | -5/+5 |
| * | Enabled management, add cluster shutdown command. | Alan Conway | 2008-09-25 | 1 | -6/+2 |
| * | Cluster replicates session command sequence state and consumers to newcomers. | Alan Conway | 2008-09-24 | 1 | -1/+4 |
| * | DumpClient send connections & session IDs to new members. | Alan Conway | 2008-09-21 | 1 | -1/+4 |
| * | Clean up unused members/tests | Alan Conway | 2008-09-19 | 1 | -0/+8 |
| * | Dump shared state to new cluster members. | Alan Conway | 2008-09-18 | 1 | -0/+2 |
| * | Refactor Cluster logic into separate handlers for Joining & Member modes. | Alan Conway | 2008-09-18 | 1 | -4/+11 |
| * | - added member stats | Carl C. Trieloff | 2008-09-17 | 1 | -0/+1 |
| * | - add mgnt schema for cluster | Carl C. Trieloff | 2008-09-16 | 1 | -1/+9 |
| * | Fix race in cluster join protocol. | Alan Conway | 2008-09-16 | 1 | -7/+8 |
| * | Simplified cluster updates. | Alan Conway | 2008-09-16 | 1 | -9/+3 |
| * | Cluster member stalling, cluster map updates and unit tests. | Alan Conway | 2008-09-15 | 1 | -18/+22 |
| * | Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys. | Alan Conway | 2008-09-12 | 1 | -10/+12 |
| * | Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss... | Alan Conway | 2008-09-11 | 1 | -10/+9 |
| * | Cluster support for copying shared broker state to new members. | Alan Conway | 2008-09-10 | 1 | -1/+2 |
| * | RefCountedBuffer improvements, centralize cluster encoding/decoding in Event. | Alan Conway | 2008-09-06 | 1 | -2/+3 |
| * | Queue cpg deliveries for execution in separate thread. | Alan Conway | 2008-09-06 | 1 | -2/+6 |
| * | Fixed cluster membership notification. | Alan Conway | 2008-09-05 | 1 | -1/+0 |