summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/TCPConnector.h
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-3/+4
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-1/+0
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-3/+1
* 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