summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ClientChannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed the following files for consistency:Alan Conway2007-09-251-271/+0
* Use credit mode when using NO_ACK and prefetch is not set.Gordon Sim2007-09-181-8/+13
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-15/+13
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-26/+38
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-111-19/+26
* Support for keyword args in session interfaceGordon Sim2007-09-101-14/+12
* Implementation of execution.result on the client side Gordon Sim2007-09-061-35/+30
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-4/+4
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-9/+13
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-5/+5
* Minor cleanup.Gordon Sim2007-08-161-1/+0
* Bug fix for client shutdown.Gordon Sim2007-08-161-15/+14
* Altered old client channel to use new generated session interface (primarily ...Gordon Sim2007-08-151-70/+39
* Send flush after get request. Fixes perftest.Gordon Sim2007-08-061-0/+2
* Channel dispatcher needs ti be joined on destruction.Gordon Sim2007-08-061-12/+10
* Added first cut of generated client interface.Gordon Sim2007-08-051-79/+28
* Some restructuring of the client code: Gordon Sim2007-08-021-230/+160
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-5/+5
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-16/+17
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-231-6/+47
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-051-11/+35
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-301-5/+4
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+341