summaryrefslogtreecommitdiff
path: root/cpp/src/tests/MessageBuilderTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-64/+3
* Tidied up namespace usageAndrew Stitcher2009-09-091-20/+26
* Remove incorrect directory from #includeAlan Conway2009-07-141-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Correct the case where for very low ( bytes) staging threshhold managementCarl C. Trieloff2009-07-101-0/+25
* Explicitly reference boost namespace to avoid clashes on WindowsStephen D. Huston2009-02-021-5/+4
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-16/+13
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-271-0/+7
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-231-2/+3
* Uncomment test now that inline allocator is fixed.Gordon Sim2008-06-051-2/+1
* Fix to makefile and tests (one test temporarily disabled until a fix is found).Gordon Sim2008-06-051-4/+5
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-173/+164
* Performnace fix, improves 6-8% on high core count machines.Carl C. Trieloff2008-05-291-1/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-4/+5
* Some fixes relating to message 'staging'.Gordon Sim2007-12-131-3/+3
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-261-6/+6
* Added framing::BodyHolder:Alan Conway2007-11-221-13/+16
* mark Message::sendContent() as constGordon Sim2007-10-021-2/+2
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-0/+10
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-147/+137
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-23/+23
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-8/+4
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-5/+5
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-021-0/+225