summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/TCPConnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* workaround for BZ 570168 ( see comment in code )Michael Goulish2010-03-171-1/+12
* Make TCP more like RDMAAndrew Stitcher2010-01-261-3/+5
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-231-3/+11
* If we've already closed Connection don't attempt to write to itAndrew Stitcher2010-01-221-0/+4
* Allow Connection to be closed whilst still connecting without error.Andrew Stitcher2010-01-211-1/+2
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-211-55/+28
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-211-1/+2
* Move the TCPConnector class to its own file to allow deriving from it; resolv...Stephen D. Huston2009-12-141-0/+327