summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/ha/TxReplicator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-191-13/+17
* QPID-5966: HA mixing tx enqueue and non-tx dequeue leaves extra messages on b...Alan Conway2014-08-081-12/+11
* QPID-5528: HA Clean up error messages around rolled-back transactions.Alan Conway2014-02-031-10/+11
* NO-JIRA: Minor refactor to improve code safety: calling shared_from_this on c...Alan Conway2014-01-271-0/+10
* NO-JIRA: Fix use of intrusive_ptr.reset, not available on RHEL5.Alan Conway2013-11-281-1/+1
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-23/+35
* QPID-5132: HA crash in test_tx_join_leave caused by double delete of queue. Alan Conway2013-09-111-10/+13
* NO-JIRA: HA Rationalize naming of Membership functionsAlan Conway2013-09-111-1/+1
* QPID-4327: HA support for TX transactions - fix TX error messages.Alan Conway2013-09-091-6/+9
* QPID-4327: HA support for TX transactions - fix auth bugs.Alan Conway2013-09-091-1/+2
* QPID-4327: HA clean up transaction artifacts at end of TX.Alan Conway2013-08-301-2/+16
* QPID-4327: HA Handle brokers joining and leaving during a transaction.Alan Conway2013-08-051-22/+16
* NO-JIRA: Remove use of boost::make_shared, not availble on some older versions.Alan Conway2013-08-051-3/+2
* QPID-4327: HA Fix windows compile errors introduced by recent commits.Alan Conway2013-08-021-3/+3
* QPID-4327: HA logging fixes.Alan Conway2013-08-011-8/+4
* QPID-4327: HA TX transactions, blocking wait for prepareAlan Conway2013-08-011-20/+65
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-0/+192