summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-0/+8
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-33/+51
* Cluster join & brain-dumps working.Alan Conway2008-10-031-7/+13
* Clean up end-of-dump protocol for new cluster members.Alan Conway2008-09-261-21/+9
* Bugfix, tests were crashing.Alan Conway2008-09-261-15/+16
* cluster:]Alan Conway2008-09-261-15/+18
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-24/+79
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-17/+25
* Dump shared state to new cluster members.Alan Conway2008-09-181-18/+40
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-11/+3
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-151-3/+1
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-0/+1
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-0/+16
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-11/+27
* Fix build error in cluster code.Alan Conway2008-09-031-1/+1
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-0/+94