summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/Connector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-1/+2
* #include SecurityLayer.h needs to go back in; MSVC needs to see the class def...Stephen D. Huston2010-01-221-0/+1
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-211-18/+6
* Move the TCPConnector class to its own file to allow deriving from it; resolv...Stephen D. Huston2009-12-141-352/+1
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-0/+1
* Split TCP connect so that the connect is non blockingAndrew Stitcher2009-10-091-35/+47
* Set protocol versions correctly in cluster code.Alan Conway2009-07-301-1/+2
* QPID-652 -- fixed by Marco BisioliCarl C. Trieloff2009-07-301-1/+3
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Client side fix to make sure we don't schedule a disconnectAndrew Stitcher2009-06-231-1/+4
* Revert "QPID-1879 Don't use a thread for every new client Connection"Andrew Stitcher2009-06-031-36/+60
* Revert "QPID-1879 Removed some code obsoleted by this change"Andrew Stitcher2009-06-031-1/+9
* QPID-1879 Removed some code obsoleted by this changeAndrew Stitcher2009-05-281-9/+1
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2009-05-281-60/+36
* QPID-1869: Set closed flag to false only after poller and aio are initialised.Gordon Sim2009-05-211-1/+1
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-121-0/+4
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-1/+1
* Ensure socket is closed when exception occurs during encode/decode.Gordon Sim2009-04-281-1/+3
* Really close the potential race on the client between sendingAndrew Stitcher2009-03-101-5/+3
* Close a potential race between closing a connection and sending dataAndrew Stitcher2009-03-091-18/+19
* - Reworked DispatchHandler state machine to eliminate race conditionsAndrew Stitcher2009-03-021-3/+3
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-131-0/+5
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-2/+0
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-102/+95
* Fix unused arg warnings from MSVCStephen D. Huston2008-12-101-1/+1
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-2/+3
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-241-1/+3
* Fixed a file-descriptor leak in the c++ client API. If the socket connectionTed Ross2008-11-111-1/+7
* Various fixes arising from testing client failover:Gordon Sim2008-11-031-3/+4
* Fix compile errors introduced by Address changesStephen D. Huston2008-10-241-1/+1
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-1/+1
* Suppress logging expected errors in tests.Alan Conway2008-10-171-1/+1
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-2/+2
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-36/+170
* Fix Cluster::send encode race.Alan Conway2008-08-051-4/+0
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-051-1/+1
* Removed unused functionsAndrew Stitcher2008-07-291-49/+0
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-3/+10
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-24/+32
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-0/+9
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-7/+8
* 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