summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/framing/AMQFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* This reverts r736810. In my testing (admittedly limited) I did not observe an...Gordon Sim2010-05-141-30/+8
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+2
* Removed spurious code in AMQFrame::~AMQFrame.Alan Conway2009-08-121-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-1/+0
* Fixed race conditions in cluster.Alan Conway2009-03-081-1/+2
* Optimization: cache results of AMQFrame::encodedSize().Alan Conway2009-01-221-8/+30
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-9/+36
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-3/+3
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-0/+7
* QPID-989: fix decode of zero sized mapGordon Sim2008-05-011-1/+1
* QPID-988 and QPID-989: fixes to framing for final 0-10 specGordon Sim2008-04-301-12/+6
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-4/+4
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-1/+4
* Added framing::BodyHolder:Alan Conway2007-11-221-64/+20
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-8/+6
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-1/+1
* fixed decoding of b/e bitsRafael H. Schloming2007-10-031-1/+1
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-1/+3
* * python/qpid/codec.pyAndrew Stitcher2007-09-121-16/+46
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-3/+6
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-54/+63
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-141-8/+1
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-231-2/+2
* * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame withAlan Conway2007-07-051-4/+0
* * Summary:Alan Conway2007-06-291-8/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+139
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-138/+0
* Patches from Andrew Stitcher to fix QPID-140, QPID-141.Alan Conway2006-11-301-7/+11
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-221-10/+26
* 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-2/+2
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-161-0/+115