summaryrefslogtreecommitdiffstats
path: root/net/socket/stream_socket.h
Commit message (Expand)AuthorAgeFilesLines
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-7/+0
* [net/dns] Handle TC bit on DNS response in DnsTransaction.szym@chromium.org2012-12-201-1/+0
* Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected.sergeyu@chromium.org2012-07-201-1/+1
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+8
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-1/+1
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+4
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-1/+2
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-1/+0
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-0/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-1/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+7
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-7/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+7
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-011-6/+0
* Net: Add net_api to the socket codervargas@google.com2011-05-191-2/+2
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-0/+133