summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-5/+6
* Fix Cluster::send encode race.Alan Conway2008-08-052-5/+3
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-052-23/+17
* Enable dequeue for prototype clusterAlan Conway2008-07-173-10/+30
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-177-159/+331
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-083-35/+21
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-28/+20