summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha/RemoteBackup.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-211-2/+2
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-191-11/+6
* QPID-5718: Dead code in the HA codebaseAlan Conway2014-04-231-15/+0
* QPID-5666: HA fails with resource-limit-exceeded: Exceeded replicated queue l...Alan Conway2014-04-071-1/+1
* QPID-4327: HA TX transactions, blocking wait for prepareAlan Conway2013-08-011-2/+0
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-0/+3
* QPID-4327: Renamed ConfigurationObserver as BrokerObserver.Alan Conway2013-08-011-2/+2
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-10/+7
* NO-JIRA: HA loggging: include status in log messages that refer to a BrokerInfoAlan Conway2013-02-251-5/+12
* QPID-4555: HA Primary sets explicit qpid.replicate in Queue and Exchange argu...Alan Conway2013-02-071-5/+6
* QPID-4516: Sporadic failure in ha_tests test_failover_send_receiveAlan Conway2013-01-111-0/+2
* QPID-4516: Sporadic failure in ha_tests test_failover_send_receiveAlan Conway2012-12-191-4/+10
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-3/+2
* QPID-4360: Fix test bug: Non-ready HA broker can be incorrectly promoted to p...Alan Conway2012-10-091-10/+12
* QPID-4178: broker refactoringGordon Sim2012-08-101-0/+1
* QPID-4191: HA removing self address breaks if a VIP is used.Alan Conway2012-08-061-1/+1
* QPID-4159: HA missing messages in failover test.Alan Conway2012-07-261-1/+9
* NO-JIRA: Removed use of boost::bind which was causing build failure on windows.Alan Conway2012-07-181-2/+2
* QPID-4148: HA Not setting initial queues for new RemoteBackups Alan Conway2012-07-181-6/+6
* QPID-4145: HA Minor fixes to recovery Alan Conway2012-07-171-3/+10
* QPID-4144 HA broker deadlocks on broker::QueueRegistry lock and ha::Primary lockAlan Conway2012-07-171-12/+11
* QPID-4126: HA primary times out expected backups.Alan Conway2012-07-101-8/+8
* NO-JIRA: Trivial code cleanup, removing outdated FIXME comments.Alan Conway2012-06-221-1/+0
* QPID-3603: Minor cleanup and test improvements in HA code.Alan Conway2012-06-181-4/+7
* QPID-3603: Bug fixes to HA code, passing test_failover_send_receiveAlan Conway2012-06-141-1/+3
* QPID-3603: HA bug fixes around transition to ready statusAlan Conway2012-06-121-6/+22
* QPID-3603: HA bug fixes around ha::QueueGuardAlan Conway2012-06-121-4/+9
* QPID-3603: Improvements to HA log messages, clarify primary/backp role.Alan Conway2012-06-121-1/+1
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-121-0/+81