summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Reland rest of r77399.willchan@chromium.org2011-03-121-3/+3
* Don't drain response bodies for SpdyHttpStreams.willchan@chromium.org2011-03-111-0/+3
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-6/+3
* Reland r77075,r77077.willchan@chromium.org2011-03-091-3/+6
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-6/+3
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-3/+6
* Refactor of NetworkDelegate.willchan@chromium.org2011-02-241-2/+2
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-11/+28
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-28/+11
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-11/+28
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-5/+8
* Return more specific error messages when performing a SSL client auth handsha...rsleevi@chromium.org2011-02-051-2/+14
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-16/+1
* Address post-review/commit nits from wtc for r71096 ( http://codereview.chrom...rsleevi@chromium.org2011-01-131-3/+4
* net: Ensure that when using False Start + client auth, bad client certificate...agl@chromium.org2011-01-111-27/+54
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-3/+20
* Remember if a user declines to provide a server with a client certificatersleevi@chromium.org2010-11-221-21/+32
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-4/+4
* net: restart on NPN misprediction and add tests for Snap Start errors.agl@chromium.org2010-11-111-0/+10
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-6/+0
* Crash fix: HTTPS server responds with 407 through non-authenticating proxy.cbentzel@chromium.org2010-11-051-0/+5
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-3/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Modify HttpNetworkTransation to handle ERR_SSL_CLIENT_AUTH_CERT_NEEDEDrch@chromium.org2010-10-291-3/+2
* HttpStream::SendRequestrch@chromium.org2010-10-271-27/+12
* net: move SSL host info serialisation into SSLHostInfoagl@chromium.org2010-10-201-1/+0
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-201-88/+12
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-4/+0
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-0/+4
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-4/+0
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-3/+3
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-141-19/+13
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-15/+22
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-10/+12
* Rename SSLNonSensitiveHostInfo to SSLHostInfo.agl@chromium.org2010-10-121-3/+2
* 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