summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/TCPIOPlugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-6/+4
* QPID-4931: Only allow broker to listen to a single address if "--port 0" spec...Andrew Stitcher2013-06-191-1/+1
* QPID-4807: Add new broker option to disable listening on specific transport typeAndrew Stitcher2013-05-021-18/+1
* QPID-4610: Remove duplicated transport code from C++ brokerAndrew Stitcher2013-03-011-195/+13
* QPID-4315: Changed Connection management name to be supplied by LinkAndrew Stitcher2013-01-081-11/+22
* QPID-3351: Provide ability to specify the network interfacesAndrew Stitcher2012-11-161-34/+59
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-4/+4
* 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-3/+3
* 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/+17
* QPID-3514: Allow SSL and non SSL connections on the same port.Andrew Stitcher2011-11-011-0/+3
* QPID-3514: Allow SSL and non-SSL connections on the same port. Applied patch ...Gordon Sim2011-10-201-4/+29
* QPID-3447: Creating invalid federation link causes file descriptor leakAndrew Stitcher2011-08-221-0/+7
* QPID-3405: IPv6 support for Unix C++ ports:Andrew Stitcher2011-08-121-11/+37
* 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-11/+13
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-011-1/+1
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-211-8/+9
* Rationalised AsynchConnector/Acceptor/IO to all use the same code structureAndrew Stitcher2009-10-161-1/+1
* Fixed tcp nodelay, broken by previous socket code shufflingAndrew Stitcher2009-10-161-1/+1
* Fix memory usage error in AsynchConnectorAndrew Stitcher2009-10-091-8/+19
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-0/+1
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-8/+4
* Log changes: logging default now notice+, "listening on" messages are at noti...Alan Conway2009-01-051-1/+1
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-10/+15
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-201-3/+8
* Identify transports by nameGordon Sim2008-10-101-1/+1
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-051-4/+10
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-091-1/+2
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-12/+14
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-261-14/+12
* QPID-1087Ted Ross2008-05-211-29/+16
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-16/+38
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-091-5/+9
* * Renamed the Acceptor class to be the ProtocolFactory classAndrew Stitcher2008-04-221-29/+21
* Refactored Acceptor code to allow multiple acceptors to be present in the brokerAndrew Stitcher2008-04-181-7/+22
* Split AsynchIOAcceptor into IOHandler and connection control codeAndrew Stitcher2008-04-181-0/+109