summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/Blob.h
Commit message (Expand)AuthorAgeFilesLines
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-197/+0
* QPID-1154, QPID-1155 & QPID-1156: Patches from Steve Huston to fix various mi...Gordon Sim2008-07-251-1/+1
* QPID-1069: Patch from Steve Huston: Build with Boost 1.35Andrew Stitcher2008-06-201-1/+4
* Edits to doxygen comments for user documentation.Alan Conway2008-04-241-14/+14
* Fix bug in Blob::assign assigning from an empty blob.Alan Conway2008-04-161-0/+1
* Summary: added 0-10 Array encoding and decoding.Alan Conway2008-04-081-5/+7
* Added framing::BodyHolder:Alan Conway2007-11-221-32/+41
* Fixed Blob bug causing test crashes/hangs.Alan Conway2007-08-201-21/+35
* Undo over-hasty commitAlan Conway2007-08-201-1/+1
* get() returns 0 if Blob is empty.Alan Conway2007-08-201-1/+1
* * src/qpid/framing/MethodHolder.hAlan Conway2007-08-181-8/+12
* Fix memory leak in client_test, caused by bug in Blob.h.Alan Conway2007-08-171-9/+12
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-14/+41
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-091-1/+1
* Blob: a crude kind of variant that avoids template hell.Alan Conway2007-08-091-0/+134