summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/OutputInterceptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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