summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused class and clean up some FIXME comments.Alan Conway2009-02-105-111/+8
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-1010-17/+38
* Cluster support for message time-to-live.Alan Conway2009-02-099-28/+202
* Demote CPG flow control warning message to debug.Alan Conway2009-02-091-1/+1
* Fix seg fault if cluster and management are enabled.Alan Conway2009-02-061-7/+8
* QPID-1618 from Mick Goulish: brokers joining cluster store persistent message...Alan Conway2009-02-051-0/+5
* Fix race condition with deleted local connections.Alan Conway2009-02-043-5/+10
* Fix assertion due to doOutput control being sent after local connection closed.Alan Conway2009-02-043-6/+9
* Fix memory error in ClusterPlugin.Alan Conway2009-02-042-7/+8
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-043-28/+52
* Clean up error messages.Alan Conway2009-02-041-14/+14
* Fix for race conditions in cluster join.Alan Conway2009-02-0321-227/+508
* Changed name of UpdateClient's queue from "\000qpid-update" to "qpid.qpid-upd...Kim van der Riet2009-02-031-2/+2
* Fix bug in frame drop logic.Alan Conway2009-02-021-1/+1
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-0/+16
* Fix cluster race condition for new members joining.Alan Conway2009-01-291-1/+1
* Better error messages for not-attached exceptions.Alan Conway2009-01-293-18/+9