summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-202-10/+18
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-203-1/+19
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-161-7/+4
* Add UUID generated for each new cluster instance.Alan Conway2008-10-163-36/+51
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-168-173/+241
* Minor cleanup for client failover.Alan Conway2008-10-141-8/+7
* Bug fixes for client-side failover.Alan Conway2008-10-142-2/+8
* 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-093-43/+41
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-077-26/+219
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-072-2/+2
* Cluster join & brain-dumps working.Alan Conway2008-10-0319-808/+633
* QPID-1306Carl C. Trieloff2008-09-302-2/+15
* Added missing locks in cluster code.Alan Conway2008-09-273-1/+4
* Clean up end-of-dump protocol for new cluster members.Alan Conway2008-09-2610-79/+38
* Call updateMemberStats for the first member of the cluster.Alan Conway2008-09-261-0/+1
* Bugfix, tests were crashing.Alan Conway2008-09-261-15/+16
* cluster:]Alan Conway2008-09-266-53/+70
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-265-12/+17
* Enabled management, add cluster shutdown command.Alan Conway2008-09-257-93/+73
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-2413-120/+233
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-222-1/+11
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-2116-87/+203
* Clean up unused members/testsAlan Conway2008-09-191-0/+8
* Dump shared state to new cluster members.Alan Conway2008-09-1814-65/+173
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-1817-165/+529
* - added member statsCarl C. Trieloff2008-09-173-9/+23
* - wire in more cluster statsCarl C. Trieloff2008-09-172-2/+16
* - implement mgnt clusternode stopCarl C. Trieloff2008-09-161-2/+3
* - add mgnt schema for clusterCarl C. Trieloff2008-09-163-1/+112
* Fix race in cluster join protocol.Alan Conway2008-09-165-109/+126
* Simplified cluster updates.Alan Conway2008-09-164-250/+94
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-159-165/+292
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-1213-43/+320
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-1110-334/+79
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-106-6/+211
* RefCountedBuffer improvements, centralize cluster encoding/decoding in Event.Alan Conway2008-09-064-28/+43
* Queue cpg deliveries for execution in separate thread.Alan Conway2008-09-066-34/+59
* Fixed cluster membership notification.Alan Conway2008-09-057-56/+163
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-039-173/+165
* Fix build error in cluster code.Alan Conway2008-09-032-2/+2
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-2918-472/+590
* Fix typo.Alan Conway2008-08-211-1/+1
* Pre-buffering output strategy for cluster.Alan Conway2008-08-217-54/+348
* Fix memory leak in Cluster and enable valgrind in ais_checkAlan Conway2008-08-154-12/+30
* Queue cluster send frames, do cpg_mcast in separate thread, batching if possi...Alan Conway2008-08-122-22/+50
* Replace eventfd with more portable pipe implementation in PollableCondition.Alan Conway2008-08-122-2/+46
* Move frame processing out of CPG dispatch queue for cluster.Alan Conway2008-08-125-19/+269
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-117-36/+90
* Check CPG flow control.Alan Conway2008-08-072-15/+47