summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/ha
Commit message (Expand)AuthorAgeFilesLines
* QPID-7149: Fixed messaging client shutdown.Alan Conway2016-04-051-2/+2
* QPID-7149: Active HA broker memory leakAlan Conway2016-04-052-6/+22
* Bug 1318180 - HA memory leak in primary broker when overwriting messages in a...Alan Conway2016-03-171-2/+3
* QPID-5855 - Simplified HA transaction logic.Alan Conway2015-09-0316-1167/+10
* QPID-6577: HA - backup broker messages are larger than primary messages.Alan Conway2015-08-041-0/+5
* QPID-6278: HA broker abort in TXN soak testAlan Conway2014-12-191-0/+1
* NO-JIRA: HA Remove dead code in ReplicatingSubscription.Alan Conway2014-09-221-7/+0
* QPID-5855: Fix to JAVA Client Can not recieve message with qpid ha cluster.Alan Conway2014-08-292-3/+1
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-214-6/+6
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-1935-191/+353
* QPID-6015: HA Python QMF console raises exception due to HA subscriptions.Alan Conway2014-08-181-1/+4
* NO-JIRA: HA Account for TX primary replication queues as HA user.Alan Conway2014-08-151-2/+7
* QPID-5966: HA mixing tx enqueue and non-tx dequeue leaves extra messages on b...Alan Conway2014-08-0812-72/+136
* QPID-5974: HA qpid-txtest2 can bring down a cluster (JERR_MAP_LOCKED))Alan Conway2014-08-086-29/+61
* QPID-5973: HA cluster state may get stuck in recoveringAlan Conway2014-08-082-2/+19
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-012-2/+2
* QPID-5807: Remove boost::program_options as a header file dependency of qpid/...Andrew Stitcher2014-06-111-0/+4
* QPID-5718: Dead code in the HA codebaseAlan Conway2014-04-231-15/+0
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-072-6/+4
* QPID-5666: HA fails with resource-limit-exceeded: Exceeded replicated queue l...Alan Conway2014-04-075-24/+40
* QPID-5659: Fixes to compile with C++11 (needed to compile with clang on FreeB...Andrew Stitcher2014-04-021-0/+4
* QPID-5544: HA memory leak in backup broker after shutdown.Alan Conway2014-02-066-109/+45
* QPID-5528: HA Clean up error messages around rolled-back transactions.Alan Conway2014-02-0310-60/+184
* NO-JIRA: Minor rationalization of log statement priorities.Alan Conway2014-01-276-13/+10
* NO-JIRA: Minor refactor to improve code safety: calling shared_from_this on c...Alan Conway2014-01-2711-31/+64
* QPID-5513: HA backup fails if number of replicated queues exceeds number of c...Alan Conway2014-01-245-5/+100
* QPID-5489: Uuid code improvementsAndrew Stitcher2014-01-171-1/+1
* QPID-5482: HA Backup becomes useless if a connection-forced error is raised.Alan Conway2014-01-155-20/+39
* NO-JIRA: Remove out of date qpid/cpp/src/qpid/ha/README.mdAlan Conway2014-01-061-98/+0
* QPID-5431: Qpid c++ client hangs / crashes during reception failover in HA en...Alan Conway2013-12-201-2/+2
* QPID-5430: HA primary broker does not go active if there are no replicated qu...Alan Conway2013-12-181-0/+1
* NO-JIRA: Add missing apache copyright licence text.Alan Conway2013-12-161-0/+18
* QPID-5421: Restore windows fix that got reverted on r1550819Charles E. Rolke2013-12-161-1/+1
* QPID-5421: HA replication error in stand-alone replicationAlan Conway2013-12-1311-132/+50
* QPID-5421: Refactor: clean up QueueObservers.Alan Conway2013-12-134-13/+9
* NO-JIRA: Expanded the HA overview writeup, integrated with doxygen docs.Alan Conway2013-12-122-76/+225
* QPID-5404: HA broker message duplication when deleting a queue with an alt-ex...Alan Conway2013-12-108-25/+49
* NO-JIRA: Fix use of intrusive_ptr.reset, not available on RHEL5.Alan Conway2013-11-281-1/+1
* NO-JIRA: HA remove use of make_shared, not available in RHEL5 boost.Alan Conway2013-11-201-2/+1
* QPID-5366: qpid segfaults in qpid::ha::BrokerReplicator::disconnectedAlan Conway2013-11-202-34/+19
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-1214-262/+440
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-127-2/+18
* QPID-5139: HA correct compile error on older C++ compilers.Alan Conway2013-10-301-1/+1
* QPID-5139: HA transactions block a thread, can deadlock the brokerAlan Conway2013-10-294-53/+91
* QPID-5139: Make TxBuffer inherit from AsyncCompletion.Alan Conway2013-10-293-7/+9
* NO-JIRA: HA Primary should not log messages for unreplicated queues and excha...Alan Conway2013-09-181-13/+17
* NO-JIRA: HA minor log improvement in StatusCheckAlan Conway2013-09-181-0/+2
* NO-JIRA: missing includes that are really neededAndrew Stitcher2013-09-161-0/+1
* QPID-5132: HA crash in test_tx_join_leave caused by double delete of queue. Alan Conway2013-09-115-22/+37
* NO-JIRA: HA Rationalize naming of Membership functionsAlan Conway2013-09-115-27/+11