summaryrefslogtreecommitdiffstats
path: root/net/socket/stream_socket.h
Commit message (Expand)AuthorAgeFilesLines
* 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