summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/DtxHandlerImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-171/+0
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-20/+20
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-16/+6
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-3/+3
* Split broker::Session into:Alan Conway2007-09-211-8/+7
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-13/+13
* Fix for QPID-561Gordon Sim2007-09-031-9/+1
* * Summary:Alan Conway2007-08-311-7/+7
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-5/+8
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-36/+27
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-6/+0
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-3/+1
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-231-15/+15
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-35/+30
* Fixed catch clauses to catch by const & and use std::exception forAlan Conway2007-06-141-5/+5
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-33/+52
* Some tests and fixes for dtx preview.Gordon Sim2007-06-051-23/+72
* Updates to dtx support.Gordon Sim2007-05-311-15/+21
* Added some dtx related unit testsGordon Sim2007-04-201-15/+26
* Some dtx related updates.Gordon Sim2007-04-191-0/+124