summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-231-0/+1
* Better logging around cpg_init, 30 second retry limit.Alan Conway2009-04-221-4/+6
* Fix log message with incorrect level (critical should be debug).Alan Conway2009-04-161-1/+1
* Removed un-used LatencyMetric hack: missed in lat commit.Alan Conway2009-04-153-7/+1
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-158-18/+5
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-142-3/+4
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-1114-74/+357
* Cluster: fix exception handling if updater fails to connect to updatee.Alan Conway2009-04-063-12/+11
* Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...Alan Conway2009-03-302-1/+8
* QPID-1771: fix as applied to branch as r757807.Gordon Sim2009-03-242-3/+6
* Fix problems buildling on gcc 4.4 and latest corosync.Alan Conway2009-03-111-7/+17
* Cluster authentication settings default to empty.Alan Conway2009-03-101-1/+1
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-099-58/+79
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-091-1/+3
* Fixed race conditions in cluster.Alan Conway2009-03-0815-349/+357
* QPID-1719: Ensure management object id remain in sync across cluster.Gordon Sim2009-03-062-2/+2
* Cluster: restore separate event/frame threads.Alan Conway2009-03-054-89/+70
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-0513-56/+111
* cluster::UpdateClient added missing error handling.Alan Conway2009-03-031-14/+17
* Replicate connection decoder fragments to new members.Alan Conway2009-03-0218-388/+200
* Add lock to cluster::ConnectionMap, make it thread safe.Alan Conway2009-02-272-11/+13
* cluster: apply membership updates while in CATCHUP mode.Alan Conway2009-02-272-10/+11
* Fix to avoid spinning if an exception is thrown in cluster::PollableQueue.Alan Conway2009-02-261-0/+2
* Remove "flow enabled" log messages.Alan Conway2009-02-262-10/+7