summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/MessageTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidied up namespace usageAndrew Stitcher2009-09-091-4/+8
* Remove incorrect directory from #includeAlan Conway2009-07-141-1/+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/+2
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-5/+4
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-131-1/+1
* QPID-1198 (Partial): Add #include <alloca.h> for all uses of ::alloca()Andrew Stitcher2008-07-291-0/+1
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-55/+45
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-221-1/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-2/+4
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-291-1/+0
* Added framing::BodyHolder:Alan Conway2007-11-221-4/+5
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-2/+2
* Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.Alan Conway2007-11-101-2/+0
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-091-0/+3
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-3/+6
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-7/+7
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-30/+35
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-8/+9
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-2/+1
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-3/+3
* * cpp/qpidc.spec.in: Added qpidd-devel sub-package.Alan Conway2007-04-111-1/+1
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-021-0/+88