summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/MessageUtils.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-281-1/+1
* QPID-5783: Share immutable state between copies of a message. Avoid using mem...Gordon Sim2014-05-231-0/+1
* QPID-4720: C++ Broker headers exchange tests not using run-time comaprisons.Charles E. Rolke2013-04-291-16/+27
* NO-JIRA: Repair include guards that are absent or fail to encompass everything.Charles E. Rolke2012-12-201-0/+5
* QPID-4178: broker refactoringGordon Sim2012-08-101-12/+49
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-2/+2
* QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece...Kenneth Anthony Giusti2011-03-081-14/+0
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-0/+14
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-1/+4
* Tidied up namespace usageAndrew Stitcher2009-09-091-4/+9
* configure.ac:Manuel Teira Paz2009-03-101-1/+1
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-3/+3
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-1/+0
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-3/+5
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-3/+3
* Added framing::BodyHolder:Alan Conway2007-11-221-3/+3
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-5/+6
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-0/+53