summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-083-132/+95
* Fixed sporadic failure of cluster_tests.py sasl_testAlan Conway2010-06-041-1/+2
* QPID-2004: Send disconnected event to any handles still registered after shut...Gordon Sim2010-06-011-2/+4
* Fixed assertion error in cluster_tests.py test_failover.Alan Conway2010-05-312-1/+2
* Fixed: authentication with bad credentials causes cluster broker to exit.Alan Conway2010-05-271-2/+12
* Fix issues with cluster+securityAlan Conway2010-05-271-15/+15
* QPID-2631: For blocking Bounds::expand() calls, only increase the current cou...Gordon Sim2010-05-271-2/+14
* Fix "mismatched cluster-id" errors during start up.Alan Conway2010-05-252-21/+28
* Fix broker core dump during start-up caused by un-initialized mAgent pointer.Alan Conway2010-05-211-0/+1
* Fix for "Assertion `!mcastSentButNotReceived' failed." in cluster tests.Alan Conway2010-05-171-15/+22
* Cluster + SecurityMichael Goulish2010-05-146-10/+227
* Delay generating URL in cluster till global constructors to handle multi-prot...Alan Conway2010-05-121-10/+13
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-0/+1
* Correct brokertest.retry logic.Alan Conway2010-05-061-1/+1
* Code cleanup Ted Ross2010-04-232-48/+0
* Cluster management improvements:Ted Ross2010-04-231-8/+1
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-211-3/+3