summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/FramingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-2/+2
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-2/+0
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-105/+92
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-87/+21
* Added framing::BodyHolder:Alan Conway2007-11-221-2/+4
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-15/+5
* Renamed the following files for consistency:Alan Conway2007-09-251-2/+2
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-36/+54
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-3/+2
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-66/+27
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-141-170/+0
* Added first cut of generated client interface.Gordon Sim2007-08-051-4/+6
* Some restructuring of the client code: Gordon Sim2007-08-021-2/+4
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-19/+19
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-11/+13
* Fix error from previous commit.Alan Conway2007-07-041-1/+0
* * cluster/ClasifierHandler: classifies frames for clustering treatment.Alan Conway2007-07-031-0/+1
* * Summary:Alan Conway2007-06-291-2/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-14/+14
* * cpp/qpidc.spec.in: Added qpidd-devel sub-package.Alan Conway2007-04-111-3/+3
* * Exteneded use of shared pointers frame bodies across all send() commands.Alan Conway2007-04-051-4/+49
* * tests/FramingTest.cpp: Fixed integer types to build on 64 bit architecturesAlan Conway2007-04-031-15/+15
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-021-0/+381