summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3603: Failover optimization removed.Alan Conway2012-01-193-77/+28
* QPID-3603: Fix QueueReplicator subscription parameters.Alan Conway2012-01-197-43/+96
* QPID-3603: Cleaned up log messages, update qpid-cluster-benchmark to set repl...Alan Conway2012-01-196-21/+46
* QPID-3603: Set bridge sync parameter to 1.Alan Conway2012-01-194-4/+18
* NO-JIRA - Updated CMakeLists to support cmake build for this branch.Alan Conway2012-01-191-3/+36
* QPID-3603: Cleaned up HA log messages.Alan Conway2012-01-196-61/+61
* QPID-3603: Fix replication of dequeues.Alan Conway2012-01-196-71/+90
* QPID-3603: fix missing includeAlan Conway2012-01-191-0/+1
* QPID-3603: Cleanup of HA log messages.Alan Conway2012-01-1911-71/+158
* QPID-3603: Integrate ReplicatingSubscription into the HA code.Alan Conway2012-01-1912-70/+80
* QPID-3603: In progress - integrate ReplicatingSubscription.Alan Conway2012-01-197-28/+54
* QPID-3603: Move broker::ReplicatingSubscription to ha namespace and ha plugin.Alan Conway2012-01-1911-54/+132
* QPID-3603: Automatic wiring and message replication.Alan Conway2012-01-1914-118/+201
* QPID-3603: Minor refactor, got rid of WiringReplicator::initialize.Alan Conway2012-01-193-10/+1
* QPID-3603: Move wiring-replicator creation out of SemanticState::route.Alan Conway2012-01-197-164/+161
* QPID-3603: Replicate bindings to backup brokers.Alan Conway2012-01-193-89/+170
* QPID-3603: Minor refactor.Alan Conway2012-01-192-75/+92
* QPID-3603: Move init code for WiringReplicator out of Bridge into ha::Backup.Alan Conway2012-01-196-75/+114
* QPID-3603: Rename broker::NodeClone to ha::WiringReplicator.Alan Conway2012-01-197-57/+58
* QPID-3603: Use string constants to prevent needless heap allocation.Alan Conway2012-01-191-52/+86
* QPID-3603: Iterate over multiple QMF events.Alan Conway2012-01-191-27/+21
* QPID-3603: Refactored NodeClone, break out create functions.Alan Conway2012-01-193-131/+167
* QPID-3603: Automatic wiring replication for HA.Alan Conway2012-01-1919-103/+384
* QPID-3603: Move class ReplicatingSubscription into its own files.Alan Conway2012-01-194-229/+294
* QPID-3603: disable old cluster testsAlan Conway2012-01-191-9/+19
* QPID-3603: Add management interface and commmand line tool to set HA status.Alan Conway2012-01-197-1/+300
* QPID-3603: Checked in files left out by accident in last commit to this branchAlan Conway2012-01-192-0/+273
* QPID-3603: Initial (very rough) cut of queue and exchange propagation from on...Alan Conway2012-01-196-3/+65
* QPID-3603: Prototype of replicating browser.Alan Conway2012-01-1925-270/+747
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-181-3/+3
* QPID-3603: Added public broker::Connection::isLink function.Alan Conway2012-01-182-17/+19
* QPID-3603: Merge SemanticState unsubscribe with cancel.Alan Conway2012-01-184-9/+8
* QPID-3603: Act on bridge cancellations before creationsAlan Conway2012-01-181-7/+9
* QPID-3603: Fix spurious "exchange not found" error and debug messages.Alan Conway2012-01-184-66/+58
* QPID-3603: Consistent find/get functions for Queue and Exchange registries.Alan Conway2012-01-184-5/+33
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Alan Conway2012-01-185-7/+12
* QPID-3603: Ensure listeners are notified of available messages even when a co...Alan Conway2012-01-181-7/+6
* QPID-3603: Break infinite "detached" loop between federated brokers.Alan Conway2012-01-181-2/+4
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-187-14/+21
* QPID-3630: remove additional code in client.Kenneth Anthony Giusti2012-01-133-93/+2
* QPID-3630: remove deprecated rate limiting featureKenneth Anthony Giusti2012-01-1311-294/+0
* QPID-3755 - Concurrent queue bind on the same queue results in crashTed Ross2012-01-132-3/+18
* QPID-3748 - Methods cannot be invoked when the agent is in external-storage modeTed Ross2012-01-112-17/+19
* Run the needed python setup to get the python compiled and ready for the test...Stephen D. Huston2012-01-061-37/+9
* QPID-3438Michael Goulish2012-01-054-10/+1
* QPID-3492: Fix quoted values as well as unquoted values; added a test caseGordon Sim2012-01-032-7/+29
* QPID-3711: fix federation test scriptKenneth Anthony Giusti2011-12-251-7/+7
* Adjust topictest.ps1 to use correct executable names (they changed some time ...Stephen D. Huston2011-12-222-4/+4
* QPID-3438Michael Goulish2011-12-166-3/+27
* added explicit cast, required by some compiler versions, namely on s390 archNuno Santos2011-12-121-1/+1