summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/TCPConnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qpid-3603-4-rebase' into qpid-3603-5qpid-3603-5Alan Conway2012-02-131-5/+3
* NO_JIRA: Small mods to certain log trace and debug messages to improve log me...Kim van der Riet2011-10-311-3/+3
* NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-261-1/+1
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-1/+1
* QPID-3100: reduce number of initial buffers created per connectionGordon Sim2011-03-021-1/+1
* Ensure that AsynchConnector is disassociated from Poller when aborting connec...Gordon Sim2010-06-111-4/+8
* Ensure that ConnectionImpl is notified of shutdown even in the case of discon...Gordon Sim2010-04-161-1/+6
* QPID-2511: Altered shutdown sequence in connectors; after connect() has retur...Gordon Sim2010-04-151-19/+14
* 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