summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/TCPConnector.h
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+0
* QPID-4447: C++ Client can hang during connect if heartbeat disconnect firesAndrew Stitcher2012-11-201-0/+1
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-2/+2
* NO-JIRA: Remove const qualifier from encode buffer (can't encode into if it i...Gordon Sim2012-08-281-1/+1
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-101-1/+0
* NO-JIRA: Removed unused return parameterAndrew Stitcher2012-07-311-1/+1
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-251-2/+0
* 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