summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Connector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ports accesible through socket interface.Gordon Sim2008-01-311-4/+10
* Log peer address with SEND/RECV messages.Alan Conway2008-01-291-2/+3
* Improved/additional client API tests.Alan Conway2008-01-241-7/+15
* Fix bug in Connector - incorrect use of iterator.Alan Conway2008-01-111-10/+10
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-101-80/+95
* Summary:Alan Conway2007-12-071-2/+2
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-1/+1
* perftest improvements.Alan Conway2007-11-271-3/+3
* client::SubscriptionManager:Alan Conway2007-11-071-2/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-2/+0
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-49/+121
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-1/+1
* Undoing change to asyncio as incomplete writes aren't handled.Gordon Sim2007-08-141-68/+24
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-091-24/+68
* 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-061-5/+1
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-1/+0
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-271-6/+5
* Fixed client leak and python tests portAlan Conway2007-06-271-18/+17
* 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
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-301-3/+4
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-221-8/+7
* Fixes QPID-303 and QPID-409.Gordon Sim2007-04-161-6/+17
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+188
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-180/+0
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-291-7/+10
* Added another example for client api.Gordon Sim2006-11-211-4/+9
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-2/+2
* More separation of concerns with APR, client side complete.Alan Conway2006-11-091-0/+169