summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-332/+0
* QPID-3438Michael Goulish2011-12-161-0/+2
* QPID-3652: Fix cluster authentication.Alan Conway2011-12-061-0/+4
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-121-0/+2
* NO-JIRA: Suppress logging of clock events in cluster code.Alan Conway2011-08-311-15/+19
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-1/+13
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+3
* Defer update of managaement agent to end of update process.Alan Conway2010-12-081-0/+2
* Check for and abort invalid catchup connections.Alan Conway2010-08-231-1/+3
* Race condition in cluster+management, inconsistent errors like:Alan Conway2010-07-231-0/+2
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-1/+9
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-1/+2
* Fix "mismatched cluster-id" errors during start up.Alan Conway2010-05-251-1/+1
* Cluster logging improvements: log config changes in the deliver thread.Alan Conway2010-03-301-1/+5
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-1/+3
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-051-1/+0
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-051-2/+2
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-021-5/+4
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-3/+7
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-271-0/+2
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-271-5/+3
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-271-0/+1
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-0/+1
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-1/+1
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-241-3/+2
* Support for restarting a persistent cluster.Alan Conway2009-11-241-7/+11
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-171-5/+12
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-171-0/+1
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-061-2/+0
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-041-5/+5
* Fix race condition in cluster error handling.Alan Conway2009-07-311-1/+1
* Update queue listeners in the correct order.Alan Conway2009-07-161-15/+19
* Add directory to #includeAlan Conway2009-07-141-15/+15
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-3/+5
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-1/+5
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-1/+3
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-1/+0
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-1/+1
* Added missing locks in cluster code.Alan Conway2009-05-271-0/+1
* Undo change from r774809.Alan Conway2009-05-151-6/+1
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-141-1/+6
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-5/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-4/+13
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-4/+3
* Fixed race conditions in cluster.Alan Conway2009-03-081-43/+53
* Cluster: restore separate event/frame threads.Alan Conway2009-03-051-35/+27
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-2/+2
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-7/+14
* cluster: apply membership updates while in CATCHUP mode.Alan Conway2009-02-271-1/+3
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-251-2/+5