summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/MessageHandlerImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-208/+0
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-2/+0
* Handle the set-redelivered flag on the final version of the message.release c...Gordon Sim2008-04-091-1/+1
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-061-1/+1
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-2/+0
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-13/+13
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-181-1/+1
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-1/+1
* Additional tests and fixesGordon Sim2007-10-041-1/+2
* Fix (and refactor) processing of ranges in message handler.Gordon Sim2007-10-041-63/+37
* Split broker::Session into:Alan Conway2007-09-211-21/+19
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-21/+21
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-8/+34
* * Summary:Alan Conway2007-08-311-16/+16
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-19/+6
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-4/+16
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-3/+2
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-5/+4
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-141-2/+1
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-2/+45
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-48/+17
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-12/+13
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-231-15/+12
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-73/+35
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-181-1/+1
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-4/+7
* refactoring: Gordon Sim2007-07-091-3/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+243