summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/TCPConnector.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-1/+1
* Ensure that AsynchConnector is disassociated from Poller when aborting connec...Gordon Sim2010-06-111-0/+1
* Ensure that ConnectionImpl is notified of shutdown even in the case of discon...Gordon Sim2010-04-161-0/+1
* QPID-2511: Altered shutdown sequence in connectors; after connect() has retur...Gordon Sim2010-04-151-3/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-1/+1
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-231-8/+11
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-211-11/+11
* Made the getSSF() member functions of Connectors private as they can't be use...Andrew Stitcher2010-01-211-1/+1
* Move the TCPConnector class to its own file to allow deriving from it; resolv...Stephen D. Huston2009-12-141-0/+117