summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* net: add --enable-snap-startagl@chromium.org2010-10-111-0/+6
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-8/+13
* Call GetSSLInfo late, after we have received the responsewtc@chromium.org2010-09-301-3/+3
* Kill all HttpResponseBodyDrainers when HttpNetworkSession goes away.willchan@chromium.org2010-09-281-1/+1
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-6/+9
* Take out additional dependency from http_util as a short-term fix to get the ...jam@chromium.org2010-09-231-1/+5
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-2/+1
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-211-20/+35
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-201-35/+20
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-191-20/+35
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-4/+10
* Fix case where we close a stream due to socket errors when it is currentlymbelshe@chromium.org2010-09-171-1/+4
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-011-0/+7
* Change the API from passing refptr<>s through the interfaces.mbelshe@chromium.org2010-09-011-3/+3
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-2/+2
* Remove the reused_socket_ member because we don't really need it.mbelshe@chromium.org2010-08-251-5/+4
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-251-5/+9
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-28/+53
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-251-9/+5
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-251-5/+9
* Reintegrate certificate selection in HttpNetworkTransaction DoLoopdavidben@chromium.org2010-08-211-4/+7
* A WebKit layout test failed with the HttpNetworkTransaction refactoring.mbelshe@chromium.org2010-08-191-1/+6
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-936/+266
* Send user agent with CONNECT requests.vandebo@chromium.org2010-08-181-0/+4
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* More metrics for proxy connections impact A/B test.ziadh@chromium.org2010-08-091-0/+1
* Minor change to: http://codereview.chromium.org/3064033rch@chromium.org2010-08-051-202/+109
* Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDYdhollowa@chromium.org2010-08-041-107/+202
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-041-202/+107
* Make Chrome capable of advertising spdy version 1.mbelshe@chromium.org2010-08-031-2/+8
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-1/+1
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-40/+88
* SPDY Alternate-Protocol works through a Digest authentication proxy.cbentzel@chromium.org2010-08-031-10/+27
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-77/+29
* Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.nick@chromium.org2010-08-021-29/+10
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-5/+7
* Digest authentication uses a uri field to prevent replay attacks.cbentzel@chromium.org2010-08-021-10/+29
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-6/+21
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* Implement prefetching in chromegavinp@google.com2010-07-311-0/+16
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-29/+77
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* Bump the SPDY protocol version to version 2.mbelshe@chromium.org2010-07-301-9/+15
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-10/+8
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+2
* Add CHECKs to help track down the crash in http://crbug.com/49862.wtc@chromium.org2010-07-271-1/+4
* Remove --testing-fixed-http-port and --testing-fixed-https-port.cbentzel@chromium.org2010-07-271-8/+0
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-15/+57
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-12/+14
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-34/+39