summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not retry data reduction proxy on direct request failurebengr@chromium.org2014-02-271-4/+5
* Do not bypass data reduction proxy when 304 lacks via headerzea@chromium.org2014-02-241-1/+6
* Support for new data reduction proxy via headerbengr@chromium.org2014-02-141-25/+1
* Bypass data reduction proxy if response not via itbengr@chromium.org2014-02-061-2/+29
* Minor cleanup of SetQuicServerInfo.rtenneti@chromium.org2014-01-251-0/+7
* Allows deferral of a URLRequest just before talking to the network, atjkarlin@chromium.org2014-01-081-2/+28
* Implement GetTotalReceivedBytes for http transaction.eustas@chromium.org2013-12-241-0/+20
* Retry idempotent methods on Chrome-Proxy: bypassbengr@chromium.org2013-12-201-5/+10
* Revert of https://codereview.chromium.org/99283006/cramya@chromium.org2013-12-191-10/+5
* Retry idempotent methods on Chrome-Proxy: bypassbengr@chromium.org2013-12-191-5/+10
* Revert of https://codereview.chromium.org/99283006/cramya@chromium.org2013-12-191-10/+5
* Retry idempotent methods on Chrome-Proxy: bypassbengr@chromium.org2013-12-191-5/+10
* Change SSLCertRequestInfo.host_and_port from string to HostPortPair.mattm@chromium.org2013-12-171-1/+1
* Accept Chrome-Proxy: block=xxx to bypass all Chrome proxiesbengr@chromium.org2013-12-131-9/+30
* Bypass data reduction proxy on 503 responsesbengr@chromium.org2013-12-111-1/+2
* Bypass data reduction proxy on 502 responsesbengr@chromium.org2013-12-091-4/+6
* Remove obsolete error handling code for broken server-side TLSwtc@chromium.org2013-12-081-12/+12
* net: implement TLS_FALLBACK_SCSV.agl@chromium.org2013-12-071-0/+9
* Revert "Revert: "net: don't allow SSLv3 fallback for Google properties.""agl@chromium.org2013-12-061-10/+1
* Revert "net: remove TLS fallback for Google properties."agl@chromium.org2013-11-251-17/+15
* HttpNetworkTransaction needs to check if the URL scheme is onericea@chromium.org2013-11-231-2/+2
* Rename websocket_handshake_stream_factory()ricea@chromium.org2013-11-181-1/+1
* Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base...ricea@chromium.org2013-11-141-11/+37
* Added UMA to track data reduction proxy probe URL and fallbackbengr@chromium.org2013-11-081-23/+34
* Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better...ricea@chromium.org2013-10-301-2/+2
* Added support for a new HTTP response header called Chrome-Proxy, which is re...bengr@chromium.org2013-10-281-9/+21
* Fix for proxy-bypass support on iOS.marq@chromium.org2013-10-201-4/+2
* When a request fails because the QUIC handshake failed, retry the requestrch@chromium.org2013-10-171-0/+6
* Make HttpNetworkTransaction no longer own a reference to HttpNetworkSession.mmenke@chromium.org2013-10-171-1/+1
* Permit NTLM token on cross-domain images.tsepez@chromium.org2013-10-111-1/+4
* net: remove TLS fallback for Google properties.agl@chromium.org2013-10-021-15/+17
* net: Reset UploadDataStream on HttpNetworkTransaction destructionhashimoto@chromium.org2013-10-021-0/+3
* [Net] Propagate priority changes from HttpNetworkTransaction to its streamakalin@chromium.org2013-08-141-1/+2
* [Net] Propagate priority changes from HttpNetworkTransaction to its requestakalin@chromium.org2013-08-141-2/+3
* Handle the TLS version fallback on the bad_record_mac alert error inwtc@chromium.org2013-08-101-9/+25
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-4/+5
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Introduce RequestWebSocketStream into HttpStreamFactoryyhirano@chromium.org2013-06-211-0/+7
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-201-0/+7
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-6/+7
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-3/+3
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-13/+16
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-171-0/+6
* net: Return LoadTiming information in the case of a cache hit.mmenke@chromium.org2013-05-151-4/+0
* Bypass data reduction proxy on receipt of a 500 response codebengr@chromium.org2013-05-151-3/+16
* Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."ttuttle@chromium.org2013-05-101-7/+0
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-05-101-0/+7
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-3/+2
* Implement offline mode behind a flag.rdsmith@chromium.org2013-04-201-0/+1
* Do not roll back to SSL 3.0 for Google properties.thaidn@google.com2013-04-191-31/+30