summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha
Commit message (Expand)AuthorAgeFilesLines
* QPID-4641: C++ build errors re virtual functions but non-virtual destructorAlan Conway2013-03-121-0/+2
* QPID-4630: HA Fix starting from persistent store.Alan Conway2013-03-072-12/+12
* QPID-4600: New HA regularly shutting down active nodeAlan Conway2013-02-251-0/+5
* Revert "Bug 891689 - New HA regularly shutting down active node"Alan Conway2013-02-251-5/+0
* Bug 891689 - New HA regularly shutting down active nodeAlan Conway2013-02-251-0/+5
* NO-JIRA: HA loggging: include status in log messages that refer to a BrokerInfoAlan Conway2013-02-256-22/+17
* QPID-4555: HA Replace QueueSettings::declaredExclusive with isTemporary.Alan Conway2013-02-081-3/+1
* QPID-4555: HA Add QueueSettings::declaredExclusive for exclusive queues.Alan Conway2013-02-072-3/+5
* QPID-4555: HA Primary sets explicit qpid.replicate in Queue and Exchange argu...Alan Conway2013-02-0710-94/+98
* QPID-4555: HA Check for backup ready when new backup joins.Alan Conway2013-02-072-3/+7
* QPID-4555: HA Don't shut down on deleting an exchange that is in use as an al...Alan Conway2013-02-071-0/+9
* QPID-4555: HA fix deletion of self from membership.Alan Conway2013-01-311-1/+2
* QPID-4555: HA Fix race condition in rejecting connections.Alan Conway2013-01-311-8/+9
* QPID-4555: HA fix sporadic core dump in BrokerReplicator::disconnectedAlan Conway2013-01-313-9/+24
* QPID-4555: HA Fix race condition in QueueGuardAlan Conway2013-01-313-54/+44
* NO-JIRA: Fix build error in windows buildAlan Conway2013-01-281-0/+1
* Refer to Url consistently as a struct, not a class. Removes warning on MSVC. ...Stephen D. Huston2013-01-252-2/+2
* NO-JIRA: HA refactor, re-organise code for clarity and thread safety.Alan Conway2013-01-2314-298/+442
* NO-JIRA: HA refactor, centralize critical error shutdown logic.Alan Conway2013-01-234-17/+17
* QPID-4516: Undo use of atomic status in HaBroker.cppAlan Conway2013-01-152-39/+29
* QPID-4516: Sporadic failure in ha_tests test_failover_send_receiveAlan Conway2013-01-115-36/+65
* NO-JIRA: HA log message missing sequence number.Alan Conway2013-01-111-1/+1
* NO-JIRA: slim down some header file inclusionsAndrew Stitcher2013-01-041-0/+2
* QPID-4516: Sporadic failure in ha_tests test_failover_send_receiveAlan Conway2012-12-198-32/+31
* NO-JIRA: Fix core dump if ha plugin is loaded but ha-cluster=noAlan Conway2012-12-191-1/+1
* QPID-4506: Qpid HA's '--ha-public-url' option duplicates the '--known-hosts-u...Alan Conway2012-12-144-20/+16
* QPID-4481: HA replication of propagated bindings can lead to incorrect config...Alan Conway2012-12-111-11/+14
* QPID-4498: HA module should only initialize if requested Alan Conway2012-12-102-2/+6
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-1/+1
* NO-JIRA: Repair build for Windows VS2010Charles E. Rolke2012-11-301-1/+8
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-1/+1
* QPID-4436: HA fix qpidd crash when mgmt-enable=noAlan Conway2012-11-144-10/+15
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-146-10/+73
* NO-JIRA: Fix ambiguity probems in windows buildAlan Conway2012-11-131-1/+0
* Bug 874118 - HA Deadlock in backup broker after disconnecting from primary.Alan Conway2012-11-092-13/+12
* NO-JIRA: Rename generated event PACKAGE_NAME, clashes with #defines.Alan Conway2012-11-011-21/+14
* QPID-4394: HA QMF events out of orderAlan Conway2012-11-011-1/+1
* QPID-4401: HA bindings for QMF exchanges not replicated.Alan Conway2012-10-311-24/+3
* NO-JIRA: Fix compile error on windows.Alan Conway2012-10-251-1/+1
* Bug:868364 - QPID-4391: HA ignore stale responses.Alan Conway2012-10-242-100/+105
* Bug-869420 - QPID-4393: BrokerReplicator should call queue->bind, not exchang...Alan Conway2012-10-241-1/+1
* Bug 867030 - QPID-4374: Make QueueGuard::cancel idempotent (Jason Dillaman)Alan Conway2012-10-182-13/+12
* Bug 867030 - QPID-4374: Use configurable credit window for HA backup subscrip...Alan Conway2012-10-185-20/+41
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-154-9/+7
* NO-JIRA: Fix compile error on windows.Alan Conway2012-10-121-1/+1
* QPID-4369: HA backup brokers core dump in benchmark test.Alan Conway2012-10-124-22/+26
* NO-JIRA: Fix compilation errorGordon Sim2012-10-111-2/+2
* Bug 860701 - QPID-4350: HA handle auto-delete queuesAlan Conway2012-10-115-77/+235
* QPID-4360: Fix test bug: Non-ready HA broker can be incorrectly promoted to p...Alan Conway2012-10-094-37/+35
* QPID-4360: Non-ready HA broker can be incorrectly promoted to primaryAlan Conway2012-10-055-9/+214