summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-191-1/+1
* Added documentation to watchdog plugin.Alan Conway2009-08-142-0/+25
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-144-28/+17
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-124-17/+28
* Watchdog feature to remove unresponsive cluster nodes.Alan Conway2009-08-102-0/+174
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-0612-36/+109
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-044-16/+56
* Fix race condition in cluster error handling.Alan Conway2009-07-318-52/+75
* Set protocol versions correctly in cluster code.Alan Conway2009-07-302-8/+12
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-302-7/+10
* Provide more informative cluster logging at notice levelAlan Conway2009-07-295-28/+28
* Remove some unnecessary promotions of char* to std::string.Alan Conway2009-07-212-17/+18
* Add "[shadow]" prefix to the log-ID for shadow and catch-up connections, to m...Alan Conway2009-07-171-6/+12
* Update queue listeners in the correct order.Alan Conway2009-07-167-46/+200
* Minor cluster optimizations.Alan Conway2009-07-143-16/+11
* Add directory to #includeAlan Conway2009-07-1434-88/+88
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-132-10/+7
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-102-7/+10
* Fix cluster handling of multiple errors.Alan Conway2009-07-103-19/+37
* Minor improvement to cluster logging.Alan Conway2009-07-091-3/+6
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-081-0/+2
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-018-38/+80
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-0110-33/+229
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-307-36/+45
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-186-23/+27
* Correct order of args to memset(); fixes QPID-1787Stephen D. Huston2009-06-181-1/+1
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-173-3/+19
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-167-19/+55
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-111-0/+1
* 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-083-0/+7
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-053-1/+4
* Ensure that ring queue behaves as expected when replicated to newly joined cl...Gordon Sim2009-06-031-0/+1
* Added missing locks in cluster code.Alan Conway2009-05-274-4/+17
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-273-18/+37
* Improved doOutput algorithm.Alan Conway2009-05-268-74/+50
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-256-18/+21
* Add missing null body check in ErrorCheckAlan Conway2009-05-204-11/+23
* Instrumentation for measuring latencies.Alan Conway2009-05-194-6/+26
* Block unsafe management methods only if clustering is enabledTed Ross2009-05-181-2/+3
* from (aconway)... added facility to disable management methods.Ted Ross2009-05-151-0/+13
* Undo change from r774809.Alan Conway2009-05-153-70/+4
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-143-4/+138
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-112-5/+4
* Fix leak of Decoder map entries.Alan Conway2009-05-113-8/+10
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-063-10/+13
* LatenchTracker: a tool for measuring latencies.Alan Conway2009-05-041-7/+14
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-042-1/+8
* Remove workaround for buggy corosync headers, no longer needed.Alan Conway2009-05-011-7/+3
* Improved & simplified cluster output algorithm.Alan Conway2009-04-2910-173/+37