summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-162-11/+5
* Don't recover messages for cancelled subscriptions.Gordon Sim2007-10-051-0/+5
* Make ExecutionHandler threadsafe for calls that can be made by application th...Gordon Sim2007-10-015-14/+40
* Ensure no danbling pointers in client API:Alan Conway2007-09-289-22/+29
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-2811-221/+249
* Minor refactoring of execution layerGordon Sim2007-09-286-24/+58
* Detect that connection is already closed on attempt to close()Gordon Sim2007-09-263-1/+14
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-264-11/+12
* Renamed the following files for consistency:Alan Conway2007-09-2511-21/+21
* Fix uninitialized memory error.Alan Conway2007-09-191-1/+2
* AMQP 0-10 Session suppported on broker and client.Alan Conway2007-09-194-34/+29
* Use credit mode when using NO_ACK and prefetch is not set.Gordon Sim2007-09-181-8/+13
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-183-8/+260
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-1310-109/+76
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-1212-42/+338
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-113-62/+53
* Support for keyword args in session interfaceGordon Sim2007-09-101-14/+12
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-105-24/+44
* Implementation of execution.result on the client side Gordon Sim2007-09-0622-186/+694
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-312-56/+136
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-1/+2
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-2813-207/+42
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-215-13/+43
* * src/qpid/framing/MethodHolder.hAlan Conway2007-08-181-1/+2
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-1617-135/+128
* 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-154-112/+46
* Removed some unused files.Gordon Sim2007-08-147-425/+0
* Undoing change to asyncio as incomplete writes aren't handled.Gordon Sim2007-08-142-76/+27
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-092-27/+76
* Send flush after get request. Fixes perftest.Gordon Sim2007-08-062-1/+4
* Channel dispatcher needs ti be joined on destruction.Gordon Sim2007-08-063-22/+12
* Connector should join with receiver thread on destructionGordon Sim2007-08-061-1/+5
* Fixed race in connection shutdown preventing Connector from being garbage col...Gordon Sim2007-08-064-10/+7
* Added first cut of generated client interface.Gordon Sim2007-08-0514-274/+529
* Some restructuring of the client code: Gordon Sim2007-08-0230-1056/+1862
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-1/+0
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-5/+5
* * Summary:Alan Conway2007-07-241-3/+0
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-245-556/+36
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-233-19/+67
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-058-26/+73
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-274-18/+15
* Fixed client leak and python tests portAlan Conway2007-06-272-19/+18
* Fix shutdown race in Connector.Alan Conway2007-06-271-1/+1
* * src/tests/cluster.mk: Replace sudo with newgrp for ais tests.Alan Conway2007-06-261-1/+3
* Removed unused files src/qpid/client/ClientAdapter.cpp and .h.Alan Conway2007-06-132-136/+0
* Made FieldTable argument of client::Channel::bind() optional.Alan Conway2007-06-061-1/+2
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-305-21/+22