index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
proxy
/
proxy_service.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so this
pkasting@chromium.org
2014-03-11
1
-4
/
+0
*
Do not retry data reduction proxy on direct request failure
bengr@chromium.org
2014-02-27
1
-5
/
+6
*
Bypass data reduction proxy if response not via it
bengr@chromium.org
2014-02-06
1
-0
/
+3
*
Add a preference (proxy.quick_check_enabled, default true) to control QuickCh...
ellyjones@chromium.org
2013-12-17
1
-0
/
+9
*
Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies
bengr@chromium.org
2013-12-13
1
-7
/
+9
*
Added UMA to track data reduction proxy probe URL and fallback
bengr@chromium.org
2013-11-08
1
-0
/
+29
*
Added support for a new HTTP response header called Chrome-Proxy, which is re...
bengr@chromium.org
2013-10-28
1
-4
/
+8
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-4
/
+4
*
Update an outdated comment.
eroman@chromium.org
2013-01-09
1
-1
/
+1
*
Receiving Connection: Proxy-Bypass induces proxy fallback.
piatek@google.com
2012-10-16
1
-0
/
+6
*
[net] Connect DNS signals to re-fetching PAC script.
szym@chromium.org
2012-09-21
1
-0
/
+5
*
net: Add a new target 'net_with_v8'.
tfarina@chromium.org
2012-08-31
1
-45
/
+4
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.
sergeyu@chromium.org
2012-05-24
1
-1
/
+6
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
1
-8
/
+8
*
Decrease the PAC polling delay even further.
eroman@chromium.org
2012-01-20
1
-7
/
+7
*
Don't poll the PAC script during periods of network inactivity.
eroman@chromium.org
2012-01-13
1
-6
/
+45
*
Poll PAC scripts for content changes.
eroman@chromium.org
2012-01-05
1
-1
/
+23
*
base::Bind: Convert net/proxy.
jhawkins@chromium.org
2011-12-20
1
-8
/
+0
*
base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.
jhawkins@chromium.org
2011-12-15
1
-2
/
+2
*
Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".
eroman@chromium.org
2011-12-13
1
-2
/
+3
*
base::Bind: Convert proxy_resolution_service_provider.cc.
jhawkins@chromium.org
2011-12-06
1
-0
/
+5
*
Cleanup: Remove unneeded forward declararations in net.
thestig@chromium.org
2011-11-11
1
-1
/
+1
*
Add new text for indicating we are resolving hosts during proxy resolution.
willchan@chromium.org
2011-11-08
1
-0
/
+4
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-4
/
+4
*
Only mark a proxy as bad if we have confirmation that another proxy succeeded...
asanka@chromium.org
2011-08-29
1
-0
/
+5
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-5
/
+5
*
Add OVERRIDE throughout net/proxy/*
eroman@chromium.org
2011-07-22
1
-2
/
+2
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
1
-1
/
+1
*
net: Add net_api to the proxy code.
rvargas@google.com
2011-05-19
1
-5
/
+5
*
Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.
joi@chromium.org
2011-05-17
1
-4
/
+17
*
Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...
joi@chromium.org
2011-05-17
1
-17
/
+4
*
Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.
joi@chromium.org
2011-05-17
1
-4
/
+17
*
Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...
battre@chromium.org
2011-05-03
1
-0
/
+4
*
Add a method for PAC script errors to the network delegate.
jochen@chromium.org
2011-05-03
1
-1
/
+3
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
1
-5
/
+3
*
Tag ProxyService as NonThreadSafe.
willchan@chromium.org
2011-04-14
1
-3
/
+5
*
Allow ProxyConfigService to report "no configuration set"
mnissler@chromium.org
2011-04-11
1
-3
/
+5
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling
adamk@chromium.org
2011-03-04
1
-2
/
+2
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
1
-3
/
+3
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-2
/
+2
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Create a URLRequestContext for PAC fetching.
willchan@chromium.org
2010-12-23
1
-0
/
+2
*
Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...
eroman@chromium.org
2010-10-16
1
-6
/
+11
*
Plumb up the preconnect logic from pools to StreamFactory.
willchan@chromium.org
2010-10-16
1
-2
/
+3
*
Add an option ProxyService::Create() to disable use of proxy auto-config.
eroman@chromium.org
2010-10-14
1
-9
/
+17
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
1
-2
/
+2
*
Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...
eroman@chromium.org
2010-09-24
1
-2
/
+8
*
Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...
tfarina@chromium.org
2010-09-15
1
-4
/
+2
[next]