summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-1/+1
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+1
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-182-5/+14
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+1
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+1
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-2/+2
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-172-9/+9
* Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...eroman@chromium.org2010-10-166-212/+185
* Move xdg_util into base/nix. I originally wanted to use base/linux, but youbrettw@chromium.org2010-10-161-9/+9
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-167-24/+24
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-162-2/+10
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-142-2/+1
* Add an option ProxyService::Create() to disable use of proxy auto-config.eroman@chromium.org2010-10-142-34/+77
* Reland fix for OCSP startup race.willchan@chromium.org2010-10-121-0/+1
* Break URLRequestContext=>ProxyScriptFetcher=>URLRequestContext ref cycle.willchan@chromium.org2010-10-122-0/+49
* Revert 62105 - Test change to fix a leak. Will revert after getting in a run...willchan@chromium.org2010-10-102-45/+0
* Test change to fix a leak. Will revert after getting in a run on ChromiumOS ...willchan@chromium.org2010-10-102-0/+45
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-081-2/+2
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-071-2/+2
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-071-2/+2
* Stop refcounting HostResolver.willchan@chromium.org2010-10-016-25/+27
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-307-14/+39
* Change the default SOCKS version used by gnome settings (and environment vari...eroman@chromium.org2010-09-282-16/+20
* Change the meaning of the command-line flag --proxy-server="socks://foo" to i...eroman@chromium.org2010-09-274-9/+14
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-255-15/+20
* Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...eroman@chromium.org2010-09-243-18/+53
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-153-6/+6
* FBTF: Move code from .h to .cc in net/erg@google.com2010-09-157-14/+63
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-152-5/+3
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-142-3/+5
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-142-5/+3
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-2/+1
* Reland r58230.willchan@chromium.org2010-09-072-8/+33
* Fix NetworkChangeNotifier crashes on Mac.willchan@chromium.org2010-09-032-33/+8
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-2/+2
* Stop NetworkChangeNotifierMac from calling a virtual function before the cons...willchan@chromium.org2010-09-012-8/+33
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-1/+1
* FBTF: A giant cleanup to net/erg@google.com2010-08-312-1/+15
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-314-15/+15
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-313-289/+52
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-286-38/+92
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Added missing MS PAC extensions for IPv6:ziadh@chromium.org2010-08-263-28/+182
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-266-13/+208
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-253-7/+90
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-256-36/+44
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-253-1/+57
* chromeos: 1st draft of ProxyConfigService for chromeoskuan@chromium.org2010-08-241-1/+5
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-1/+2