summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/ha/Membership.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-191-9/+16
* QPID-5482: HA Backup becomes useless if a connection-forced error is raised.Alan Conway2014-01-151-1/+1
* NO-JIRA: HA Rationalize naming of Membership functionsAlan Conway2013-09-111-14/+3
* QPID-4327: HA Handle brokers joining and leaving during a transaction.Alan Conway2013-08-051-0/+10
* QPID-4327: HA Fix windows compile errors introduced by recent commits.Alan Conway2013-08-021-1/+1
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-0/+8
* QPID-4944: HA Sporadic failure in ha_tests: tes_failover_send_receive and tes...Alan Conway2013-06-211-35/+46
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-5/+26
* QPID-4555: HA fix deletion of self from membership.Alan Conway2013-01-311-1/+2
* NO-JIRA: HA refactor, re-organise code for clarity and thread safety.Alan Conway2013-01-231-7/+103
* NO-JIRA: HA only expect READY backups in recovery.Alan Conway2012-08-071-1/+1
* QPID-4138: HA sporadic failure in ha_testsAlan Conway2012-07-131-0/+4
* NO-JIRA: Simplify locking and remove member-update callback in HA code.Alan Conway2012-06-221-30/+1
* QPID-3603: HA bug fixes around transition to ready statusAlan Conway2012-06-121-5/+10
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-121-6/+12
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-121-30/+40
* QPID-3603: HA primary sends membership updates to backup brokers.Alan Conway2012-06-081-0/+89