summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/ha/HaBroker.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-191-13/+17
* QPID-5966: HA mixing tx enqueue and non-tx dequeue leaves extra messages on b...Alan Conway2014-08-081-1/+1
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-1/+1
* 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/+1
* QPID-5421: HA replication error in stand-alone replicationAlan Conway2013-12-131-5/+18
* NO-JIRA: HA Rationalize naming of Membership functionsAlan Conway2013-09-111-2/+2
* QPID-4327: HA support for TX transactions - fix TX error messages.Alan Conway2013-09-091-1/+1
* QPID-4327: HA support for TX transactions - fix auth bugs.Alan Conway2013-09-091-4/+1
* QPID-4327: HA Handle brokers joining and leaving during a transaction.Alan Conway2013-08-051-0/+4
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-1/+1
* QPID-4327: Renamed ConfigurationObserver as BrokerObserver.Alan Conway2013-08-011-1/+1
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-6/+17
* QPID-4866: HA support for failover exchangeAlan Conway2013-05-221-2/+6
* NO-JIRA: HA Use qpid::Address in ha::BrokerInfo rather than host/port.Alan Conway2013-05-161-1/+1
* QPID-4787: HA brokers find self-address in brokers_url.Alan Conway2013-04-291-9/+8
* NO-JIRA: HA loggging: include status in log messages that refer to a BrokerInfoAlan Conway2013-02-251-2/+2
* QPID-4555: HA Primary sets explicit qpid.replicate in Queue and Exchange argu...Alan Conway2013-02-071-1/+0
* NO-JIRA: HA refactor, re-organise code for clarity and thread safety.Alan Conway2013-01-231-194/+33
* NO-JIRA: HA refactor, centralize critical error shutdown logic.Alan Conway2013-01-231-6/+6
* QPID-4516: Undo use of atomic status in HaBroker.cppAlan Conway2013-01-151-36/+27
* QPID-4516: Sporadic failure in ha_tests test_failover_send_receiveAlan Conway2013-01-111-31/+48
* QPID-4516: Sporadic failure in ha_tests test_failover_send_receiveAlan Conway2012-12-191-13/+7
* QPID-4506: Qpid HA's '--ha-public-url' option duplicates the '--known-hosts-u...Alan Conway2012-12-141-16/+12
* QPID-4394: HA QMF events out of orderAlan Conway2012-11-011-1/+1
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-2/+1
* QPID-4360: Non-ready HA broker can be incorrectly promoted to primaryAlan Conway2012-10-051-5/+12
* QPID-4223: HA Completion isn't sent when queue that has acquired but unacknow...Alan Conway2012-09-141-3/+6
* NO-JIRA: HA improved logging messages.Alan Conway2012-09-141-2/+3
* NO-JIRA: HA fix deadlock between Link and HaBrokerAlan Conway2012-09-121-19/+29
* QPID-4191: HA removing self address breaks if a VIP is used.Alan Conway2012-08-061-5/+9
* QPID-4176: HA Error handlingAlan Conway2012-07-311-1/+1
* QPID-4175: HA code rationalize loggingAlan Conway2012-07-301-7/+11
* QPID-4159: HA missing messages in failover test.Alan Conway2012-07-261-24/+15
* NO-JIRA: Fix typos, update comments, update log messages.Alan Conway2012-07-231-0/+1
* QPID-4156: HA close window for clients to connect before HA broker is initial...Alan Conway2012-07-191-7/+19
* NO-JIRA: HA Minor logging improvements.Alan Conway2012-07-181-1/+1
* QPID-4145: HA Minor fixes to recovery Alan Conway2012-07-171-13/+10
* QPID-4138: HA sporadic failure in ha_testsAlan Conway2012-07-131-0/+1
* QPID-4128: HA should not use amq.failover for replication linksAlan Conway2012-07-101-1/+2
* QPID-4085: HA review and fix lock scopes.Alan Conway2012-07-051-27/+33
* QPID-4085: HA add missing lock in HaBroker::getKnownBrokers()Alan Conway2012-07-051-0/+1
* NO-JIRA: Trivial fix for crash-on-exit bug.Alan Conway2012-07-041-1/+1
* NO-JIRA: Simplify locking and remove member-update callback in HA code.Alan Conway2012-06-221-8/+44
* NO-JIRA: Cleanup in HA code.Alan Conway2012-06-221-16/+0
* QPID-4078: Fix primary self-connections in long running test.Alan Conway2012-06-221-1/+4
* QPID-3603: Minor cleanup and test improvements in HA code.Alan Conway2012-06-181-0/+1
* QPID-3603: Bug fixes to HA code, passing test_failover_send_receiveAlan Conway2012-06-141-1/+1
* QPID-3603: HA bug fixes around transition to ready statusAlan Conway2012-06-121-0/+5
* QPID-3603: HA bug fixes around ha::QueueGuardAlan Conway2012-06-121-5/+3