summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 89837 - Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-211-1/+21
* Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-211-21/+1
* Revert 89628 - Revert 89489 - net: don't check revocation when fetching PAC f...cevans@chromium.org2011-06-201-0/+3
* Revert 89489 - net: don't check revocation when fetching PAC files.cevans@chromium.org2011-06-191-3/+0
* net: don't check revocation when fetching PAC files.agl@chromium.org2011-06-171-0/+3
* Implemented RequestHeaders field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-131-1/+1
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-5/+4
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-4/+5
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-2/+5
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-5/+4
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-5/+2
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-2/+5
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-271-10/+6
* Implementation of chrome.experimental.webRequest.onRequestSentbattre@chromium.org2011-04-201-0/+5
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-151-1/+1
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-131-1/+1
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-131-1/+1
* Revert r61181.agl@chromium.org2011-04-121-10/+0
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-1/+1
* Move BuildRequestHeaders back to http_network_transaction.cc now that it's no...abarth@chromium.org2011-04-061-6/+70
* net: remove forced renegotiation checksagl@chromium.org2011-04-051-2/+1
* Fix line endingsabarth@chromium.org2011-04-041-3/+3
* Fix crash in layout tests due to my previous network delegate change (r79905).mpcomplete@chromium.org2011-04-011-1/+1
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-14/+48
* 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