| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | base::Bind: Convert net/proxy. | jhawkins@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 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 |
* | net: Add net_api to the proxy code. | rvargas@google.com | 2011-05-19 | 1 | -1/+2 |
* | Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol. | joi@chromium.org | 2011-05-17 | 1 | -1/+1 |
* | Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc... | joi@chromium.org | 2011-05-17 | 1 | -1/+1 |
* | Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol. | joi@chromium.org | 2011-05-17 | 1 | -1/+1 |
* | Implementation of custom PAC scripts in Proxy Settings API. | battre@chromium.org | 2011-02-16 | 1 | -2/+5 |
* | net: Remove prefix net:: from some places that already are in namespace net. | tfarina@chromium.org | 2011-01-19 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 1 | -1/+1 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -2/+3 |
* | Almost done deinlining virtual methods. | erg@google.com | 2010-12-16 | 1 | -1/+1 |
* | Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ... | eroman@chromium.org | 2010-10-16 | 1 | -22/+2 |
* | Break URLRequestContext=>ProxyScriptFetcher=>URLRequestContext ref cycle. | willchan@chromium.org | 2010-10-12 | 1 | -0/+3 |
* | Revert 62105 - Test change to fix a leak. Will revert after getting in a run... | willchan@chromium.org | 2010-10-10 | 1 | -2/+0 |
* | Test change to fix a leak. Will revert after getting in a run on ChromiumOS ... | willchan@chromium.org | 2010-10-10 | 1 | -0/+2 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -3/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Optimization: reduce the copying of string data between C++ and javascript in... | eroman@chromium.org | 2010-07-01 | 1 | -8/+7 |
* | NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte... | eroman@chromium.org | 2009-11-18 | 1 | -0/+4 |
* | Respect the charset specified in PAC file responses. | eroman@chromium.org | 2009-09-22 | 1 | -4/+4 |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 1 | -2/+4 |
* | Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report... | ericroman@google.com | 2008-12-17 | 1 | -2/+2 |
* | Reverting 7125. | ericroman@google.com | 2008-12-17 | 1 | -2/+2 |
* | Temp experiment to confirm theory in crbug.com/5555. | ericroman@google.com | 2008-12-17 | 1 | -2/+2 |
* | Reverting 6977. | ericroman@google.com | 2008-12-15 | 1 | -2/+2 |
* | Test re-enable some tests to get more data from purify buildbot. This will pr... | ericroman@google.com | 2008-12-15 | 1 | -2/+2 |
* | Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests as... | ericroman@google.com | 2008-12-12 | 1 | -2/+2 |
* | Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This... | ericroman@google.com | 2008-12-10 | 1 | -0/+67 |