| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use HttpRequestHeaders for extra_headers. | willchan@chromium.org | 2010-04-20 | 1 | -1/+2 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -1/+2 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -4/+5 |
* | Add bounds checking to StaticSocketDataProvider, to make tests more reliable | phajdan.jr@chromium.org | 2010-02-09 | 1 | -1/+2 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -3/+4 |
* | There was confusion in the mock socket classes due to | mbelshe@google.com | 2009-11-11 | 1 | -2/+2 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 1 | -6/+17 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 1 | -3/+7 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 1 | -6/+3 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+1 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -4/+4 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 1 | -6/+5 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 1 | -5/+6 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 1 | -6/+5 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -1/+1 |
* | Make HttpNetworkLayer tests network-independent. | phajdan.jr@chromium.org | 2009-06-16 | 1 | -18/+23 |
* | Fix segfault in HttpNetworkLayerTest.GoogleGET when network connection fails. | phajdan.jr@chromium.org | 2009-06-15 | 1 | -1/+1 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -3/+6 |
* | Prevent making real DNS lookups by chrome tests. | phajdan.jr@chromium.org | 2009-03-27 | 1 | -1/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Add more unit tests for net/base/host_resolver. | phajdan.jr@chromium.org | 2009-01-29 | 1 | -4/+9 |
* | Split ProxyResolver into two interfaces: A. interface for retrieving the sys... | ericroman@google.com | 2008-12-19 | 1 | -7/+6 |
* | Reverting 6966. | ericroman@google.com | 2008-12-13 | 1 | -3/+8 |
* | Use automatic memory management for URLRequestContext's members. | ericroman@google.com | 2008-12-13 | 1 | -8/+3 |
* | Misc proxy service changes. | ericroman@google.com | 2008-12-10 | 1 | -4/+7 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 1 | -1/+1 |