| Commit message (Expand) | Author | Age | Files | Lines |
* | [Net] Add a priority parameter to URLRequest's constructor | akalin@chromium.org | 2013-10-31 | 1 | -3/+5 |
* | [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers | akalin@chromium.org | 2013-07-18 | 1 | -1/+0 |
* | Use a direct include of strings headers in net/test/, net/third_party/, net/t... | 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 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -7/+0 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+7 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -7/+0 |
* | Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ... | pauljensen@chromium.org | 2013-03-15 | 1 | -5/+0 |
* | Provide mutable members of UrlRequestContext via pure-virtual interface. Cre... | pauljensen@chromium.org | 2012-11-07 | 1 | -4/+16 |
* | Non-functional change to simply have Downloads query Prefs for the charset wh... | pauljensen@chromium.org | 2012-10-23 | 1 | -1/+0 |
* | Remove static variables from HttpStreamFactory. | szager@chromium.org | 2012-09-07 | 1 | -0/+11 |
* | Log the source when a URLFetcher leak is detected | rsimha@chromium.org | 2012-09-06 | 1 | -1/+2 |
* | Disable FTP on iOS | droger@chromium.org | 2012-08-30 | 1 | -0/+2 |
* | Added URLRequestContext::CreateRequest which can be used to create URLRequests | shalev@chromium.org | 2012-08-24 | 1 | -0/+5 |
* | Add the StackTrace to the URLFetcher crash dumps. | willchan@chromium.org | 2012-05-12 | 1 | -0/+5 |
* | Make URLRequestContext::CopyFrom take a const pointer. | mkosiba@chromium.org | 2012-05-11 | 1 | -20/+20 |
* | Stop refcounting URLRequestContext. | willchan@chromium.org | 2012-05-11 | 1 | -6/+5 |
* | Add more variables to the URLRequest leak assertion crash dumps. | willchan@chromium.org | 2012-05-04 | 1 | -0/+4 |
* | Make URLRequestThrottlerManager a member of URLRequestContext. | joi@chromium.org | 2012-05-02 | 1 | -0/+2 |
* | Expose a way to assert there are no URLRequests left. | willchan@chromium.org | 2012-04-10 | 1 | -1/+5 |
* | Track URLRequestContext references in a set. | willchan@chromium.org | 2012-04-06 | 1 | -1/+15 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 1 | -2/+2 |
* | Update net/base/cookie_*.h includes to net/cookies/cookie_*.h . | erikwright@chromium.org | 2012-03-15 | 1 | -2/+2 |
* | Revert: Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -2/+0 |
* | Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -0/+2 |
* | net: remove DNS certificate checking code. | agl@chromium.org | 2011-12-15 | 1 | -2/+0 |
* | net: replace DnsRRResoler with TransportSecurityState in plumbing. | agl@chromium.org | 2011-12-07 | 1 | -2/+0 |
* | Revert 105675 - Revert 105669 - Additional infrastructure code supporting the... | palmer@chromium.org | 2011-10-16 | 1 | -0/+2 |
* | Revert 105669 - Additional infrastructure code supporting the report fraudule... | lipalani@chromium.org | 2011-10-15 | 1 | -2/+0 |
* | Additional infrastructure code supporting the report fraudulent certificate c... | palmer@chromium.org | 2011-10-15 | 1 | -0/+2 |
* | Introduce net::HttpServerPropertiesManager to manage server-specific properties. | rtenneti@chromium.org | 2011-10-09 | 1 | -0/+2 |
* | Reland r94047 - Make Profile own ProfileIOData. | willchan@chromium.org | 2011-07-29 | 1 | -1/+3 |
* | Revert r94047 "Make Profile own ProfileIOData." | oshima@google.com | 2011-07-26 | 1 | -3/+1 |
* | Make Profile own ProfileIOData. | willchan@chromium.org | 2011-07-26 | 1 | -1/+3 |
* | Added an OriginBoundCertStore field to the SSLClientSocketNSS class and | rkn@chromium.org | 2011-07-21 | 1 | -0/+2 |
* | Make the URLRequestContext constant | battre@chromium.org | 2011-07-14 | 1 | -0/+1 |
* | Revert 92511 - Make the URLRequestContext constant | battre@chromium.org | 2011-07-14 | 1 | -1/+0 |
* | Make the URLRequestContext constant | battre@chromium.org | 2011-07-14 | 1 | -0/+1 |
* | Switch to using the system request context for OCSP. | willchan@chromium.org | 2011-05-16 | 1 | -3/+1 |
* | Create a URLRequestJobFactory to replace the URLRequest globals. | willchan@chromium.org | 2011-05-14 | 1 | -1/+3 |
* | Add missing initializer for |proxy_service_| in URLRequestContext constructor. | marshall@chromium.org | 2011-05-13 | 1 | -0/+1 |
* | Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke... | jam@chromium.org | 2011-05-12 | 1 | -2/+0 |
* | Refactor to address URLRequestContext dependency added in | cevans@chromium.org | 2011-05-05 | 1 | -9/+0 |
* | Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids | cevans@chromium.org | 2011-04-19 | 1 | -0/+9 |
* | Initial support for partitioning cookies for isolated apps. | creis@google.com | 2011-03-15 | 1 | -0/+23 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -4/+6 |
* | Revert 75143 - Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -6/+4 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -4/+6 |
* | Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"? | willchan@chromium.org | 2011-02-14 | 1 | -6/+4 |