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