summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/TxBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-191-1/+2
* QPID-5139: HA transactions block a thread, can deadlock the brokerAlan Conway2013-10-291-22/+41
* QPID-4327: Added TransactionObserver interface.Alan Conway2013-08-011-0/+7
* QPID-4178: broker refactoringGordon Sim2012-08-101-5/+1
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-0/+5
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-291-2/+2
* Improved exception handling for commit.Gordon Sim2008-06-101-10/+18
* Some dtx related updates.Gordon Sim2007-04-191-6/+17
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+56
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-55/+0
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-171-0/+2
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-1/+1
* Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own...Gordon Sim2006-11-071-8/+12
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-071-10/+8
* Initial implementation for tx class.Gordon Sim2006-10-301-0/+48