summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/TCPConnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5488: Allow for not enough bytes initially received by client for protoc...Andrew Stitcher2014-01-231-1/+3
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-101-1/+1
* QPID-4905: Remove unused members in Connector interfaceAndrew Stitcher2013-06-101-8/+0
* QPID-3828: When sending large messages loss of connection is not detected eve...Andrew Stitcher2013-04-251-1/+1
* QPID-4447: C++ Client can hang during connect if heartbeat disconnect firesAndrew Stitcher2012-11-201-2/+6
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-6/+7
* NO-JIRA: Remove const qualifier from encode buffer (can't encode into if it i...Gordon Sim2012-08-281-2/+2
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-101-12/+11
* NO-JIRA: Removed unused return parameterAndrew Stitcher2012-07-311-3/+2
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-251-0/+1
* NO-JIRA: Fix error on windows "An operation was attempted on something that i...Alan Conway2012-02-221-3/+5
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-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