summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/OutputInterceptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3202: Clustered brokers shut down with "unknown connection" error.Alan Conway2011-04-131-8/+14
* QPID-3084: apply Alan's fix to allow io callbacks to run during a cluster upd...Kenneth Anthony Giusti2011-02-241-7/+10
* Bug 603835 - cluster_tests.test_management failing.Alan Conway2010-06-161-1/+1
* Change the heuristic used to alter the send estimate up and down.Michael Goulish2010-01-291-2/+2
* Removed LatencyTracker from cluster.Alan Conway2009-10-011-10/+2
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-061-1/+0
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-2/+0
* YA Fix to the cluster behaviour of the client heartbeatAndrew Stitcher2009-06-081-1/+3
* Fix of the previous client heartbeat changes:Andrew Stitcher2009-06-081-0/+5
* Improved doOutput algorithm.Alan Conway2009-05-261-44/+29
* Instrumentation for measuring latencies.Alan Conway2009-05-191-0/+4
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-22/+24
* Removed un-used LatencyMetric hack: missed in lat commit.Alan Conway2009-04-151-2/+0
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-4/+5
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-9/+2
* Fix assertion due to doOutput control being sent after local connection closed.Alan Conway2009-02-041-3/+5
* More latency metrics.Alan Conway2009-01-221-1/+2
* Additional latency measurement points.Alan Conway2009-01-211-1/+3
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-091-1/+1
* cluster/OutputInterceptor.cpp: added locking around use of ClusterOutputinter...Alan Conway2009-01-061-3/+14
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-191-3/+5
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-2/+2
* Remove un-necessary locks.Alan Conway2008-12-101-8/+0
* src/qpid/cluster/OutputInterceptor.cpp: revert locking.Alan Conway2008-12-081-3/+1
* Cluster: fixed error in credit allocation.Alan Conway2008-12-081-1/+3
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-0/+2
* Added cluster log messages.Alan Conway2008-11-281-13/+8
* Optional cluster integration with cman quorum service.Alan Conway2008-11-181-0/+1
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-2/+3
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-3/+1
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-1/+1
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-2/+18
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-4/+9
* Dump shared state to new cluster members.Alan Conway2008-09-181-3/+8
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-1/+0
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-151-2/+1
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-0/+1
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-1/+1
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-10/+9
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-0/+106