summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/framing/AMQHeaderBody.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-171-1/+1
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-061-2/+0
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-6/+7
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-0/+2
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-4/+4
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-6/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-4/+4
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-061-2/+6
* QPID-689 from tross@redhat.com.Alan Conway2007-11-231-1/+2
* Fix printing of headersGordon Sim2007-11-201-1/+1
* Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.Alan Conway2007-11-101-0/+2
* Replace vector in AMQHeaderBody with boost::optional.Alan Conway2007-11-101-66/+49
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-091-16/+1
* Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...Gordon Sim2007-11-071-3/+16
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-14/+81
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-9/+7
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+60
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-60/+0
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-4/+4
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-241-1/+1
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-161-0/+57