summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/DtxManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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