summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/MessageBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-6577: HA - backup broker messages are larger than primary messages.Alan Conway2015-08-041-0/+3
* QPID-5658: Small changes to compile with clang's libc++Andrew Stitcher2014-04-021-0/+2
* QPID-4178: broker refactoringGordon Sim2012-08-101-6/+7
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-171-1/+1
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-4/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-3/+5
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-2/+4
* Some fixes relating to message 'staging'.Gordon Sim2007-12-131-1/+1
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-3/+3
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-20/+18
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-2/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+57
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-58/+0
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-281-1/+1
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-241-1/+5
* 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-6/+6
* Initial implementation for tx class.Gordon Sim2006-10-301-0/+51