summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create branch qpid-3603-3qpid-3603-3Alan Conway2012-02-130-0/+0
* QPID-3603: Make link maintenance interval configurable.qpid-3603-2Alan Conway2012-02-134-6/+15
* QPID-3603: Added failover test for HA brokers.Alan Conway2012-02-132-7/+59
* QPID-3603: Fix core dump in Link::requestIOProcessing.Alan Conway2012-02-133-31/+25
* QPID-3603: Format the seconds part of high-resolution timestamps.Alan Conway2012-02-133-3/+5
* QPID-3603: Additional debug logging for messaging client connections.Alan Conway2012-02-133-21/+28
* QPID-3603: HA brokers set known-hosts to the HA broker-url.Alan Conway2012-02-135-31/+66
* QPID-3603: c++ messaging API: allow floating point reconnect durations in sec...Alan Conway2012-02-136-64/+99
* QPID-3603: Speed up qpid-ha-tool with fast QMF2 method calls.Alan Conway2012-02-134-26/+133
* QPID-3603: Simplified Link failover.Alan Conway2012-02-1311-252/+239
* QPID-3603: HA broker close backup link when promoted.Alan Conway2012-02-134-13/+22
* QPID-3603: Reconnect URL in broker::LinkAlan Conway2012-02-1310-80/+113
* QPID-3603: Set known hosts at connection open in Link.Alan Conway2012-02-134-11/+18
* QPID-3603: Restore default --sequence=no to qpid-cpp-benchmark.Alan Conway2012-02-132-0/+5
* QPID-3603: minor updates to new-ha-design.txtAlan Conway2012-02-131-0/+9
* QPID-3603: Minor edits to new-ha-design.txtAlan Conway2012-02-101-6/+6
* QPID-3603: Rename qpid-ha-status to qpid-ha-tool, get/set client & broker URLsAlan Conway2012-02-036-100/+105
* QPID-3603: Updates to design doc to reflect current code & plans.Alan Conway2012-02-031-59/+93
* QPID-3603: Get rid of broker_url="primary" hack, promote primaries via manage...Alan Conway2012-01-2710-52/+68
* Revert "QPID-3603: Remove FIXME comment from python driver.py"Alan Conway2012-01-271-2/+4
* QPID-3603: HA enforces management enabled.Alan Conway2012-01-251-0/+2
* QPID-3603: Update to HA design docs.Alan Conway2012-01-253-103/+124
* QPID-3603: Change replication level names, update doc notes.Alan Conway2012-01-254-48/+72
* QPID-3603: Remove FIXME comment from python driver.pyAlan Conway2012-01-252-6/+2
* QPID-3603: Test to verify C++ client failover is working.Alan Conway2012-01-255-48/+71
* QPID-3603: Use client-properties to signal admin connections.Alan Conway2012-01-2515-60/+141
* QPID-3603: Set connection.start client-properties argument from python.Alan Conway2012-01-255-9/+17
* QPID-3603: Refactor LinkRegistry to use a ConnectionObserver.Alan Conway2012-01-256-22/+45
* QPID-3603: HA backup rejects client connections.Alan Conway2012-01-2512-14/+231
* Revert "QPID-3352: Fix test for failed session to avoid confusion with as yet...Alan Conway2012-01-255-12/+7
* QPID-3603: Fix replication of unbind events.Alan Conway2012-01-191-15/+16
* QPID-3603: Replicate unbind events.Alan Conway2012-01-193-14/+59
* QPID-3603: Do case-insensitive string comparison for replication levels.Alan Conway2012-01-191-2/+5
* QPID-3603: Rename WiringReplicator to BrokerReplicator.Alan Conway2012-01-196-29/+29
* QPID-3603: Minor FIXME cleanup.Alan Conway2012-01-192-5/+3
* QPID-3603: Fix QueueReplicator lifecycle, shared pointer cycle.Alan Conway2012-01-192-5/+1
* QPID-3603: Hide "queue deleted" errors detected for a ReplicatingSubscription.Alan Conway2012-01-195-4/+15
* QPID-3603: Sync cmake with automakeAlan Conway2012-01-191-2/+0
* QPID-3603: Handle backup crash/shutdown.Alan Conway2012-01-1911-87/+139
* QPID-3603: Check for gaps in sequence numbers in qpid-receive.Alan Conway2012-01-191-15/+22
* QPID-3603: Logging improvements for bridges, links and HA classes.Alan Conway2012-01-195-37/+43
* QPID-3603: HA logging improvements.Alan Conway2012-01-194-16/+18
* QPID-3603: Fix memory management error in QueueReplicator.cppAlan Conway2012-01-193-10/+6
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-191-2/+1
* QPID-3603: Code cleanup to make ReplicatingSubscription more readable.Alan Conway2012-01-191-29/+23
* QPID-3603: Fix initialization race in QueueReplicator.Alan Conway2012-01-192-3/+6
* QPID-3603: Lifecycle and locking fixes for QueueReplicatorAlan Conway2012-01-193-5/+16
* QPID-3603: Format static log prefixes at consutruction time.Alan Conway2012-01-194-30/+27
* QPID-3603: Independent isDelayedCompletion for ReplicatingSubscription::Dele...Alan Conway2012-01-192-3/+5
* QPID-3603: Delete HA resources (QueueReplicator) along with the queues.Alan Conway2012-01-194-14/+27