summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete use of CLIPPED_HISTOGRMASjar@chromium.org2011-08-051-25/+24
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-141-11/+0
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-5/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+1
* Revert 90354 - Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-271-21/+1
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-1/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+1
* Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-241-1/+21
* Move Referer header to extra_headers fieldbattre@chromium.org2011-06-241-21/+1
* 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