summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ExecutionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed race condition in the examples: when a listener program printsAlan Conway2008-02-181-0/+13
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-1/+1
* Fixed fragmentation (content bodies were 1 byte smaller than they could be du...Gordon Sim2007-12-171-1/+1
* Some fixes relating to message 'staging'.Gordon Sim2007-12-131-2/+1
* Summary:Alan Conway2007-12-071-0/+2
* Added framing::BodyHolder:Alan Conway2007-11-221-7/+9
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+1
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-161-8/+2
* Make ExecutionHandler threadsafe for calls that can be made by application th...Gordon Sim2007-10-011-11/+32
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-1/+1
* Minor refactoring of execution layerGordon Sim2007-09-281-16/+22
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-16/+33
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-1/+1
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-10/+7
* Implementation of execution.result on the client side Gordon Sim2007-09-061-24/+63
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-11/+10
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-1/+21
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-18/+22
* Added first cut of generated client interface.Gordon Sim2007-08-051-14/+9
* Some restructuring of the client code: Gordon Sim2007-08-021-0/+159