summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/StreamSocket.cpp
Commit message (Collapse)AuthorAge
* Fixed file permissionsBernard Normier2019-09-17
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed SOCKET_ERROR assignement with DWORD, fixes #267Benoit Foucher2018-11-15
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Fixed UWP transport to cancel read/write operations on close (ICE-8686)Benoit Foucher2018-03-01
|
* Update copyright year to 2018Jose2018-02-14
|
* Clean C++ exception code to only throw exception typesJose2017-09-20
| | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892
* 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)