summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix leak of Decoder map entries.Alan Conway2009-05-111-0/+1
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* LatenchTracker: a tool for measuring latencies.Alan Conway2009-05-041-7/+14
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-2/+0
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-3/+0
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-141-2/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-11/+47
* Cluster: fix exception handling if updater fails to connect to updatee.Alan Conway2009-04-061-7/+7
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-8/+2
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-091-1/+3
* Fixed race conditions in cluster.Alan Conway2009-03-081-78/+100
* Cluster: restore separate event/frame threads.Alan Conway2009-03-051-48/+39
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-21/+40
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-60/+78
* cluster: apply membership updates while in CATCHUP mode.Alan Conway2009-02-271-9/+8
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-251-2/+2
* Fix race condition: move all calls on Decoder into event delivery thread.Alan Conway2009-02-251-2/+6
* Minor fixes. Alan Conway2009-02-171-5/+0
* Cluster security support:Alan Conway2009-02-121-7/+14
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-1/+1
* Cluster support for message time-to-live.Alan Conway2009-02-091-10/+21
* Fix seg fault if cluster and management are enabled.Alan Conway2009-02-061-7/+8
* Fix race condition with deleted local connections.Alan Conway2009-02-041-3/+4
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-19/+36
* Fix for race conditions in cluster join.Alan Conway2009-02-031-64/+60
* Fix bug in frame drop logic.Alan Conway2009-02-021-1/+1
* Fix cluster race condition for new members joining.Alan Conway2009-01-291-1/+1
* Better error messages for not-attached exceptions.Alan Conway2009-01-291-6/+0
* Remove defunct --cluster-mcast-max optionn. Alan Conway2009-01-281-2/+2
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-271-2/+2
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-54/+53
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-24/+7
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-261-15/+47
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-1/+13
* More latency metrics.Alan Conway2009-01-221-0/+2
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-211-38/+51
* Additional latency measurement points.Alan Conway2009-01-211-0/+1
* Latency measurements, compiled out of production code.Alan Conway2009-01-201-1/+3
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-161-35/+9
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-161-1/+1
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-091-6/+5
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-091-3/+5
* cluster: handle multicast errors.Alan Conway2009-01-081-1/+1
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-191-1/+2
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-57/+15
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-111-15/+13
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-3/+4
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-081-36/+22
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-081-41/+15
* cluster: add Event size to encoded header.Alan Conway2008-12-031-1/+2