summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Connector.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-1/+2
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-211-17/+16
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-0/+2
* Revert "QPID-1879 Don't use a thread for every new client Connection"Andrew Stitcher2009-06-031-16/+17
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2009-05-281-17/+16
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-121-1/+1
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-131-0/+1
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-0/+8
* Resolve inconsistent refs to ConnectionSettings; resolves QPID-1369Stephen D. Huston2008-10-161-1/+1
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-96/+18
* Removed unused functionsAndrew Stitcher2008-07-291-6/+0
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-091-4/+9
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-0/+1
* Fixed intermittent leak of client::Connector thread.Alan Conway2008-05-261-2/+0
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-1/+5
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-6/+11
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-1/+2
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-1/+1
* Make ports accesible through socket interface.Gordon Sim2008-01-311-0/+1
* Improved/additional client API tests.Alan Conway2008-01-241-1/+5
* Fix bug in Connector - incorrect use of iterator.Alan Conway2008-01-111-1/+1
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-101-2/+28
* src/tests/SocketProxy.h: proxy between local client & server to simulate netw...Alan Conway2007-12-101-1/+0
* Summary:Alan Conway2007-12-071-0/+2
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-0/+1
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-7/+15
* Undoing change to asyncio as incomplete writes aren't handled.Gordon Sim2007-08-141-8/+3
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-091-3/+8
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-271-1/+1
* Fixed client leak and python tests portAlan Conway2007-06-271-1/+1
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-221-5/+7
* Fixes QPID-303 and QPID-409.Gordon Sim2007-04-161-0/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+98
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-94/+0
* Added another example for client api.Gordon Sim2006-11-211-0/+1
* 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-8/+8
* More separation of concerns with APR, client side complete.Alan Conway2006-11-091-0/+90