summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/TxPublish.h
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-0/+0
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-92/+0
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-45/+46
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-171-1/+1
* Code cleanup in broker directory.Alan Conway2010-10-141-4/+3
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-6/+8
* Add directory to #includeAlan Conway2009-07-141-6/+6
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-6/+7
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-0/+4
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-3/+3
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-061-0/+2
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-9/+12
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-061-1/+3
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-6/+6
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-2/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+78
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-79/+0
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-221-2/+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-5/+5
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-071-2/+3
* Added doc & unit tests.Gordon Sim2006-10-311-0/+10
* Initial implementation for tx class.Gordon Sim2006-10-301-0/+65