summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SslConnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-34/+72
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-118/+106
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-2/+1
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-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