summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3438Michael Goulish2011-12-161-0/+9
* QPID-3652: Fix cluster authentication.Alan Conway2011-12-061-5/+49
* QPID-3629: Changed management of credit windowGordon Sim2011-11-231-1/+1
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-121-1/+5
* NO-JIRA: Suppress logging of clock events in cluster code.Alan Conway2011-08-311-3/+12
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-5/+5
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-9/+54
* QPID-3284: Eliminated warnings from gcc 4.6 compilerAndrew Stitcher2011-06-071-1/+2
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-281-1/+1
* QPID-3198: Clustered broker should exit on unknown connection.Alan Conway2011-04-111-1/+1
* NO-JIRA: Fix bug in Cluster::timerDrop - calling wrong function.Alan Conway2011-04-071-1/+1
* QPID-3105: Alternate-Exchange configuration not communicated between nodes in...Alan Conway2011-03-021-0/+4
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-34/+36
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-181-1/+1
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-071-8/+8
* Bug 662765 - Management broker ID should be the same for members of a cluster.Alan Conway2010-12-151-1/+1
* Defer update of managaement agent to end of update process.Alan Conway2010-12-081-5/+10
* Modified cluster_tests causes broker shut down with invalid-argument error.Alan Conway2010-12-011-1/+6
* Enable cluster-safe assertions on transition to CATCHUPAlan Conway2010-12-011-2/+4
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-081-1/+1
* Break deadlock caused when ClusterTimer::drop is called concurrently with Tim...Alan Conway2010-09-091-1/+0
* Check for and abort invalid catchup connections.Alan Conway2010-08-231-0/+5
* Race condition in cluster+management, inconsistent errors like:Alan Conway2010-07-231-23/+44
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-201-1/+1
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-2/+33
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-1/+12
* Bug 603835 - cluster_tests.test_management failing.Alan Conway2010-06-161-2/+1
* This change is a partial fix for the problem of long cluster failovers. This...Michael Goulish2010-06-151-1/+3
* Fix "mismatched cluster-id" errors during start up.Alan Conway2010-05-251-20/+27
* Fix broker core dump during start-up caused by un-initialized mAgent pointer.Alan Conway2010-05-211-0/+1
* Delay generating URL in cluster till global constructors to handle multi-prot...Alan Conway2010-05-121-10/+13
* Correct brokertest.retry logic.Alan Conway2010-05-061-1/+1
* Code cleanup Ted Ross2010-04-231-1/+0
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-211-3/+3
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-011-7/+13
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-5/+1
* Joining a cluster: don't push an empty store.Alan Conway2010-03-301-0/+1
* Fix hanging failover_soak test.Alan Conway2010-03-301-0/+2
* Cluster logging improvements: log config changes in the deliver thread.Alan Conway2010-03-301-36/+41
* Raise ClusterTimer lateness threshold to reduce noisy warnings.Alan Conway2010-03-291-1/+3
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-24/+67
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-081-2/+6
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-051-5/+3
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-051-7/+6
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-2/+7
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-261-1/+1
* Last member of a cluster always has clean store.Alan Conway2010-02-251-0/+6
* Consistent connection names across a cluster.Alan Conway2010-02-051-3/+1
* Synchronize management agent lists during cluster update.Alan Conway2010-02-051-2/+10