| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused class and clean up some FIXME comments. | Alan Conway | 2009-02-10 | 1 | -2/+0 |
| * | Cluster support for message time-to-live. | Alan Conway | 2009-02-09 | 1 | -0/+2 |
| * | Remove non-existent qpid/cluster/Updatee.h from cluster.mk. | Alan Conway | 2009-02-05 | 1 | -1/+0 |
| * | Fix for race conditions in cluster join. | Alan Conway | 2009-02-03 | 1 | -1/+7 |
| * | cluster/EventFrame.cpp: Add operator<< for EventFrame | Alan Conway | 2009-01-27 | 1 | -0/+1 |
| * | Cluster rename: dump -> update, newbie -> joiner | Alan Conway | 2009-01-27 | 1 | -2/+2 |
| * | cluster: Add sequence number to events & frames | Alan Conway | 2009-01-27 | 1 | -1/+1 |
| * | cluster: Pipeline decoding. About 10% improvement in latency and throughput. | Alan Conway | 2009-01-21 | 1 | -10/+11 |
| * | cluster refactor: separate out dispatch strategy, implement poller and thread... | Alan Conway | 2009-01-16 | 1 | -22/+26 |
| * | Added ASF license to makefiles | Gordon Sim | 2008-12-15 | 1 | -0/+18 |
| * | cluster: refactor multicast concerns into separate Multicaster class with sep... | Alan Conway | 2008-12-11 | 1 | -0/+3 |
| * | Cluster: separated connection map lock to reduce contention. | Alan Conway | 2008-12-08 | 1 | -0/+1 |
| * | Add missing DIST rules. | Alan Conway | 2008-11-20 | 1 | -3/+9 |
| * | Optional cluster integration with cman quorum service. | Alan Conway | 2008-11-18 | 1 | -5/+12 |
| * | Remove all cluster targets if configured --without-cpg. | Alan Conway | 2008-11-14 | 1 | -3/+4 |
| * | Remove dummy cluster.so library, no longer needed & confusing. | Alan Conway | 2008-11-14 | 1 | -4/+0 |
| * | broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files. | Alan Conway | 2008-10-07 | 1 | -1/+3 |
| * | Cluster join & brain-dumps working. | Alan Conway | 2008-10-03 | 1 | -7/+1 |
| * | Refactor Cluster logic into separate handlers for Joining & Member modes. | Alan Conway | 2008-09-18 | 1 | -1/+7 |
| * | Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys. | Alan Conway | 2008-09-12 | 1 | -1/+3 |
| * | Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss... | Alan Conway | 2008-09-11 | 1 | -3/+0 |
| * | Refactored c++ client library to allow multiple protocols to be | Andrew Stitcher | 2008-09-11 | 1 | -4/+6 |
| * | Cluster support for copying shared broker state to new members. | Alan Conway | 2008-09-10 | 1 | -2/+4 |
| * | Fixed cluster membership notification. | Alan Conway | 2008-09-05 | 1 | -1/+3 |
| * | Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat... | Alan Conway | 2008-08-29 | 1 | -6/+8 |
| * | Pre-buffering output strategy for cluster. | Alan Conway | 2008-08-21 | 1 | -1/+5 |
| * | Move frame processing out of CPG dispatch queue for cluster. | Alan Conway | 2008-08-12 | 1 | -1/+4 |
| * | Cluster: shadow connections, fix lifecycle & valgrind issues. | Alan Conway | 2008-07-17 | 1 | -0/+2 |
| * | Cluster prototype: handles client-initiated commands (not dequeues) | Alan Conway | 2008-07-04 | 1 | -1/+2 |
| * | Replaced --enable-cluster option with --with-cpg to enable/disable CPG. | Alan Conway | 2008-02-06 | 1 | -1/+1 |
| * | Re-enabled build of cluster code when openais is installed. | Alan Conway | 2008-01-29 | 1 | -15/+13 |
| * | * Summary: | Alan Conway | 2007-08-31 | 1 | -15/+15 |
| * | * src/tests/ais_check, cluster.mk: Run AIS tests only if: | Alan Conway | 2007-07-27 | 1 | -2/+0 |
| * | * Summary: | Alan Conway | 2007-07-19 | 1 | -2/+4 |
| * | * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame with | Alan Conway | 2007-07-05 | 1 | -1/+3 |
| * | * cluster/ClasifierHandler: classifies frames for clustering treatment. | Alan Conway | 2007-07-03 | 1 | -1/+3 |
| * | 2007-06-30 <aconway@redhat.com> | Alan Conway | 2007-07-02 | 1 | -2/+0 |
| * | * Summary: | Alan Conway | 2007-06-29 | 1 | -2/+5 |
| * | 2007-06-25 <aconway@redhat.com> | Alan Conway | 2007-06-26 | 1 | -3/+8 |
| * | Dummy libcluster.so when openais is not available, keep rpmbuild happy. | Alan Conway | 2007-06-20 | 1 | -2/+7 |
| * | Build support for clustering, initial CPG wrapper & tests. | Alan Conway | 2007-06-07 | 1 | -0/+11 |