summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-141-5/+3
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-121-3/+5
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-061-16/+12
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-041-6/+6
* Fix race condition in cluster error handling.Alan Conway2009-07-311-12/+9
* Provide more informative cluster logging at notice levelAlan Conway2009-07-291-19/+18
* Minor cluster optimizations.Alan Conway2009-07-141-1/+1
* Add directory to #includeAlan Conway2009-07-141-7/+7
* Fix cluster handling of multiple errors.Alan Conway2009-07-101-1/+2
* Minor improvement to cluster logging.Alan Conway2009-07-091-3/+6
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-27/+52
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-21/+88
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-11/+33
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-15/+2
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-171-2/+12
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-3/+6
* Added missing locks in cluster code.Alan Conway2009-05-271-3/+10
* Add missing null body check in ErrorCheckAlan Conway2009-05-201-5/+11
* Instrumentation for measuring latencies.Alan Conway2009-05-191-6/+15
* Undo change from r774809.Alan Conway2009-05-151-63/+3
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-141-3/+131
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-2/+2
* Fix leak of Decoder map entries.Alan Conway2009-05-111-0/+1
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* LatenchTracker: a tool for measuring latencies.Alan Conway2009-05-041-7/+14
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-2/+0
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-3/+0
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-141-2/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-11/+47
* Cluster: fix exception handling if updater fails to connect to updatee.Alan Conway2009-04-061-7/+7
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-8/+2
* 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-081-78/+100
* Cluster: restore separate event/frame threads.Alan Conway2009-03-051-48/+39
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-21/+40
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-60/+78
* cluster: apply membership updates while in CATCHUP mode.Alan Conway2009-02-271-9/+8
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-251-2/+2
* Fix race condition: move all calls on Decoder into event delivery thread.Alan Conway2009-02-251-2/+6
* Minor fixes. Alan Conway2009-02-171-5/+0
* Cluster security support:Alan Conway2009-02-121-7/+14
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-1/+1
* Cluster support for message time-to-live.Alan Conway2009-02-091-10/+21
* Fix seg fault if cluster and management are enabled.Alan Conway2009-02-061-7/+8
* Fix race condition with deleted local connections.Alan Conway2009-02-041-3/+4
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-19/+36
* Fix for race conditions in cluster join.Alan Conway2009-02-031-64/+60
* Fix bug in frame drop logic.Alan Conway2009-02-021-1/+1
* Fix cluster race condition for new members joining.Alan Conway2009-01-291-1/+1
* Better error messages for not-attached exceptions.Alan Conway2009-01-291-6/+0