| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 3 | -43/+41 |
| * | broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files. | Alan Conway | 2008-10-07 | 7 | -26/+219 |
| * | Rename size() to encodedSize() for encoded types to allow std collection inte... | Alan Conway | 2008-10-07 | 2 | -2/+2 |
| * | Cluster join & brain-dumps working. | Alan Conway | 2008-10-03 | 19 | -808/+633 |
| * | QPID-1306 | Carl C. Trieloff | 2008-09-30 | 2 | -2/+15 |
| * | Added missing locks in cluster code. | Alan Conway | 2008-09-27 | 3 | -1/+4 |
| * | Clean up end-of-dump protocol for new cluster members. | Alan Conway | 2008-09-26 | 10 | -79/+38 |
| * | Call updateMemberStats for the first member of the cluster. | Alan Conway | 2008-09-26 | 1 | -0/+1 |
| * | Bugfix, tests were crashing. | Alan Conway | 2008-09-26 | 1 | -15/+16 |
| * | cluster:] | Alan Conway | 2008-09-26 | 6 | -53/+70 |
| * | Fix build problems on rhel 5.2 and 64-bit encoding bug. | Alan Conway | 2008-09-26 | 5 | -12/+17 |
| * | Enabled management, add cluster shutdown command. | Alan Conway | 2008-09-25 | 7 | -93/+73 |
| * | Cluster replicates session command sequence state and consumers to newcomers. | Alan Conway | 2008-09-24 | 13 | -120/+233 |
| * | Fixed error handling session-busy condition on broker. | Alan Conway | 2008-09-22 | 2 | -1/+11 |
| * | DumpClient send connections & session IDs to new members. | Alan Conway | 2008-09-21 | 16 | -87/+203 |
| * | 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 | 14 | -65/+173 |
| * | Refactor Cluster logic into separate handlers for Joining & Member modes. | Alan Conway | 2008-09-18 | 17 | -165/+529 |
| * | - added member stats | Carl C. Trieloff | 2008-09-17 | 3 | -9/+23 |
| * | - wire in more cluster stats | Carl C. Trieloff | 2008-09-17 | 2 | -2/+16 |
| * | - implement mgnt clusternode stop | Carl C. Trieloff | 2008-09-16 | 1 | -2/+3 |
| * | - add mgnt schema for cluster | Carl C. Trieloff | 2008-09-16 | 3 | -1/+112 |
| * | Fix race in cluster join protocol. | Alan Conway | 2008-09-16 | 5 | -109/+126 |
| * | Simplified cluster updates. | Alan Conway | 2008-09-16 | 4 | -250/+94 |
| * | Cluster member stalling, cluster map updates and unit tests. | Alan Conway | 2008-09-15 | 9 | -165/+292 |
| * | Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys. | Alan Conway | 2008-09-12 | 13 | -43/+320 |
| * | Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss... | Alan Conway | 2008-09-11 | 10 | -334/+79 |
| * | Cluster support for copying shared broker state to new members. | Alan Conway | 2008-09-10 | 6 | -6/+211 |
| * | RefCountedBuffer improvements, centralize cluster encoding/decoding in Event. | Alan Conway | 2008-09-06 | 4 | -28/+43 |
| * | Queue cpg deliveries for execution in separate thread. | Alan Conway | 2008-09-06 | 6 | -34/+59 |
| * | Fixed cluster membership notification. | Alan Conway | 2008-09-05 | 7 | -56/+163 |
| * | Cluster multicasts buffers rather than frames. | Alan Conway | 2008-09-03 | 9 | -173/+165 |
| * | Fix build error in cluster code. | Alan Conway | 2008-09-03 | 2 | -2/+2 |
| * | Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat... | Alan Conway | 2008-08-29 | 18 | -472/+590 |
| * | Fix typo. | Alan Conway | 2008-08-21 | 1 | -1/+1 |
| * | Pre-buffering output strategy for cluster. | Alan Conway | 2008-08-21 | 7 | -54/+348 |
| * | Fix memory leak in Cluster and enable valgrind in ais_check | Alan Conway | 2008-08-15 | 4 | -12/+30 |
| * | Queue cluster send frames, do cpg_mcast in separate thread, batching if possi... | Alan Conway | 2008-08-12 | 2 | -22/+50 |
| * | Replace eventfd with more portable pipe implementation in PollableCondition. | Alan Conway | 2008-08-12 | 2 | -2/+46 |
| * | Move frame processing out of CPG dispatch queue for cluster. | Alan Conway | 2008-08-12 | 5 | -19/+269 |
| * | Integrate CPG file descriptor into broker polling. | Alan Conway | 2008-08-11 | 7 | -36/+90 |
| * | Check CPG flow control. | Alan Conway | 2008-08-07 | 2 | -15/+47 |
| * | - Added OutputTask::hasOutput() test. | Alan Conway | 2008-08-06 | 1 | -5/+6 |
| * | Fix Cluster::send encode race. | Alan Conway | 2008-08-05 | 2 | -5/+3 |
| * | Fix sporadic shutdown hang in clustered broker. | Alan Conway | 2008-08-05 | 2 | -23/+17 |
| * | Enable dequeue for prototype cluster | Alan Conway | 2008-07-17 | 3 | -10/+30 |
| * | Cluster: shadow connections, fix lifecycle & valgrind issues. | Alan Conway | 2008-07-17 | 7 | -159/+331 |
| * | HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch... | Alan Conway | 2008-07-08 | 3 | -35/+21 |
| * | Revert un-necessary Plugin complications. Better solution for plugin extensio... | Alan Conway | 2008-07-08 | 1 | -28/+20 |