summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/TCPIOPlugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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