summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/MessageDelivery.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-89/+0
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-291-4/+4
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-67/+4
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-8/+9
* Fixes to c++ broker:Gordon Sim2008-03-061-3/+6
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-061-6/+18
* Added framing::BodyHolder:Alan Conway2007-11-221-5/+9
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-4/+4
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-4/+4
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-9/+4
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-15/+15
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-6/+3
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-0/+140