summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.h
Commit message (Expand)AuthorAgeFilesLines
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-2/+4
* cluster: Queue outgoing multicast events.Alan Conway2008-12-011-2/+2
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-261-0/+1
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-191-2/+4
* Optional cluster integration with cman quorum service.Alan Conway2008-11-181-1/+5
* Add UUID generated for each new cluster instance.Alan Conway2008-10-161-1/+10
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-10/+21
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-3/+12
* Cluster join & brain-dumps working.Alan Conway2008-10-031-78/+93
* QPID-1306Carl C. Trieloff2008-09-301-0/+1
* Clean up end-of-dump protocol for new cluster members.Alan Conway2008-09-261-6/+4
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-5/+5
* Enabled management, add cluster shutdown command.Alan Conway2008-09-251-6/+2
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-1/+4
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-1/+4
* Clean up unused members/testsAlan Conway2008-09-191-0/+8
* Dump shared state to new cluster members.Alan Conway2008-09-181-0/+2
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-4/+11
* - added member statsCarl C. Trieloff2008-09-171-0/+1
* - add mgnt schema for clusterCarl C. Trieloff2008-09-161-1/+9
* Fix race in cluster join protocol.Alan Conway2008-09-161-7/+8
* Simplified cluster updates.Alan Conway2008-09-161-9/+3
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-151-18/+22
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-10/+12
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-10/+9
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-1/+2
* RefCountedBuffer improvements, centralize cluster encoding/decoding in Event.Alan Conway2008-09-061-2/+3
* Queue cpg deliveries for execution in separate thread.Alan Conway2008-09-061-2/+6
* Fixed cluster membership notification.Alan Conway2008-09-051-1/+0
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-14/+9
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-48/+26
* Fix memory leak in Cluster and enable valgrind in ais_checkAlan Conway2008-08-151-1/+3
* Queue cluster send frames, do cpg_mcast in separate thread, batching if possi...Alan Conway2008-08-121-5/+15
* Move frame processing out of CPG dispatch queue for cluster.Alan Conway2008-08-121-0/+14
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-3/+6
* Fix Cluster::send encode race.Alan Conway2008-08-051-1/+0
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-051-1/+1
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-26/+27
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-4/+6
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-6/+17
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-2/+2
* Fixed use of intrusive_ptr in code that was missedAndrew Stitcher2008-03-251-2/+3
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-2/+2
* Cluster code fixed for changes in codebase.Alan Conway2008-02-011-11/+6
* Added cluster URL configuration, defaults to all interfaces.Alan Conway2008-02-011-4/+6
* Re-enabled build of cluster code when openais is installed.Alan Conway2008-01-291-2/+2
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-291-1/+2
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-301-14/+12
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-271-7/+6
* * Summary:Alan Conway2007-07-191-26/+17