summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-3603: Added public broker::Connection::isLink function.qpid-3603Alan Conway2012-01-182-17/+19
* QPID-3603: Fix replication of unbind events.Alan Conway2012-01-181-15/+16
* QPID-3603: Replicate unbind events.Alan Conway2012-01-173-14/+59
* QPID-3603: Do case-insensitive string comparison for replication levels.Alan Conway2012-01-171-2/+5
* QPID-3603: Rename WiringReplicator to BrokerReplicator.Alan Conway2012-01-166-29/+29
* QPID-3603: Minor FIXME cleanup.Alan Conway2012-01-162-5/+3
* QPID-3603: Fix QueueReplicator lifecycle, shared pointer cycle.Alan Conway2012-01-162-5/+1
* QPID-3603: Hide "queue deleted" errors detected for a ReplicatingSubscription.Alan Conway2012-01-165-4/+15
* QPID-3603: Sync cmake with automakeTed Ross2012-01-161-2/+0
* QPID-3603: Handle backup crash/shutdown.Alan Conway2012-01-1611-85/+142
* QPID-3603: Merge SemanticState unsubscribe with cancel.Alan Conway2012-01-132-9/+4
* QPID-3603: Check for gaps in sequence numbers in qpid-receive.Alan Conway2012-01-131-15/+22
* QPID-3603: Act on bridge cancellations before creationsGordon Sim2012-01-121-7/+9
* QPID-3603: Fix spurious "exchange not found" error and debug messages.Alan Conway2012-01-114-65/+56
* QPID-3603: Logging improvements for bridges, links and HA classes.Alan Conway2012-01-115-37/+43
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Gordon Sim2012-01-115-7/+12
* QPID-3603: Ensure listeners are notified of available messages even when a co...Gordon Sim2012-01-101-7/+6
* QPID-3603: HA logging improvements.Alan Conway2012-01-094-16/+18
* QPID-3603: Break infinite "detached" loop between federated brokers.Alan Conway2012-01-091-2/+4
* QPID-3603: Fix memory management error in QueueReplicator.cppAlan Conway2012-01-063-11/+7
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-067-12/+19
* QPID-3603: Code cleanup to make ReplicatingSubscription more readable.Alan Conway2012-01-051-29/+23
* QPID-3603: Fix initialization race in QueueReplicator.Alan Conway2012-01-052-3/+6
* QPID-3603: Lifecycle and locking fixes for QueueReplicatorAlan Conway2011-12-223-5/+16
* QPID-3603: Format static log prefixes at consutruction time.Alan Conway2011-12-224-30/+27
* QPID-3603: Independent isDelayedCompletion for ReplicatingSubscription::Dele...Alan Conway2011-12-212-0/+2
* QPID-3603: Delete HA resources (QueueReplicator) along with the queues.Alan Conway2011-12-214-15/+27
* QPID-3603: Clean up HA log messages.Alan Conway2011-12-2111-165/+93
* QPID-3603: Disable federation cluster tests on qpid-3603 branch.Alan Conway2011-12-151-7/+10
* QPID-3603: Added backup connection identifier to logging output.Alan Conway2011-12-153-8/+22
* QPID-3603: Fix race condition in setting initial position of ReplicatingSubsc...Alan Conway2011-12-153-20/+8
* QPID-3603: Use position events to synchronize queue positions between primary...Alan Conway2011-12-145-66/+136
* QPID-3603: Fix bug in MessageDeque::acquire.Alan Conway2011-12-141-0/+1
* QPID-3603: Fixed a race condition in ha_tests.pyAlan Conway2011-12-141-18/+13
* QPID-3603: Failover optimization removed.Alan Conway2011-12-143-77/+28
* QPID-3603: Fix QueueReplicator subscription parameters.Alan Conway2011-12-127-47/+100
* QPID-3603: Cleaned up log messages, update qpid-cluster-benchmark to set repl...Alan Conway2011-12-086-21/+47
* QPID-3603: Set bridge sync parameter to 1.Alan Conway2011-12-064-4/+18
* NO-JIRA - Updated CMakeLists to support cmake build for this branch.Ted Ross2011-12-051-3/+36
* QPID-3603: Cleaned up HA log messages.Alan Conway2011-12-026-61/+61
* QPID-3603: Fix replication of dequeues.Alan Conway2011-12-0210-76/+123
* QPID-3603: fix missing includeGordon Sim2011-11-301-0/+1
* QPID-3603: Cleanup of HA log messages.Alan Conway2011-11-3011-71/+158
* QPID-3603: Integrate ReplicatingSubscription into the HA code.Alan Conway2011-11-2812-71/+81
* QPID-3603: Renamed new HA design doc, added some user documentataion notes.Alan Conway2011-11-281-2/+33
* QPID-3603: In progress - integrate ReplicatingSubscription.Alan Conway2011-11-257-28/+54
* QPID-3603: Move broker::ReplicatingSubscription to ha namespace and ha plugin.Alan Conway2011-11-2511-58/+136
* QPID-3603: Automatic wiring and message replication.Alan Conway2011-11-2514-118/+201
* QPID-3603: Minor refactor, got rid of WiringReplicator::initialize.Alan Conway2011-11-253-10/+1
* QPID-3603: Move wiring-replicator creation out of SemanticState::route.Alan Conway2011-11-257-164/+161