summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/Blob.h
Commit message (Expand)AuthorAgeFilesLines
* 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