summaryrefslogtreecommitdiff
path: root/cpp/src/tests/TxPublishTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-251-2/+2
* Fix to makefile and tests (one test temporarily disabled until a fix is found).Gordon Sim2008-06-051-18/+1
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-53/+50
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-291-1/+0
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-261-10/+9
* 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/+2
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-311-2/+2
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-4/+3
* - Fix for asyncIO for storeCarl C. Trieloff2007-08-161-3/+11
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-1/+2
* 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
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-021-0/+108