| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 252982 "Do not bypass data reduction proxy when 304 lacks ..." | bengr@chromium.org | 2014-02-24 | 1 | -6/+24 |
* | Merge 249184 "Bypass data reduction proxy if response not via it" | bengr@chromium.org | 2014-02-06 | 1 | -7/+67 |
* | Merge 242128 "Retry idempotent methods on Chrome-Proxy: bypass" | bengr@chromium.org | 2014-01-06 | 1 | -18/+108 |
* | Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies | bengr@chromium.org | 2013-12-13 | 1 | -13/+48 |
* | Bypass data reduction proxy on 503 responses | bengr@chromium.org | 2013-12-11 | 1 | -4/+6 |
* | Bypass data reduction proxy on 502 responses | bengr@chromium.org | 2013-12-09 | 1 | -55/+67 |
* | Added support for a new HTTP response header called Chrome-Proxy, which is re... | bengr@chromium.org | 2013-10-28 | 1 | -30/+84 |
* | Fix for proxy-bypass support on iOS. | marq@chromium.org | 2013-10-20 | 1 | -115/+209 |
* | [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers | akalin@chromium.org | 2013-07-18 | 1 | -1/+2 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 1 | -0/+4 |
* | Use a direct include of strings headers in net/http/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -2/+2 |
* | Bypass data reduction proxy on receipt of a 500 response code | bengr@chromium.org | 2013-05-15 | 1 | -0/+78 |
* | Implement offline mode behind a flag. | rdsmith@chromium.org | 2013-04-20 | 1 | -6/+75 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | [Net] Separate out priority field from HttpRequestInfo | akalin@chromium.org | 2013-03-19 | 1 | -8/+8 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 1 | -1/+1 |
* | Receiving Connection: Proxy-Bypass induces proxy fallback. | piatek@google.com | 2012-10-16 | 1 | -5/+180 |
* | Adding histograms showing fraction of page load times spent in the disk cache... | tburkard@chromium.org | 2012-07-30 | 1 | -5/+5 |
* | Implement a MockCertVerifier that can be used to avoid | rsleevi@chromium.org | 2012-04-10 | 1 | -2/+2 |
* | Make CertVerifier a pure virtual interface. | rsleevi@chromium.org | 2012-03-21 | 1 | -4/+6 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 1 | -2/+2 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -2/+2 |
* | Migrate HttpAlternateProtocols to HttpServerPropertiesImpl. | willchan@chromium.org | 2011-10-10 | 1 | -0/+3 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | Kill URLRequestJobTracker. | willchan@chromium.org | 2011-05-22 | 1 | -2/+2 |
* | Stop refcounting ProxyService. | willchan@chromium.org | 2011-04-27 | 1 | -3/+3 |
* | Refactor HttpNetworkSession construction. | willchan@chromium.org | 2011-02-03 | 1 | -69/+32 |
* | Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction. | willchan@chromium.org | 2011-01-28 | 1 | -64/+78 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -0/+7 |
* | Revert "Revert "net: Plumb DnsCertProvenanceChecker around."" | agl@chromium.org | 2010-11-22 | 1 | -0/+3 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-22 | 1 | -3/+0 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-22 | 1 | -0/+3 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 1 | -3/+0 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 1 | -0/+3 |
* | net: restart on NPN misprediction and add tests for Snap Start errors. | agl@chromium.org | 2010-11-11 | 1 | -1/+1 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -0/+3 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -3/+0 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -0/+3 |
* | Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-08 | 1 | -0/+3 |
* | Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-07 | 1 | -3/+0 |
* | net: plumb DnsRRResolver from IOThread to HttpNetworkSession. | agl@chromium.org | 2010-10-07 | 1 | -0/+3 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -9/+35 |
* | Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi... | tfarina@chromium.org | 2010-09-15 | 1 | -6/+6 |
* | Trying to green up the tree, lots of mac and win red around this cl. | thomasvl@chromium.org | 2010-09-14 | 1 | -6/+6 |
* | net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. | tfarina@chromium.org | 2010-09-14 | 1 | -6/+6 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -11/+9 |
* | Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. | willchan@chromium.org | 2010-06-15 | 1 | -3/+3 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -3/+3 |