summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.h
Commit message (Expand)AuthorAgeFilesLines
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-5/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-4/+13
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-4/+3
* Fixed race conditions in cluster.Alan Conway2009-03-081-43/+53
* Cluster: restore separate event/frame threads.Alan Conway2009-03-051-35/+27
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-2/+2
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-7/+14
* cluster: apply membership updates while in CATCHUP mode.Alan Conway2009-02-271-1/+3
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-251-2/+5
* Cluster security support:Alan Conway2009-02-121-3/+3
* Cluster support for message time-to-live.Alan Conway2009-02-091-3/+9
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-6/+11
* Fix for race conditions in cluster join.Alan Conway2009-02-031-9/+14
* Better error messages for not-attached exceptions.Alan Conway2009-01-291-3/+0
* Remove defunct --cluster-mcast-max optionn. Alan Conway2009-01-281-1/+1
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-22/+22
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-2/+1
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-261-0/+3
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-0/+1
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-211-4/+8
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-161-15/+8
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-091-1/+1
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-191-1/+4
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-32/+30
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-111-4/+5
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-4/+5
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-081-6/+3
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-081-4/+3
* 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