summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-26/+27
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-0/+2
* Resend requests when we learn a connection has closed whilemmenke@chromium.org2011-12-071-0/+8
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-6/+4
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-10/+9
* net: rework the NPN patch.agl@chromium.org2011-10-181-2/+2
* Send PING to check the status of the SPDY connection.rtenneti@chromium.org2011-10-161-0/+1
* Support SPDY RST_STREAM with REFUSED_STREAM status properly.willchan@chromium.org2011-10-131-0/+4
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-4/+5
* Fix regression where Chrome is unable to NPN negotiate SPDY to an HTTPS proxy.rch@chromium.org2011-10-061-1/+4
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job rch@chromium.org2011-09-021-17/+24
* Trying to measure the impact of warmest socket from the following histograms:gagansingh@google.com2011-08-241-0/+19
* 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