summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/SslPlugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-8/+5
* QPID-4931: Only allow broker to listen to a single address if "--port 0" spec...Andrew Stitcher2013-06-191-1/+1
* QPID-4810: No TCP if SSL initialisation fails and TCP/SSL mux enabledAndrew Stitcher2013-05-021-34/+37
* QPID-4807: Add new broker option to disable listening on specific transport typeAndrew Stitcher2013-05-021-25/+23
* QPID-4610: Remove duplicated transport code from C++ brokerAndrew Stitcher2013-03-011-194/+28
* QPID-4315: Changed Connection management name to be supplied by LinkAndrew Stitcher2013-01-081-14/+20
* QPID-3351: Provide ability to specify the network interfacesAndrew Stitcher2012-11-161-38/+70
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-100/+92
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-1/+1
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-13/+22
* NO-JIRA: Make ssl setTcpNoDelay interface same as TCPAndrew Stitcher2012-08-291-1/+1
* NO-JIRA: Remove obsolete and now unused codeAndrew Stitcher2012-08-291-22/+0
* SSL changes for new buffer managementAndrew Stitcher2012-08-101-1/+1
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-101-1/+1
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-211-4/+4
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-211-6/+14
* QPID-3787 - Fixed shutdown crash in SslPlugin, Fixed problem with sasl_mux test.Ted Ross2012-01-271-1/+4
* QPID-3514: Allow SSL and non-SSL connections on the same port. Applied patch ...Gordon Sim2011-10-201-24/+121
* NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-261-5/+0
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-2/+2
* QPID-2216: bump up log levelGordon Sim2011-03-071-1/+1
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-011-1/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-5/+12
* QPID-2216: correct option name in log message for ssl plugin.Gordon Sim2009-12-101-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Some minor updates to logging levels to avoid undue alarm.Gordon Sim2009-01-261-1/+1
* Log changes: logging default now notice+, "listening on" messages are at noti...Alan Conway2009-01-051-1/+1
* Remove default location for certificate database.Gordon Sim2008-10-201-7/+15
* Changed default port for SSLGordon Sim2008-10-171-1/+1
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-0/+176