summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-8/+10
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-10/+8
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-8/+10
* Standardize error reporting of IPEndPoint::ToSockAddr andwtc@chromium.org2014-03-261-3/+4
* Close accept_event_ only after stopping accept_watcher_.wtc@chromium.org2013-11-221-5/+5
* Fix bug 170595rpaquay@chromium.org2013-10-031-0/+8
* Add an assertion to prevent mapping connection failures to ERR_IO_PENDING.eroman@chromium.org2013-09-171-1/+3
* Windows only: Move client socket functionality from TCPClientSocket into TCPS...yzshen@chromium.org2013-09-151-42/+777
* Move server socket functionality from TCPServerSocket into TCPSocket.yzshen@chromium.org2013-09-011-0/+255