summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-241-1/+5
* Remove the AsyncSlowStart experimentmbelshe@google.com2009-12-151-18/+0
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-0/+5
* Fix a style nit in client_socket.h.wtc@chromium.org2009-11-101-26/+27
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+4
* Map WSAEACCES (which is reported by connect if Windows Firewallwtc@chromium.org2009-11-051-12/+32
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-8/+38
* Relanding:mbelshe@google.com2009-09-301-1/+39
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-9/+34
* Revert 24211 - Implement a readsize throttle within the TCP socket.laforge@chromium.org2009-09-041-42/+1
* Implement a read-size throttle within the TCP socket.mbelshe@google.com2009-08-251-1/+42
* Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.willchan@chromium.org2009-08-071-2/+11
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+578