summaryrefslogtreecommitdiffstats
path: root/net/socket/buffered_write_stream_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove HTTP pipelining support.mmenke@chromium.org2014-05-271-161/+0
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-2/+2
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-2/+2
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-2/+2
* Fix WeakPtrFactory member order in net/socket/.wez@chromium.org2013-11-101-2/+2
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-2/+2
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+2
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-8/+0
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+8
* 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
* Add a force pipelining option to load flags.simonjam@chromium.org2012-03-011-0/+156