summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/StreamSocket.cpp
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | Whitespace cleanup - tabs to spacesJoe George2016-06-29
| |
* | ICE-7204 : Fixed UWP build failureBenoit Foucher2016-06-28
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
|/ | | | of TCP/iAP/Bluetooth.
* Fixed bug where connection to SOCKs/HTTP proxies could hang under certain ↵Benoit Foucher2016-04-29
| | | | conditions
* Fix to no longer close the socket on fdToString failure, the caller is now ↵Benoit Foucher2016-04-27
| | | | closing the socket if necessary
* Update copyright headersJoe George2016-03-01
|
* Fixed ICE-6695 - ensure buffers are not cleared too early for WS/SSL transportsBenoit Foucher2015-08-11
|
* ICE-6082 No way to discover send/recv buffer sizesDwayne Boone2015-03-05
|
* ICE-6116 reduce verbose warnings about socket buffer sizeDwayne Boone2015-03-03
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵Benoit Foucher2014-09-10
networking code (addition of StreamSocket class abstraction)