summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-222-13/+14
* Fixes QPID-303 and QPID-409.Gordon Sim2007-04-164-17/+53
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-1328-0/+3667
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0121-2101/+0
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-292-8/+11
* Bug fixes: corrected fragmentation of large messages in client, set buffer si...Gordon Sim2006-11-281-9/+11
* Bug fix, basic_qos_ok was set to wrong type.Gordon Sim2006-11-271-29/+29
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-225-43/+157
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-224-6/+6
* Added another example for client api.Gordon Sim2006-11-212-4/+10
* update Apache licenses to the current versionStephen Vinoski2006-11-1020-260/+320
* Some more riguorous 'const' declarations in basic header properties. Some mor...Gordon Sim2006-11-102-42/+42
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-0918-55/+55
* Removed invalid and redundant include.Gordon Sim2006-11-091-1/+0