summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-252-4/+7
* Fix race condition: move all calls on Decoder into event delivery thread.Alan Conway2009-02-251-2/+6
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-2410-12/+100
* Minor fixes. Alan Conway2009-02-171-5/+0
* Cluster start-up retries to handle slow cman start-up.Alan Conway2009-02-142-7/+11
* Enable --cluster-cman option if built with libcman support.Alan Conway2009-02-122-2/+3
* Cluster security support:Alan Conway2009-02-128-51/+99
* Fix race condition with read-credit.Alan Conway2009-02-112-0/+2
* Fix memory leak in cluster code.Alan Conway2009-02-113-7/+14