summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/MessageBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6577: HA - backup broker messages are larger than primary messages.Alan Conway2015-08-041-2/+5
* QPID-6310: handle case where content bearing method is not in fact a message-...Gordon Sim2015-01-131-0/+3
* QPID-4178: broker refactoringGordon Sim2012-08-101-7/+12
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-20/+3
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-1/+2
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-2/+2
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-2/+2
* Tidied up namespace usageAndrew Stitcher2009-09-091-14/+14
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Correct the case where for very low ( bytes) staging threshhold managementCarl C. Trieloff2009-07-101-1/+4
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-2/+1
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-271-1/+6
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-061-11/+12
* Further updates to support final 0-10 specGordon Sim2008-03-041-1/+17
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-261-1/+2
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-2/+2
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+1
* - clean up between base & subclassesCarl C. Trieloff2007-11-061-1/+0
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-9/+31
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-38/+47
* 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/+74
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-71/+0
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-301-2/+1
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-281-8/+13
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-241-3/+14
* 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-1/+1
* Initial implementation for tx class.Gordon Sim2006-10-301-0/+53