summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/StreamSocket.cpp
Commit message (Collapse)AuthorAge
* 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)