- 5a60c8bb Basic HTTP pipelining support. by [email protected] · 14 years ago
- f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
- 5e6efa5 Warmth of a connection (cwnd) is estimated by the amount of data written to the socket. by [email protected] · 14 years ago
- ea678b0 Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of data written to the socket. by [email protected] · 14 years ago
- 0ca76cb6 Warmth of a connection (cwnd) is estimated by the amount of data written to the socket. by [email protected] · 14 years ago
- 2d0a4f9 Re-connect if Keep-Alive connection has been closed by the time we get around to reusing it. by [email protected] · 14 years ago
- d609f28 Revert 83524 - Re-connect if Keep-Alive connection has been closed by the time we get around to reusing it. BUG=none TEST=net_unittests --gtest_filter=HttpNetworkTransactionTest.BasicAuthKeepAliveImpatientServer:*.BasicAuthKeepAliveNoBody:*.BasicAuthKeepAliveLargeBody && unit_tests --gtest_filter=*TransportClientSocketTest.IsConnected*Review URL: http://codereview.chromium.org/6878055 by [email protected] · 14 years ago
- 8e717772 by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 3a8d685 Don't drain response bodies for SpdyHttpStreams. by [email protected] · 14 years ago
- a3d677d Revert r77399 in preparation for merging a small portion of it to 696. by [email protected] · 14 years ago
- 106c27f4 Reland r77075,r77077. by [email protected] · 14 years ago
- 0107e570 Revert 77075 - Don't block on stream requests on Alternate-Protocol. by [email protected] · 14 years ago
- 46e1edc Don't block on stream requests on Alternate-Protocol. by [email protected] · 14 years ago
- 511f6f5 Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy by [email protected] · 15 years ago
- b94f92d HttpStream::SendRequest by [email protected] · 15 years ago
- 697ef4c1 Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection by [email protected] · 15 years ago
- 0e6d874a Detach the ClientSocketHandle from an HttpStream so the same socket can be reused for multiple rounds of by [email protected] · 15 years ago
- 4d4a516 Eliminate HttpStreamHandle. The name confused me. by [email protected] · 15 years ago
- 8e6441ca Extract connection logic from HttpNetworkTransaction into a new by [email protected] · 15 years ago
- 277d594 FBTF: Start cleaning up net/ by [email protected] · 15 years ago
- c638a85a I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- 6d22a97 Reduce static initializers by removing inline constructors and by [email protected] · 15 years ago
- 8c76ae2 Use HttpRequestHeaders for extra_headers. BUG=22588 by [email protected] · 15 years ago
- 9e743cd Generalize the net module's LoadLog facility from a passive container, to an event stream (NetLog). by [email protected] · 15 years ago
- 1239d287 Add more load log points near HttpNetworkTransaction::ReadHeaders by [email protected] · 16 years ago
- a7e4131 Make the transactions own the HttpResponseInfo. by [email protected] · 16 years ago
- 0877e3d Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing the Http traffic. HttpBasicStream delegates parsing to HttpStreamParser in preparation for HttpPipelinedStream. by [email protected] · 16 years ago
- 2f497d2 Reverting 29316. Review URL: http://codereview.chromium.org/292002 by [email protected] · 16 years ago
- 878d730 Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing the Http traffic. HttpBasicStream delegates parsing to HttpStreamParser in preparation for HttpPipelinedStream. by [email protected] · 16 years ago
- f7984fc6 Move socket related files from net/base to net/socket. by [email protected] · 16 years ago
- 8d5a34e Introduce HttpStream and HttpBasicStream. by [email protected] · 16 years ago