summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FrameDecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add directory to #includeAlan Conway2009-07-141-2/+2
* Fix out-of-range vector access; fixes QPID-1957Stephen D. Huston2009-06-261-1/+2
* Complete change started by r749621: "Avoid use of std::vector::data(), not av...Gordon Sim2009-03-031-1/+1
* Avoid use of std::vector::data(), not available on some platforms.Alan Conway2009-03-031-1/+1
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-1/+11
* Replace assertion with exception.Alan Conway2009-01-231-8/+10
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-0/+68