summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cluster join & brain-dumps working.Alan Conway2008-10-031-145/+333
* QPID-1306Carl C. Trieloff2008-09-301-2/+14
* Added missing locks in cluster code.Alan Conway2008-09-271-0/+1
* Clean up end-of-dump protocol for new cluster members.Alan Conway2008-09-261-2/+5
* cluster:]Alan Conway2008-09-261-3/+3
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-1/+1
* Enabled management, add cluster shutdown command.Alan Conway2008-09-251-80/+39
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-11/+13
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-20/+38
* Dump shared state to new cluster members.Alan Conway2008-09-181-4/+5
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-123/+64
* - added member statsCarl C. Trieloff2008-09-171-8/+20
* - wire in more cluster statsCarl C. Trieloff2008-09-171-1/+15
* - implement mgnt clusternode stopCarl C. Trieloff2008-09-161-2/+3
* - add mgnt schema for clusterCarl C. Trieloff2008-09-161-0/+46
* Fix race in cluster join protocol.Alan Conway2008-09-161-59/+72
* Simplified cluster updates.Alan Conway2008-09-161-86/+46
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-151-91/+140
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-24/+58
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-28/+38
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-4/+14
* RefCountedBuffer improvements, centralize cluster encoding/decoding in Event.Alan Conway2008-09-061-17/+14
* Queue cpg deliveries for execution in separate thread.Alan Conway2008-09-061-23/+25
* Fixed cluster membership notification.Alan Conway2008-09-051-12/+39
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-124/+91
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-121/+93
* Fix typo.Alan Conway2008-08-211-1/+1
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-22/+9
* Fix memory leak in Cluster and enable valgrind in ais_checkAlan Conway2008-08-151-2/+12
* Queue cluster send frames, do cpg_mcast in separate thread, batching if possi...Alan Conway2008-08-121-17/+35
* Move frame processing out of CPG dispatch queue for cluster.Alan Conway2008-08-121-19/+40
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-16/+44
* Fix Cluster::send encode race.Alan Conway2008-08-051-4/+3
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-051-22/+16
* Enable dequeue for prototype clusterAlan Conway2008-07-171-0/+4
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-102/+93
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-27/+6
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-081-0/+1
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-64/+84
* Bring cluster code up to date.Alan Conway2008-06-181-12/+7
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-3/+3
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-6/+6
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-6/+6
* Cluster code fixed for changes in codebase.Alan Conway2008-02-011-16/+91
* Added cluster URL configuration, defaults to all interfaces.Alan Conway2008-02-011-3/+3
* Re-enabled build of cluster code when openais is installed.Alan Conway2008-01-291-8/+9
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+1
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-301-22/+11
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-2/+1
* fix for new heap modelCarl C. Trieloff2007-08-171-1/+1