summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterMap.h
Commit message (Expand)AuthorAgeFilesLines
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-4/+2
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-3/+6
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-171-10/+3
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-171-3/+0
* Fix race condition in cluster error handling.Alan Conway2009-07-311-4/+5
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-0/+3
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-7/+13
* Fix for race conditions in cluster join.Alan Conway2009-02-031-1/+1
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-8/+8
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-261-0/+1
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-0/+5
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-0/+2
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-3/+7
* Cluster join & brain-dumps working.Alan Conway2008-10-031-28/+38
* cluster:]Alan Conway2008-09-261-6/+9
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-4/+3
* Fix race in cluster join protocol.Alan Conway2008-09-161-17/+17
* Simplified cluster updates.Alan Conway2008-09-161-42/+20
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-151-13/+30
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-0/+86