summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/DtxManager.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3921: Removed unused header includesAndrew Stitcher2014-07-021-1/+0
* QPID-5531: [C++ broker] Set timeout for every DTX transactionPavel Moravec2014-02-051-1/+2
* QPID-5139: Make TxBuffer inherit from AsyncCompletion.Alan Conway2013-10-291-3/+3
* NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.hAndrew Stitcher2012-12-211-9/+4
* QPID-4514: Remove obsolete cluster code: DtxManager, more Broker, Connection,...Alan Conway2012-12-191-5/+0
* QPID-3942: embed xid struct in more readable form into error messages or log ...Gordon Sim2012-04-101-0/+3
* QPID-3384: Fix compilation errors for boost 1.39 and gcc 4.4.4Gordon Sim2011-08-261-1/+2
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-9/+16
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-4/+4
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-4/+4
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-4/+4
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-2/+2
* Apply patch from QPID-732 by Ted Ross.Alan Conway2008-01-141-2/+3
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-281-3/+2
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-4/+19
* Some tests and fixes for dtx preview.Gordon Sim2007-06-051-3/+7
* Added support for recovering prepared transactions.Gordon Sim2007-05-251-0/+2
* Some dtx related updates.Gordon Sim2007-04-191-0/+53