summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* Merged out from trunkQPID-2519Stephen D. Huston2011-10-2128-417/+696
* Undo bad merge from trunk - merged at wrong level.Stephen D. Huston2011-10-2128-696/+417
* Merge trunk to QPID-2519 branchStephen D. Huston2011-10-2028-417/+696
* QPID-3002: Configurable threshold alerts for queuesGordon Sim2011-02-151-1/+1
* QPID-529: Priority queue implementationGordon Sim2011-02-103-0/+14
* Added design note comment to qpid/cpp/src/qpid/cluster/ClusterTimer.cppAlan Conway2011-02-091-1/+20
* QPID-3007: Don't hold on to consumer shared-pointers in UpdateClient::consume...Alan Conway2011-02-012-5/+4
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-185-6/+63
* QPID-2982: Fix discrepancy in management object and deleted object counts.Alan Conway2011-01-131-2/+1
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-075-37/+54
* Bug 662765 - Management broker ID should be the same for members of a cluster.Alan Conway2010-12-154-20/+24
* Defer update of managaement agent to end of update process.Alan Conway2010-12-085-45/+36
* Modified cluster_tests causes broker shut down with invalid-argument error.Alan Conway2010-12-016-29/+221
* Enable cluster-safe assertions on transition to CATCHUPAlan Conway2010-12-011-2/+4
* QPID-2956: cluster broker exits with "error deliveryRecord no update message."Alan Conway2010-11-222-9/+14
* QPID-2874 Clustered broker crashes in assertion in cluster/ExpiryPolicy.cppAlan Conway2010-11-182-11/+51
* cluster/Numbering.h: Removed unused and incorrect function contains()Alan Conway2010-11-171-2/+0
* Moved new cluster design docs into cpp/design.Alan Conway2010-11-013-932/+0
* Updates to new cluster design docs.Alan Conway2010-11-012-108/+113
* Updates to new cluster design.Alan Conway2010-10-271-3/+6
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-2714-903/+3
* Updates to new cluster design.Alan Conway2010-10-273-1/+19
* Add missing Apache licences to cluster files.Alan Conway2010-10-263-1/+53
* Updates to new cluster design docs regarding active-passive mode.Alan Conway2010-10-263-3/+14
* Initial design document on implementing active/passive clustering.Alan Conway2010-10-251-0/+39
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-2516-25/+920
* Introduce broker::Cluster interface.Alan Conway2010-10-182-0/+442
* Code cleanup in broker directory.Alan Conway2010-10-141-5/+5
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-083-11/+12
* Update new cluster design: no longer planning to use MessageStore interface.Alan Conway2010-10-071-36/+26
* new-cluster-design.txt: added note on async replication.Alan Conway2010-09-281-6/+21
* Update new-cluster-design.txt, clarifications & notes.Alan Conway2010-09-241-13/+19
* Update new-cluster-design.txt: improvements to new members joining cluster.Alan Conway2010-09-241-3/+82
* Design note on proposed new cluster design.Alan Conway2010-09-221-0/+277
* Break deadlock caused when ClusterTimer::drop is called concurrently with Tim...Alan Conway2010-09-091-1/+0
* Give timer tasks a name for logging purposes.Alan Conway2010-08-262-2/+2
* Check for and abort invalid catchup connections.Alan Conway2010-08-234-3/+14
* Fixed memory management error in cluster::Quorum causing problems with --clus...Alan Conway2010-08-092-4/+5
* Fix crash on exit with --cluster-cman.Alan Conway2010-08-051-0/+2
* QPID-2702 --max-connections does not work when using cluster.Alan Conway2010-07-231-2/+11
* Race condition in cluster+management, inconsistent errors like:Alan Conway2010-07-232-23/+46
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-204-1/+16
* Fix cluster-safe assertion in ~Connection.Alan Conway2010-07-081-0/+6
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-052-3/+42
* Fix sporadic cluster core on exit.Alan Conway2010-07-012-1/+1
* Fix regression in r956882, sporadic failures of client_test.cpp:testBadClient...Alan Conway2010-06-242-15/+10
* Fix cluster broker crashes when management is active.Alan Conway2010-06-224-26/+49
* Bug 603835 - cluster_tests.test_management failing.Alan Conway2010-06-165-33/+48
* This change is a partial fix for the problem of long cluster failovers. This...Michael Goulish2010-06-151-1/+3
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-091-0/+2