summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/Multicaster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-081-1/+0
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-6/+15
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-061-9/+2
* Support for restarting a persistent cluster.Alan Conway2009-11-241-8/+13
* Removed LatencyTracker from cluster.Alan Conway2009-10-011-4/+0
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-141-20/+12
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-121-12/+20
* Add directory to #includeAlan Conway2009-07-141-2/+2
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-1/+1
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-251-3/+4
* Instrumentation for measuring latencies.Alan Conway2009-05-191-0/+4
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-8/+0
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-0/+6
* Remove defunct --cluster-mcast-max optionn. Alan Conway2009-01-281-23/+2
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-2/+3
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-1/+0
* Latency measurements, compiled out of production code.Alan Conway2009-01-201-4/+6
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-091-9/+16
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-091-4/+28
* cluster: handle multicast errors.Alan Conway2009-01-081-3/+6
* cluster/Event: store event header in the same buffer as data to simplify enco...Alan Conway2008-12-121-1/+4
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-0/+81