summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/ha/BrokerReplicator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-121-10/+1
* NO-JIRA: Fix compilation errorGordon Sim2012-10-111-2/+2
* Bug 860701 - QPID-4350: HA handle auto-delete queuesAlan Conway2012-10-111-62/+164
* QPID-4360: Fix test bug: Non-ready HA broker can be incorrectly promoted to p...Alan Conway2012-10-091-18/+15
* QPID-4285: HA backups continuously disconnect / re-sync after attempting to r...Alan Conway2012-10-021-4/+16
* QPID-4285: HA backups continuously disconnect / re-sync after attempting to r...Alan Conway2012-10-021-16/+92
* QPID-4325: HA Starting from persistent storeAlan Conway2012-09-251-34/+50
* QPID-4248: HA does not replicate topic binding keys to backups (Author: Andy ...Alan Conway2012-09-061-1/+2
* QPID-4178: broker refactoringGordon Sim2012-08-101-40/+39
* NO-JIRA: Trivial correction to log message.Alan Conway2012-08-071-1/+1
* QPID-4191: HA removing self address breaks if a VIP is used.Alan Conway2012-08-061-1/+2
* QPID-4176: HA Error handlingAlan Conway2012-08-011-0/+1
* QPID-4176: HA Error handlingAlan Conway2012-07-311-1/+3
* QPID-4175: HA code rationalize loggingAlan Conway2012-07-301-6/+5
* QPID-4158: HA transition to CATCHUP status too early.Alan Conway2012-07-191-16/+4
* QPID-4145: HA Minor fixes to recovery Alan Conway2012-07-171-2/+3
* QPID-4138: HA sporadic failure in ha_testsAlan Conway2012-07-131-1/+0
* QPID-4107 HA does not replicate alternate-exchangeAlan Conway2012-07-131-53/+103
* QPID-4118: HA does not work with authentication and authorization.Alan Conway2012-07-091-16/+24
* QPID-4085: HA message-loss race condition, handling replication event after r...Alan Conway2012-07-051-7/+12
* NO-JIRA: Trivial code cleanup, removing outdated FIXME comments.Alan Conway2012-06-221-2/+1
* NO-JIRA: Simplify locking and remove member-update callback in HA code.Alan Conway2012-06-221-1/+1
* NO-JIRA: Cleanup in HA code.Alan Conway2012-06-221-39/+33
* QPID-4078: Fix primary self-connections in long running test.Alan Conway2012-06-221-16/+16
* QPID-3603: Bug fixes to HA code, passing test_failover_send_receiveAlan Conway2012-06-141-18/+19
* QPID-3603: HA bug fixes around transition to ready statusAlan Conway2012-06-121-0/+2
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-121-5/+10
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-121-29/+18
* QPID-3603: Fix race condition causing sporadic crash in BrokerReplicator::ini...Alan Conway2012-06-081-2/+7
* QPID-3603: HA primary sends membership updates to backup brokers.Alan Conway2012-06-081-12/+22
* QPID-3603: Better log messages for HA code.Alan Conway2012-05-281-19/+19
* QPID-3603: HA don't replicate excluseive, auto-delete, non-timeout queues.Alan Conway2012-05-161-5/+24
* QPID-3603: HA rename "promoting" to "recovering"Alan Conway2012-05-151-1/+1
* QPID-3603: HA remove backup Replicator code to track unready queues.Alan Conway2012-05-151-26/+7
* QPID-3603: HA backup brokers don't connect to self when searching for primary.Alan Conway2012-05-151-3/+3
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-151-98/+129
* QPID-3767: re-index bridge and link by constant name, not addressKenneth Anthony Giusti2012-05-041-1/+4
* QPID-3603: Install HA connection excluder at the beginning of initialization.Alan Conway2012-04-231-43/+41
* QPID-3606: More consistent logging and error handling for HA code.Alan Conway2012-04-191-6/+6
* QPID-3603: Fix minor log message bugs.Alan Conway2012-04-121-2/+3
* QPID-3603: Broker option --ha-replicate-default to specify default replication.Alan Conway2012-04-021-36/+63
* QPID-3603: Initial documentation for the new HA plug-in.Alan Conway2012-03-051-4/+4
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-1/+2
* QPID-3603: HA logging improvements.Alan Conway2012-02-221-0/+9
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-0/+497