summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/messaging/Message.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5104: make handling of properties in swigged impl match the pure python ...Gordon Sim2013-09-051-0/+1
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-131-0/+11
* QPID-4368: Pluggable AMQP 1.0 implementation for broker and clientGordon Sim2012-10-191-14/+14
* QPID-3445: Added some extra checks to decode logic; consolidated exception ha...Gordon Sim2011-08-241-1/+6
* Made the new C++ API more friendly for swig-wrapping.Ted Ross2010-07-281-0/+1
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-141-1/+1
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-2/+2
* QPID-664: set content-type on encoded messages, removed some duplication and ...Gordon Sim2010-04-081-32/+41
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-7/+64
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-291-3/+7
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-2/+2
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-0/+2
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-031-2/+2
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-121-0/+17
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-171-1/+1
* define content- and view- classes separately from message classGordon Sim2009-10-021-20/+8
* Hide internal message ID behind APIGordon Sim2009-08-261-256/+1
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+325