summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ExecutionHandler.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-104/+0
* Fixed race condition in the examples: when a listener program printsAlan Conway2008-02-181-0/+1
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-1/+1
* Summary:Alan Conway2007-12-071-0/+1
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-161-3/+3
* Make ExecutionHandler threadsafe for calls that can be made by application th...Gordon Sim2007-10-011-0/+5
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-1/+6
* Minor refactoring of execution layerGordon Sim2007-09-281-3/+7
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-0/+1
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-3/+3
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-1/+1
* Implementation of execution.result on the client side Gordon Sim2007-09-061-12/+25
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-3/+3
* 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-2/+2
* Added first cut of generated client interface.Gordon Sim2007-08-051-4/+5
* Some restructuring of the client code: Gordon Sim2007-08-021-0/+70