summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-161-1/+1
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-1/+2
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-2/+2
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-2/+2
* Missed a file as part of checkin for r48186mbelshe@chromium.org2010-05-251-2/+2
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-211-10/+36
* Always fallback to the next address when doing TCP connect (winsock impl). eroman@chromium.org2010-05-211-54/+74
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-211-16/+0
* Make TCPClientSocket* inherit from NonThreadSafe.willchan@chromium.org2010-05-191-0/+13
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-14/+14
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-5/+10
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-16/+17
* Cleanup now that issue 27870 is resolved.vandebo@chromium.org2010-03-251-1/+2
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-14/+14
* Use CHECK_* in netwillchan@chromium.org2010-03-021-6/+6
* Remove connection failed histograms.vandebo@chromium.org2010-03-021-2/+4
* Work around 3rd party problem causing bug 27870.vandebo@chromium.org2010-02-271-10/+27
* Include sys_addrinfo.h in tcp_client_socket_win.cc.eroman@chromium.org2010-02-251-0/+1
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-3/+6
* More checks to try to find bug 27870.vandebo@google.com2010-02-121-1/+9
* 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