summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/DtxManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-13/+28
* WIP - async store interface working for configuration (adding and removing qu...Kim van der Riet2012-10-181-1/+1
* QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broke...Kim van der Riet2012-09-241-4/+8
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-6/+23
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-17/+23
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-1/+1
* Fix build warnings/errors on WindowsStephen D. Huston2009-07-311-1/+2
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-3/+2
* Add directory to #includeAlan Conway2009-07-141-2/+2
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-2/+3
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-3/+2
* Start to fix Timer to improve encapsulation and then fixAndrew Stitcher2009-01-131-1/+1
* Add Message callbacks for async completion.Alan Conway2008-11-061-1/+0
* Resolved unused argument warnings from MSVCStephen D. Huston2008-10-301-1/+1
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-1/+1
* QPID-1095: fixes to dtx error codes for latest spec changes.Gordon Sim2008-05-281-3/+3
* Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...Alan Conway2008-04-211-4/+4
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-0/+3
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Apply patch from QPID-732 by Ted Ross.Alan Conway2008-01-141-1/+7
* Removed redundant TimerA, use intrusive_ptr for Timer.Alan Conway2007-12-061-4/+4
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-281-7/+10
* Added framing::BodyHolder:Alan Conway2007-11-221-3/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-4/+8
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-10/+72
* Some tests and fixes for dtx preview.Gordon Sim2007-06-051-9/+32
* Updates to dtx support.Gordon Sim2007-05-311-0/+1
* Ensure work is marked completed when recovered.Gordon Sim2007-05-251-8/+0
* Added support for recovering prepared transactions.Gordon Sim2007-05-251-1/+21
* Some dtx related updates.Gordon Sim2007-04-191-0/+59