| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Cluster multicasts buffers rather than frames. | Alan Conway | 2008-09-03 | 1 | -14/+9 |
| * | Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat... | Alan Conway | 2008-08-29 | 1 | -48/+26 |
| * | Fix memory leak in Cluster and enable valgrind in ais_check | Alan Conway | 2008-08-15 | 1 | -1/+3 |
| * | Queue cluster send frames, do cpg_mcast in separate thread, batching if possi... | Alan Conway | 2008-08-12 | 1 | -5/+15 |
| * | Move frame processing out of CPG dispatch queue for cluster. | Alan Conway | 2008-08-12 | 1 | -0/+14 |
| * | Integrate CPG file descriptor into broker polling. | Alan Conway | 2008-08-11 | 1 | -3/+6 |
| * | Fix Cluster::send encode race. | Alan Conway | 2008-08-05 | 1 | -1/+0 |
| * | Fix sporadic shutdown hang in clustered broker. | Alan Conway | 2008-08-05 | 1 | -1/+1 |
| * | Cluster: shadow connections, fix lifecycle & valgrind issues. | Alan Conway | 2008-07-17 | 1 | -26/+27 |
| * | HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch... | Alan Conway | 2008-07-08 | 1 | -4/+6 |
| * | Cluster prototype: handles client-initiated commands (not dequeues) | Alan Conway | 2008-07-04 | 1 | -6/+17 |
| * | Generate c++ code from final 0-10 spec | Gordon Sim | 2008-04-24 | 1 | -2/+2 |
| * | Fixed use of intrusive_ptr in code that was missed | Andrew Stitcher | 2008-03-25 | 1 | -2/+3 |
| * | Some refactoring of the 0-10 codepath (being migrated to final spec) that pri... | Gordon Sim | 2008-02-25 | 1 | -2/+2 |
| * | Cluster code fixed for changes in codebase. | Alan Conway | 2008-02-01 | 1 | -11/+6 |
| * | Added cluster URL configuration, defaults to all interfaces. | Alan Conway | 2008-02-01 | 1 | -4/+6 |
| * | Re-enabled build of cluster code when openais is installed. | Alan Conway | 2008-01-29 | 1 | -2/+2 |
| * | Deleted unused classes, adjusted files that still mention them. | Alan Conway | 2008-01-29 | 1 | -1/+2 |
| * | - Update cluster code to work with new FrameHandler | Alan Conway | 2007-08-30 | 1 | -14/+12 |
| * | * src/tests/ais_check, cluster.mk: Run AIS tests only if: | Alan Conway | 2007-07-27 | 1 | -7/+6 |
| * | * Summary: | Alan Conway | 2007-07-19 | 1 | -26/+17 |