| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cluster: clean up connections when a member leaves the cluster. | Alan Conway | 2008-11-05 | 1 | -0/+11 |
| * | Add UUID generated for each new cluster instance. | Alan Conway | 2008-10-16 | 1 | -5/+12 |
| * | Fix race in cluster causing incorrect known-broker lists to be sent to clients. | Alan Conway | 2008-10-16 | 1 | -99/+115 |
| * | Minor cleanup for client failover. | Alan Conway | 2008-10-14 | 1 | -8/+7 |
| * | Bug fixes for client-side failover. | Alan Conway | 2008-10-14 | 1 | -1/+7 |
| * | QPID-1340 froM Mick Goulish: preliminary client-side failover support. | Alan Conway | 2008-10-10 | 1 | -0/+1 |
| * | Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro... | Alan Conway | 2008-10-09 | 1 | -21/+28 |
| * | broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files. | Alan Conway | 2008-10-07 | 1 | -14/+22 |
| * | Cluster join & brain-dumps working. | Alan Conway | 2008-10-03 | 1 | -145/+333 |
| * | QPID-1306 | Carl C. Trieloff | 2008-09-30 | 1 | -2/+14 |
| * | Added missing locks in cluster code. | Alan Conway | 2008-09-27 | 1 | -0/+1 |
| * | Clean up end-of-dump protocol for new cluster members. | Alan Conway | 2008-09-26 | 1 | -2/+5 |
| * | cluster:] | Alan Conway | 2008-09-26 | 1 | -3/+3 |
| * | Fix build problems on rhel 5.2 and 64-bit encoding bug. | Alan Conway | 2008-09-26 | 1 | -1/+1 |
| * | Enabled management, add cluster shutdown command. | Alan Conway | 2008-09-25 | 1 | -80/+39 |
| * | Cluster replicates session command sequence state and consumers to newcomers. | Alan Conway | 2008-09-24 | 1 | -11/+13 |
| * | DumpClient send connections & session IDs to new members. | Alan Conway | 2008-09-21 | 1 | -20/+38 |
| * | Dump shared state to new cluster members. | Alan Conway | 2008-09-18 | 1 | -4/+5 |
| * | Refactor Cluster logic into separate handlers for Joining & Member modes. | Alan Conway | 2008-09-18 | 1 | -123/+64 |
| * | - added member stats | Carl C. Trieloff | 2008-09-17 | 1 | -8/+20 |
| * | - wire in more cluster stats | Carl C. Trieloff | 2008-09-17 | 1 | -1/+15 |
| * | - implement mgnt clusternode stop | Carl C. Trieloff | 2008-09-16 | 1 | -2/+3 |
| * | - add mgnt schema for cluster | Carl C. Trieloff | 2008-09-16 | 1 | -0/+46 |
| * | Fix race in cluster join protocol. | Alan Conway | 2008-09-16 | 1 | -59/+72 |
| * | Simplified cluster updates. | Alan Conway | 2008-09-16 | 1 | -86/+46 |
| * | Cluster member stalling, cluster map updates and unit tests. | Alan Conway | 2008-09-15 | 1 | -91/+140 |
| * | Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys. | Alan Conway | 2008-09-12 | 1 | -24/+58 |
| * | Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss... | Alan Conway | 2008-09-11 | 1 | -28/+38 |
| * | Cluster support for copying shared broker state to new members. | Alan Conway | 2008-09-10 | 1 | -4/+14 |
| * | RefCountedBuffer improvements, centralize cluster encoding/decoding in Event. | Alan Conway | 2008-09-06 | 1 | -17/+14 |
| * | Queue cpg deliveries for execution in separate thread. | Alan Conway | 2008-09-06 | 1 | -23/+25 |
| * | Fixed cluster membership notification. | Alan Conway | 2008-09-05 | 1 | -12/+39 |
| * | Cluster multicasts buffers rather than frames. | Alan Conway | 2008-09-03 | 1 | -124/+91 |
| * | Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat... | Alan Conway | 2008-08-29 | 1 | -121/+93 |
| * | Fix typo. | Alan Conway | 2008-08-21 | 1 | -1/+1 |
| * | Pre-buffering output strategy for cluster. | Alan Conway | 2008-08-21 | 1 | -22/+9 |
| * | Fix memory leak in Cluster and enable valgrind in ais_check | Alan Conway | 2008-08-15 | 1 | -2/+12 |
| * | Queue cluster send frames, do cpg_mcast in separate thread, batching if possi... | Alan Conway | 2008-08-12 | 1 | -17/+35 |
| * | Move frame processing out of CPG dispatch queue for cluster. | Alan Conway | 2008-08-12 | 1 | -19/+40 |
| * | Integrate CPG file descriptor into broker polling. | Alan Conway | 2008-08-11 | 1 | -16/+44 |
| * | Fix Cluster::send encode race. | Alan Conway | 2008-08-05 | 1 | -4/+3 |
| * | Fix sporadic shutdown hang in clustered broker. | Alan Conway | 2008-08-05 | 1 | -22/+16 |
| * | Enable dequeue for prototype cluster | Alan Conway | 2008-07-17 | 1 | -0/+4 |
| * | Cluster: shadow connections, fix lifecycle & valgrind issues. | Alan Conway | 2008-07-17 | 1 | -102/+93 |
| * | HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch... | Alan Conway | 2008-07-08 | 1 | -27/+6 |
| * | Removed static Cpg::handlers, fixed ForkedBroker shutdown. | Alan Conway | 2008-07-08 | 1 | -0/+1 |
| * | Cluster prototype: handles client-initiated commands (not dequeues) | Alan Conway | 2008-07-04 | 1 | -64/+84 |
| * | Bring cluster code up to date. | Alan Conway | 2008-06-18 | 1 | -12/+7 |
| * | Support for AMQP 0-10 sessions in C++ broker. | Alan Conway | 2008-05-20 | 1 | -3/+3 |
| * | Generate c++ code from final 0-10 spec | Gordon Sim | 2008-04-24 | 1 | -6/+6 |