summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-195/+0
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-3/+2
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-10/+4
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-3/+2
* Some fixes relating to message 'staging'.Gordon Sim2007-12-131-1/+2
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-3/+0
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-1/+1
* Change to avoid assertion when delivery is concurrent with session detachment:Gordon Sim2007-11-121-4/+8
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+1
* Sending of results must be synchronised w.r.t. other frames (e.g. message del...Gordon Sim2007-11-021-0/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-2/+2
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-161-8/+6
* Additional tests and fixesGordon Sim2007-10-041-8/+6
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-6/+0
* Minor refactoring of execution layerGordon Sim2007-09-281-1/+1
* Honour sync bit when processing L4 methodGordon Sim2007-09-281-2/+8
* Split broker::Session into:Alan Conway2007-09-211-13/+17
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-211-1/+0
* * src/qpid/broker/SemanticHandler.cpp: add assert to suspect logic for execu...Alan Conway2007-09-181-6/+5
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-46/+12
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-2/+2
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-141-21/+21
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-4/+5
* * Summary:Alan Conway2007-08-311-72/+42
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-75/+123
* 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