summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-5/+39
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-13/+11
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-8/+6
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-141-3/+3
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-24/+21
* Some restructuring of the client code: Gordon Sim2007-08-021-3/+10
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-6/+46
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-2/+5
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-231-5/+30
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-0/+25
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-0/+89