summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'visibility-hidden' into qpid-3163qpid-3163Alan Conway2011-07-282-25/+21
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-092-1/+3
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-5/+0
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-095-9/+9
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-285-1/+71
* QPID-3202: Clustered brokers shut down with "unknown connection" error.Alan Conway2011-04-134-18/+27
* 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
* NO-JIRA: Refactor RefCountedBuffer to be simpler and more flexible.Alan Conway2011-03-152-8/+9
* QPID-3105: Alternate-Exchange configuration not communicated between nodes in...Alan Conway2011-03-021-0/+4
* NO-JIRA: Remove misleading log messages in cluster/UpdateDataExchange.cppAlan Conway2011-03-012-11/+1
* NO-JIRA: remove some dead code, rename internal method for clarityGordon Sim2011-02-282-8/+1
* QPID-3084: apply Alan's fix to allow io callbacks to run during a cluster upd...Kenneth Anthony Giusti2011-02-243-28/+39
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-193-45/+47
* 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