| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers | akalin@chromium.org | 2013-07-18 | 1 | -3/+3 |
* | Revert a workaround commit for a Use-After-Free crash. | yhirano@chromium.org | 2013-06-21 | 1 | -2/+1 |
* | SocketStream uses a weak ptr to URLRequestContext | yhirano@chromium.org | 2013-06-10 | 1 | -1/+2 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -1/+3 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -23/+0 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+23 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -23/+0 |
* | Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ... | pauljensen@chromium.org | 2013-03-15 | 1 | -3/+1 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 1 | -3/+3 |
* | Cleanup: remove obsolete comment. | ricea@chromium.org | 2013-03-11 | 1 | -3/+0 |
* | Provide mutable members of UrlRequestContext via pure-virtual interface. Cre... | pauljensen@chromium.org | 2012-11-07 | 1 | -15/+22 |
* | Non-functional change to simply have Downloads query Prefs for the charset wh... | pauljensen@chromium.org | 2012-10-23 | 1 | -8/+0 |
* | Remove static variables from HttpStreamFactory. | szager@chromium.org | 2012-09-07 | 1 | -0/+4 |
* | Disable FTP on iOS | droger@chromium.org | 2012-08-30 | 1 | -1/+9 |
* | Added URLRequestContext::CreateRequest which can be used to create URLRequests | shalev@chromium.org | 2012-08-24 | 1 | -0/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Make URLRequestContext::CopyFrom take a const pointer. | mkosiba@chromium.org | 2012-05-11 | 1 | -1/+1 |
* | Stop refcounting URLRequestContext. | willchan@chromium.org | 2012-05-11 | 1 | -14/+3 |
* | Make URLRequestThrottlerManager a member of URLRequestContext. | joi@chromium.org | 2012-05-02 | 1 | -0/+10 |
* | Expose a way to assert there are no URLRequests left. | willchan@chromium.org | 2012-04-10 | 1 | -0/+2 |
* | Track URLRequestContext references in a set. | willchan@chromium.org | 2012-04-06 | 1 | -0/+10 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 1 | -8/+8 |
* | Revert: Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -9/+0 |
* | Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -0/+9 |
* | net: remove DNS certificate checking code. | agl@chromium.org | 2011-12-15 | 1 | -9/+0 |
* | net: replace DnsRRResoler with TransportSecurityState in plumbing. | agl@chromium.org | 2011-12-07 | 1 | -10/+0 |
* | Revert 105675 - Revert 105669 - Additional infrastructure code supporting the... | palmer@chromium.org | 2011-10-16 | 1 | -0/+10 |
* | Revert 105669 - Additional infrastructure code supporting the report fraudule... | lipalani@chromium.org | 2011-10-15 | 1 | -10/+0 |
* | Additional infrastructure code supporting the report fraudulent certificate c... | palmer@chromium.org | 2011-10-15 | 1 | -0/+10 |
* | Introduce net::HttpServerPropertiesManager to manage server-specific properties. | rtenneti@chromium.org | 2011-10-09 | 1 | -0/+10 |
* | Make TransportSecurityState not ref-counted for simplicity. | phajdan.jr@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | Instantiate OriginBoundCertService in relevant places and do plumbing to pass... | rkn@chromium.org | 2011-08-11 | 1 | -0/+1 |
* | Reland r94047 - Make Profile own ProfileIOData. | willchan@chromium.org | 2011-07-29 | 1 | -0/+7 |
* | Revert r94047 "Make Profile own ProfileIOData." | oshima@google.com | 2011-07-26 | 1 | -7/+0 |
* | Make Profile own ProfileIOData. | willchan@chromium.org | 2011-07-26 | 1 | -0/+7 |
* | Added an OriginBoundCertStore field to the SSLClientSocketNSS class and | rkn@chromium.org | 2011-07-21 | 1 | -0/+10 |
* | Make the URLRequestContext constant | battre@chromium.org | 2011-07-14 | 1 | -3/+4 |
* | Revert 92511 - Make the URLRequestContext constant | battre@chromium.org | 2011-07-14 | 1 | -4/+3 |
* | Make the URLRequestContext constant | battre@chromium.org | 2011-07-14 | 1 | -3/+4 |
* | It suffices to just forward-declare DnsCertProvenanceChecker | wtc@chromium.org | 2011-05-24 | 1 | -2/+0 |
* | net: Add NET_API to url_request. | rvargas@google.com | 2011-05-20 | 1 | -2/+3 |
* | Switch to using the system request context for OCSP. | willchan@chromium.org | 2011-05-16 | 1 | -8/+0 |
* | Create a URLRequestJobFactory to replace the URLRequest globals. | willchan@chromium.org | 2011-05-14 | 1 | -1/+7 |
* | Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke... | jam@chromium.org | 2011-05-12 | 1 | -9/+0 |
* | Refactor to address URLRequestContext dependency added in | cevans@chromium.org | 2011-05-05 | 1 | -3/+0 |
* | Stop refcounting ProxyService. | willchan@chromium.org | 2011-04-27 | 1 | -2/+2 |
* | Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids | cevans@chromium.org | 2011-04-19 | 1 | -0/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Remove all "net::" prefixes under net/url_request for code that's | adamk@chromium.org | 2011-03-24 | 1 | -4/+4 |