summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/ha/PrimaryTxObserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6012: HA Account for TX primary replication queues as HA user.Alan Conway2014-08-221-2/+7
* QPID-5528: HA Clean up error messages around rolled-back transactions.Alan Conway2014-02-031-7/+7
* NO-JIRA: Minor refactor to improve code safety: calling shared_from_this on c...Alan Conway2014-01-271-0/+8
* QPID-5404: HA broker message duplication when deleting a queue with an alt-ex...Alan Conway2013-12-101-3/+3
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-66/+104
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-0/+1
* 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-291-35/+58
* QPID-5132: HA crash in test_tx_join_leave caused by double delete of queue. Alan Conway2013-09-111-9/+18
* QPID-4327: HA support for TX transactions - fix TX error messages.Alan Conway2013-09-091-11/+22
* QPID-4327: HA support for TX transactions - fix auth bugs.Alan Conway2013-09-091-1/+2
* NO-JIRA: HA minor fixes to test framework & comments.Alan Conway2013-09-041-1/+2
* QPID:4327: HA support for TX transactions - fix cleanup at transaction end.Alan Conway2013-09-031-6/+10
* NO-JIRA: HA minor cleanup of disconnect logic.Alan Conway2013-09-031-4/+1
* QPID-4327: HA clean up transaction artifacts at end of TX.Alan Conway2013-08-301-22/+24
* QPID-4327: HA Handle brokers joining and leaving during a transaction.Alan Conway2013-08-051-7/+33
* NO-JIRA: Remove use of boost::make_shared, not availble on some older versions.Alan Conway2013-08-051-2/+2
* QPID-4327: HA Fix windows compile errors introduced by recent commits.Alan Conway2013-08-021-7/+6
* QPID-4327: HA logging fixes.Alan Conway2013-08-011-9/+7
* QPID-4327: HA TX transactions, blocking wait for prepareAlan Conway2013-08-011-21/+96
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-0/+104