summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-102/+0
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-4/+4
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-1/+1
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-1/+3
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+1
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+1
* Additional tests and fixesGordon Sim2007-10-041-0/+5
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-1/+0
* Split broker::Session into:Alan Conway2007-09-211-5/+13
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-19/+2
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-141-1/+4
* * Summary:Alan Conway2007-08-311-15/+16
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-1/+11
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-1/+4
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-6/+14
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-5/+3
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-141-1/+1
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-1/+14
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-1/+1
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-231-2/+14
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-0/+2
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-0/+55