summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha
Commit message (Expand)AuthorAgeFilesLines
* Fix compile warning on Visual Studio. NO-JIRA.Stephen D. Huston2013-06-071-2/+2
* QPID-4866: HA support for failover exchangeAlan Conway2013-05-228-31/+326
* NO-JIRA: HA Use qpid::Address in ha::BrokerInfo rather than host/port.Alan Conway2013-05-163-17/+16
* QPID-4850: HA Sporadic stall in ha_tests.test_failover_send_receiveAlan Conway2013-05-152-2/+3
* QPID-4745: HA safe port allocation for brokers in HA tests.Alan Conway2013-05-152-1/+5
* QPID-4839: HA Sporadic failure of ha_tests.test_join_ready_clusterAlan Conway2013-05-142-5/+10
* NO-JIRA: Fix harmless but annoying Visual Studio warningAndrew Stitcher2013-05-081-1/+1
* NO-JIRA: Remove "FIXME" string inadvertently left in code.Alan Conway2013-05-011-1/+0
* QPID-4787: HA brokers find self-address in brokers_url.Alan Conway2013-04-296-18/+46
* QPID-4780: Bug 889552 - HA broker deadlock after loss of primary broker.Alan Conway2013-04-263-29/+37
* QPID-4748: Consistent handling of durations in broker configuration, allowing...Alan Conway2013-04-195-17/+18
* QPID-4728: add 'credit' parameter to Federation Bridge configuration.Kenneth Anthony Giusti2013-04-112-0/+2
* 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