summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/DumpClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-369/+0
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-1/+1
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-2/+2
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-15/+16
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-111-1/+3
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-13/+64
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-9/+26
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-301-25/+73
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-1/+1
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-201-9/+17
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-1/+9
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-161-7/+4
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-3/+0
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-19/+12
* Cluster join & brain-dumps working.Alan Conway2008-10-031-19/+24
* Clean up end-of-dump protocol for new cluster members.Alan Conway2008-09-261-5/+10
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-1/+6
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-24/+55
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-221-0/+8
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-11/+71
* Dump shared state to new cluster members.Alan Conway2008-09-181-3/+15
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-9/+12
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-151-3/+14
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-0/+107