summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FrameSet.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-1/+4
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-151-0/+10
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-0/+5
* Add directory to #includeAlan Conway2009-07-141-1/+1
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-1/+1
* Use InlineVector for AMQFrame, reduces heap allocations by 13%.Alan Conway2008-06-021-1/+1
* Performnace fix, improves 6-8% on high core count machines.Carl C. Trieloff2008-05-291-4/+10
* Further updates to support final 0-10 specGordon Sim2008-03-041-1/+1
* * Limited time allowed for reading on a single connection in a single go to 2msAndrew Stitcher2007-12-171-1/+1
* Stopped frameset from assembling messages piecewise.Alan Conway2007-11-131-7/+9
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-091-1/+0
* Correction to interpretation of flags (B/E refer to the first/last segment in...Gordon Sim2007-10-021-1/+1
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-13/+6
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-3/+10
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-0/+83