summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-3603: Make link maintenance interval configurable.qpid-3603-6Alan Conway2012-02-144-6/+15
* QPID-3603: Added failover test for HA brokers.Alan Conway2012-02-142-7/+59
* QPID-3603: Fix core dump in Link::requestIOProcessing.Alan Conway2012-02-143-31/+25
* QPID-3603: Format the seconds part of high-resolution timestamps.Alan Conway2012-02-143-3/+5
* QPID-3603: Additional debug logging for messaging client connections.Alan Conway2012-02-143-21/+28
* QPID-3603: HA brokers set known-hosts to the HA broker-url.Alan Conway2012-02-145-31/+66
* QPID-3603: c++ messaging API: allow floating point reconnect durations in sec...Alan Conway2012-02-146-64/+99
* QPID-3603: Speed up qpid-ha-tool with fast QMF2 method calls.Alan Conway2012-02-144-26/+133
* QPID-3603: Simplified Link failover.Alan Conway2012-02-1411-252/+239
* QPID-3603: HA broker close backup link when promoted.Alan Conway2012-02-144-13/+22
* QPID-3603: Reconnect URL in broker::LinkAlan Conway2012-02-1410-80/+113
* QPID-3603: Set known hosts at connection open in Link.Alan Conway2012-02-144-11/+18
* QPID-3603: Restore default --sequence=no to qpid-cpp-benchmark.Alan Conway2012-02-142-0/+5
* QPID-3603: minor updates to new-ha-design.txtAlan Conway2012-02-141-0/+9
* QPID-3603: Minor edits to new-ha-design.txtAlan Conway2012-02-141-6/+6
* QPID-3603: Rename qpid-ha-status to qpid-ha-tool, get/set client & broker URLsAlan Conway2012-02-146-100/+105
* QPID-3603: Updates to design doc to reflect current code & plans.Alan Conway2012-02-141-59/+91
* QPID-3603: Get rid of broker_url="primary" hack, promote primaries via manage...Alan Conway2012-02-1410-52/+68
* Revert "QPID-3603: Remove FIXME comment from python driver.py"Alan Conway2012-02-141-2/+4
* QPID-3603: HA enforces management enabled.Alan Conway2012-02-141-0/+2
* QPID-3603: Update to HA design docs.Alan Conway2012-02-143-103/+123
* QPID-3603: Change replication level names, update doc notes.Alan Conway2012-02-144-48/+72
* QPID-3603: Remove FIXME comment from python driver.pyAlan Conway2012-02-141-4/+2
* QPID-3603: Test to verify C++ client failover is working.Alan Conway2012-02-145-48/+71
* QPID-3603: Use client-properties to signal admin connections.Alan Conway2012-02-1414-59/+138
* QPID-3603: Set connection.start client-properties argument from python.Alan Conway2012-02-145-9/+17
* QPID-3603: Refactor LinkRegistry to use a ConnectionObserver.Alan Conway2012-02-146-22/+45
* QPID-3603: HA backup rejects client connections.Alan Conway2012-02-1412-14/+231
* QPID-3603: Fix replication of unbind events.Alan Conway2012-02-141-15/+16
* QPID-3603: Replicate unbind events.Alan Conway2012-02-143-14/+59
* QPID-3603: Do case-insensitive string comparison for replication levels.Alan Conway2012-02-141-2/+5
* QPID-3603: Rename WiringReplicator to BrokerReplicator.Alan Conway2012-02-146-29/+29
* QPID-3603: Minor FIXME cleanup.Alan Conway2012-02-142-5/+3
* QPID-3603: Fix QueueReplicator lifecycle, shared pointer cycle.Alan Conway2012-02-142-5/+1
* QPID-3603: Hide "queue deleted" errors detected for a ReplicatingSubscription.Alan Conway2012-02-145-4/+15
* QPID-3603: Sync cmake with automakeAlan Conway2012-02-141-2/+0
* QPID-3603: Handle backup crash/shutdown.Alan Conway2012-02-1411-87/+139
* QPID-3603: Check for gaps in sequence numbers in qpid-receive.Alan Conway2012-02-141-15/+22
* QPID-3603: Logging improvements for bridges, links and HA classes.Alan Conway2012-02-145-37/+43
* QPID-3603: HA logging improvements.Alan Conway2012-02-144-16/+18
* QPID-3603: Fix memory management error in QueueReplicator.cppAlan Conway2012-02-143-10/+6
* QPID-3603: Code cleanup to make ReplicatingSubscription more readable.Alan Conway2012-02-141-29/+23
* QPID-3603: Fix initialization race in QueueReplicator.Alan Conway2012-02-142-3/+6
* QPID-3603: Lifecycle and locking fixes for QueueReplicatorAlan Conway2012-02-143-5/+16
* QPID-3603: Format static log prefixes at consutruction time.Alan Conway2012-02-144-30/+27
* QPID-3603: Independent isDelayedCompletion for ReplicatingSubscription::Dele...Alan Conway2012-02-142-3/+5
* QPID-3603: Delete HA resources (QueueReplicator) along with the queues.Alan Conway2012-02-144-14/+27
* QPID-3603: Clean up HA log messages.Alan Conway2012-02-1411-164/+92
* QPID-3603: Added backup connection identifier to logging output.Alan Conway2012-02-143-8/+22
* QPID-3603: Fix race condition in setting initial position of ReplicatingSubsc...Alan Conway2012-02-143-20/+8