summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SslConnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-101-2/+2
* QPID-4905: Remove unused members in Connector interfaceAndrew Stitcher2013-06-101-10/+0
* NO-JIRA: Add abort() implementation for SSL client code - this make heartbeatsAndrew Stitcher2013-01-221-1/+21
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-19/+37
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-11/+11
* NO-JIRA: Remove redundant stuff from SslSocketAndrew Stitcher2012-08-291-1/+1
* NO-JIRA: keep ssl in line with removing const qualifier from encode bufferAndrew Stitcher2012-08-281-3/+3
* SSL changes for new buffer managementAndrew Stitcher2012-08-101-118/+106
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-251-2/+1
* QPID-3510 - Created a separate option in CommonOptions for the client configu...Ted Ross2012-04-231-3/+3
* QPID-3510 - Allow client configuration-file to be overridden via QPID_CONFIG ...Ted Ross2012-04-201-1/+3
* NO_JIRA: Small mods to certain log trace and debug messages to improve log me...Kim van der Riet2011-10-311-3/+3
* QPID-3382: Corrected some exception types for connect errorsGordon Sim2011-08-011-1/+1
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-2/+2
* Resolves QPID-3031. Allows client connection options to specify an SSL cert-n...Jonathan Robie2011-02-021-10/+13
* Fixes to new API impl to support failover.Alan Conway2010-05-121-1/+1
* Ensure that ConnectionImpl is notified of shutdown even in the case of discon...Gordon Sim2010-04-191-1/+7
* QPID-2511: Altered shutdown sequence in connectors; after connect() has retur...Gordon Sim2010-04-151-17/+11
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-1/+10
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-211-59/+28
* Made the getSSF() member functions of Connectors private as they can't be use...Andrew Stitcher2010-01-211-1/+1
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-0/+1
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Revert "QPID-1879 Don't use a thread for every new client Connection"Andrew Stitcher2009-06-031-29/+53
* Revert "QPID-1879 Removed some code obsoleted by this change"Andrew Stitcher2009-06-031-1/+8
* QPID-1879 Removed some code obsoleted by this changeAndrew Stitcher2009-05-281-8/+1
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2009-05-281-53/+29
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-231-1/+2
* - Reworked DispatchHandler state machine to eliminate race conditionsAndrew Stitcher2009-03-021-1/+1
* Some minor updates to logging levels to avoid undue alarm.Gordon Sim2009-01-261-1/+1
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-131-2/+1
* QPID-1478: Same fix is required in SslConnector unfortunately.Gordon Sim2008-11-241-1/+1
* Fixed a file-descriptor leak in the c++ client API. If the socket connectionTed Ross2008-11-111-1/+7
* Fix compile errors introduced by Address changesStephen D. Huston2008-10-241-1/+1
* Remove default location for certificate database.Gordon Sim2008-10-201-2/+6
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-0/+389