summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha/Backup.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-191-5/+3
* QPID-5544: HA memory leak in backup broker after shutdown.Alan Conway2014-02-061-5/+3
* NO-JIRA: Minor rationalization of log statement priorities.Alan Conway2014-01-271-1/+0
* NO-JIRA: Minor refactor to improve code safety: calling shared_from_this on c...Alan Conway2014-01-271-2/+1
* QPID-5513: HA backup fails if number of replicated queues exceeds number of c...Alan Conway2014-01-241-1/+0
* QPID-5404: HA broker message duplication when deleting a queue with an alt-ex...Alan Conway2013-12-101-1/+1
* QPID-4327: HA support for TX transactions - fix auth bugs.Alan Conway2013-09-091-3/+1
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-7/+1
* QPID-4748: Consistent handling of durations in broker configuration, allowing...Alan Conway2013-04-191-1/+1
* QPID-4555: HA Check for backup ready when new backup joins.Alan Conway2013-02-071-0/+1
* QPID-4555: HA fix sporadic core dump in BrokerReplicator::disconnectedAlan Conway2013-01-311-1/+0
* NO-JIRA: Fix build error in windows buildAlan Conway2013-01-281-0/+1
* NO-JIRA: HA refactor, re-organise code for clarity and thread safety.Alan Conway2013-01-231-37/+63
* QPID-4516: Sporadic failure in ha_tests test_failover_send_receiveAlan Conway2012-12-191-1/+3
* QPID-4285: HA backups continuously disconnect / re-sync after attempting to r...Alan Conway2012-10-021-1/+6
* 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-27/+5
* QPID-4175: HA code rationalize loggingAlan Conway2012-07-301-0/+12
* QPID-4128: HA should not use amq.failover for replication linksAlan Conway2012-07-101-1/+1
* QPID-4118: HA does not work with authentication and authorization.Alan Conway2012-07-091-2/+2
* QPID-4085: HA review and fix lock scopes.Alan Conway2012-07-051-14/+17
* NO-JIRA: Simplify locking and remove member-update callback in HA code.Alan Conway2012-06-221-1/+2
* QPID-4078: Fix primary self-connections in long running test.Alan Conway2012-06-221-17/+17
* QPID-3603: Bug fixes to HA code, passing test_failover_send_receiveAlan Conway2012-06-141-1/+1
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-121-1/+2
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-121-3/+3
* QPID-3603: Fix race condition causing sporadic crash in BrokerReplicator::ini...Alan Conway2012-06-081-0/+3
* QPID-3603: HA primary sends membership updates to backup brokers.Alan Conway2012-06-081-1/+1
* QPID-3603: Removed isSelf check in Backup, was returning false positives.Alan Conway2012-05-291-0/+3
* QPID-3603: HA backups pass identifying info to primary.Alan Conway2012-05-221-3/+3
* QPID-3603: HA backup brokers don't connect to self when searching for primary.Alan Conway2012-05-151-10/+26
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-151-7/+3
* QPID-3603: Make failover subscrption optional for Links.Alan Conway2012-05-091-2/+3
* QPID-3767: re-index bridge and link by constant name, not addressKen Giusti2012-05-041-0/+2
* QPID-3603: Install HA connection excluder at the beginning of initialization.Alan Conway2012-04-231-8/+10
* QPID-3606: More consistent logging and error handling for HA code.Alan Conway2012-04-191-4/+3
* QPID-3603: Broker option --ha-replicate-default to specify default replication.Alan Conway2012-04-021-5/+6
* QPID-3603: HA logging improvements.Alan Conway2012-02-221-1/+1
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-0/+90