summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha/QueueReplicator.cpp
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Minor rationalization of log statement priorities.Alan Conway2014-01-271-1/+1
* NO-JIRA: Minor refactor to improve code safety: calling shared_from_this on c...Alan Conway2014-01-271-3/+9
* QPID-5513: HA backup fails if number of replicated queues exceeds number of c...Alan Conway2014-01-241-1/+0
* QPID-5421: HA replication error in stand-alone replicationAlan Conway2013-12-131-16/+24
* QPID-5421: Refactor: clean up QueueObservers.Alan Conway2013-12-131-1/+1
* QPID-5404: HA broker message duplication when deleting a queue with an alt-ex...Alan Conway2013-12-101-0/+24
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-20/+30
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-0/+1
* QPID-4327: HA support for TX transactions - fix TX error messages.Alan Conway2013-09-091-13/+3
* QPID-4327: HA clean up transaction artifacts at end of TX.Alan Conway2013-08-301-0/+13
* QPID-4327: HA Handle brokers joining and leaving during a transaction.Alan Conway2013-08-051-1/+0
* QPID-4327: HA Fix windows compile errors introduced by recent commits.Alan Conway2013-08-021-1/+0
* QPID-4327: HA TX transactions, blocking wait for prepareAlan Conway2013-08-011-5/+10
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-32/+49
* QPID-4976: support standard lifetime policiesGordon Sim2013-07-101-0/+1
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-45/+36
* QPID-4850: HA Sporadic stall in ha_tests.test_failover_send_receiveAlan Conway2013-05-151-0/+1
* QPID-4780: Bug 889552 - HA broker deadlock after loss of primary broker.Alan Conway2013-04-261-23/+32
* QPID-4728: add 'credit' parameter to Federation Bridge configuration.Ken Giusti2013-04-111-0/+1
* NO-JIRA: HA refactor, centralize critical error shutdown logic.Alan Conway2013-01-231-3/+1
* QPID-4436: HA fix qpidd crash when mgmt-enable=noAlan Conway2012-11-141-3/+4
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-5/+6
* Bug 867030 - QPID-4374: Use configurable credit window for HA backup subscrip...Alan Conway2012-10-181-15/+15
* QPID-4369: HA backup brokers core dump in benchmark test.Alan Conway2012-10-121-10/+23
* Bug 860701 - QPID-4350: HA handle auto-delete queuesAlan Conway2012-10-111-8/+30
* NO-JIRA: Add log messages to identify QueueReplicator associated with a sessi...Alan Conway2012-10-031-0/+22
* QPID-4285: HA backups continuously disconnect / re-sync after attempting to r...Alan Conway2012-10-021-7/+13
* QPID-4285: HA backups continuously disconnect / re-sync after attempting to r...Alan Conway2012-10-021-2/+1
* NO-JIRA: HA shortened prefix for ha headers to qpid.ha-.Alan Conway2012-09-261-1/+1
* QPID-4325: HA Starting from persistent storeAlan Conway2012-09-251-0/+1
* QPID-4322: HA sporadic failure in ha_tests Alan Conway2012-09-191-4/+15
* NO-JIRA: Correct bug in ReplicatingSubscription::getNext - find next message ...Alan Conway2012-09-111-4/+5
* QPID-4178: broker refactoringGordon Sim2012-08-101-6/+5
* QPID-4176: HA Error handlingAlan Conway2012-07-311-2/+5
* QPID-4145: HA Minor fixes to recovery Alan Conway2012-07-171-1/+1
* NO-JIRA: Remove dead code.Alan Conway2012-07-051-1/+0
* QPID-4085: HA message-loss race condition, handling replication event after r...Alan Conway2012-07-051-1/+1
* NO-JIRA: Trivial code cleanup, removing outdated FIXME comments.Alan Conway2012-06-221-1/+1
* QPID-3603: Bug fixes to HA code, passing test_failover_send_receiveAlan Conway2012-06-141-3/+6
* QPID-3603: HA bug fixes around ha::QueueGuardAlan Conway2012-06-121-5/+3
* QPID-3603: Improvements to HA log messages, clarify primary/backp role.Alan Conway2012-06-121-0/+1
* QPID-3603: Guard should not complete messages from the internal event queue.Alan Conway2012-06-121-1/+1
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-121-2/+2
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-121-6/+5
* QPID-3603: Better log messages for HA code.Alan Conway2012-05-281-6/+11
* QPID-3603: Failover optimization restored.Alan Conway2012-05-281-21/+14
* QPID-3603: HA remove backup Replicator code to track unready queues.Alan Conway2012-05-151-11/+2
* QPID-3603: Test fixes to ha_tests.pyAlan Conway2012-05-151-1/+1
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-151-10/+32
* QPID-3767: fix queue replicator nameKen Giusti2012-05-041-0/+2