summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha/Primary.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4516: Sporadic failure in ha_tests test_failover_send_receiveAlan Conway2012-12-191-6/+3
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-2/+27
* QPID-4360: Fix test bug: Non-ready HA broker can be incorrectly promoted to p...Alan Conway2012-10-091-2/+2
* NO-JIRA: HA minor log message improvement.Alan Conway2012-09-141-2/+2
* QPID-4223: HA Completion isn't sent when queue that has acquired but unacknow...Alan Conway2012-09-141-10/+11
* NO-JIRA: HA improved logging messages.Alan Conway2012-09-141-1/+1
* QPID-4178: broker refactoringGordon Sim2012-08-101-1/+1
* NO-JIRA: HA only expect READY backups in recovery.Alan Conway2012-08-071-1/+1
* QPID-4191: HA removing self address breaks if a VIP is used.Alan Conway2012-08-061-6/+6
* QPID-4176: HA Error handlingAlan Conway2012-07-311-18/+24
* QPID-4175: HA code rationalize loggingAlan Conway2012-07-301-3/+3
* QPID-4159: HA missing messages in failover test.Alan Conway2012-07-261-1/+1
* NO-JIRA: Fix typos, update comments, update log messages.Alan Conway2012-07-231-3/+7
* NO-JIRA: HA Minor logging improvements.Alan Conway2012-07-181-3/+2
* QPID-4148: HA Not setting initial queues for new RemoteBackups Alan Conway2012-07-181-5/+10
* QPID-4145: HA Minor fixes to recovery Alan Conway2012-07-171-4/+17
* QPID-4144 HA broker deadlocks on broker::QueueRegistry lock and ha::Primary lockAlan Conway2012-07-171-11/+5
* NO-JIRA: Fixed compile error on RHEL5: double doesn't convert to int64_tAlan Conway2012-07-111-1/+1
* QPID-4128: Remove use of intrusive_ptr::reset, not available in older boost v...Alan Conway2012-07-111-1/+1
* QPID-4126: HA primary times out expected backups.Alan Conway2012-07-101-15/+54
* QPID-4085: HA message-loss race condition, handling replication event after r...Alan Conway2012-07-051-0/+4
* NO-JIRA: Trivial fix for crash-on-exit bug.Alan Conway2012-07-041-1/+0
* NO-JIRA: Simplify locking and remove member-update callback in HA code.Alan Conway2012-06-221-3/+3
* QPID-4078: Fix primary self-connections in long running test.Alan Conway2012-06-221-2/+2
* QPID-3603: Minor cleanup and test improvements in HA code.Alan Conway2012-06-181-1/+7
* NO-JIRA: Fix build errors and warnings on windows in HA code.Alan Conway2012-06-141-1/+1
* QPID-3603: Bug fixes to HA code, passing test_failover_send_receiveAlan Conway2012-06-141-4/+8
* QPID-3603: HA bug fixes around transition to ready statusAlan Conway2012-06-121-3/+8
* QPID-3603: HA bug fixes around ha::QueueGuardAlan Conway2012-06-121-1/+1
* QPID-3603: Guard should not complete messages from the internal event queue.Alan Conway2012-06-121-2/+2
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-121-13/+125
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-121-38/+17
* QPID-3603: HA primary sends membership updates to backup brokers.Alan Conway2012-06-081-2/+0
* QPID-3603: HA remove backup Replicator code to track unready queues.Alan Conway2012-05-151-1/+1
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-151-1/+0
* QPID-3603: Add ErrorListener to Bridge to handle session errors.Alan Conway2012-05-081-0/+86