summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Added PlatformSocketFactory to override WSASocket calls.vitalybuka@chromium.org2013-07-021-3/+2
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-15/+1
* Retrieve more accurate error code (WSAECONNRESET vs.wtc@chromium.org2013-03-151-12/+19
* [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...szym@chromium.org2012-12-131-2/+2
* Switch the TCP reads on Windows to use non-blocking/non-async I/O.pmeenan@google.com2012-10-311-49/+136
* The WSARecv and WSASend MSDN pages say the WSABUF arrayswtc@chromium.org2012-09-211-13/+13
* Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected.sergeyu@chromium.org2012-07-201-2/+10
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+8
* NetLogEventParameter to Callback refactoring 9.mmenke@chromium.org2012-06-141-23/+19
* NetLogEventParameter to Callback refactoring 1,mmenke@chromium.org2012-06-121-2/+1
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-2/+2
* Add the SOCKET_READ_ERROR and SOCKET_WRITE_ERROR events to NetLogwtc@chromium.org2012-06-071-6/+25
* Add socket.setKeepAlive() and socket.setNoDelay().penghuang@chromium.org2012-05-291-44/+63
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-25/+25
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+4
* While calling IO methods on accepted TCP sockets we run into problem that Ass...ygorshenin@chromium.org2012-02-221-6/+7
* Revert 122760 - While calling IO methods on accepted TCP sockets we run into ...jam@chromium.org2012-02-201-7/+6
* While calling IO methods on accepted TCP sockets we run into problem that Ass...ygorshenin@chromium.org2012-02-201-6/+7
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-90/+13
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-65/+7
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-7/+65
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-0/+41
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-7/+42
* Add NetLog support to UDP sockets.mmenke@chromium.org2011-10-181-1/+1
* TcpClientSocketWin::IsConnected could detect EOFtoyoshim@chromium.org2011-10-111-0/+6
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* 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