summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-8/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-1/+14
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-14/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-1/+14
* Use base::win::GetVersion for Windows run-time version checks in preference tomark@chromium.org2011-06-141-5/+2
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-011-8/+8
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-92/+164
* Revert 87077 - Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-164/+92
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-92/+164
* Revert 87066 - Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-164/+92
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-92/+164
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-1/+1
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+17
* Added TCPServerSocket.sergeyu@chromium.org2011-04-181-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-221-6/+6
* Move MapWinsockError() and MapPosixError() to net_errors.h.sergeyu@chromium.org2011-03-151-7/+7
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-121-86/+1
* Revert 77870 - UDP sockets implementation for windows.sergeyu@chromium.org2011-03-111-1/+86
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-111-86/+1
* Revert 77855 - UDP sockets implementation for windows.sergeyu@chromium.org2011-03-111-1/+86
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-111-86/+1
* Follow-up to r57247: when asserting that an event object is notwtc@chromium.org2011-03-101-11/+21
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-5/+2
* Log source ip and port in NetLog.willchan@chromium.org2011-01-261-4/+29
* Reland 72421 - Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-251-2/+20
* Revert 72421 (broke tests) - Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-251-21/+2
* Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-241-2/+21
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-4/+5
* net: assorted changes needed for Snap Start tests.agl@chromium.org2010-11-101-0/+12
* Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when networkmmenke@chromium.org2010-11-021-2/+4
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+5
* Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call...cbentzel@chromium.org2010-10-251-2/+9
* Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn...cbentzel@chromium.org2010-10-231-9/+2
* Add Reset to ClientSocket::UseHistory, and call on TCP disconnect.cbentzel@chromium.org2010-10-231-2/+9
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-1/+1
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-8/+8
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-7/+7
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-0/+8
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-10-051-9/+8
* Update ClientSocket::GetPeerAddress() to specify therch@chromium.org2010-09-251-2/+2
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-09-251-1/+1
* Add log messages to the places where we set the ERR_UNEXPECTEDwtc@chromium.org2010-09-221-1/+2
* Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-081-1/+1
* Revert 58684 - Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-071-1/+1
* Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-071-1/+1
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+4
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-9/+25
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-2/+7
* When asserting that an event object is not signaled,wtc@chromium.org2010-08-241-6/+19