summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-095-20/+43
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-092-0/+2
* Reduce redundancy in cluster log output.Alan Conway2009-10-281-5/+1
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-211-0/+1
* Change CPG initialization log message to notice level.Alan Conway2009-10-191-2/+2
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-081-1/+2
* Minor improvements to cluster logging.Alan Conway2009-10-052-13/+18
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-052-2/+9
* Removed LatencyTracker from cluster.Alan Conway2009-10-015-42/+5
* Set cluster version number from SVN revision.Alan Conway2009-10-011-2/+6
* Minor fix from r.814021Kim van der Riet2009-09-111-3/+3
* Fix incorrect test for quorum status.Alan Conway2009-09-111-1/+1
* Fix QPID-2086, hang of federated_cluster_test_with_node_failure.Alan Conway2009-09-091-1/+9
* 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