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
*
Switch to standard integer types in net/.
Avi Drissman
2015-12-20
1
-0
/
+3
*
Remove unused ProxyService::quick_check_enabled().
tnagel
2015-10-06
1
-2
/
+0
*
make ProxyService::CreateSystemProxyConfigService return scoped_ptrs
csharrison
2015-09-22
1
-8
/
+7
*
Shift URLRequestContextStorage over to taking scoped_ptrs.
rdsmith
2015-09-16
1
-7
/
+8
*
ProxyService: make PendingRequests an std::set
ellyjones
2015-08-27
1
-5
/
+2
*
Returning scoped_ptr<> instead of raw pointer in DhcpProxyScriptFetcherFactor...
paritosh.in
2015-08-25
1
-2
/
+2
*
Update marking proxies as bad in ProxyList/ProxyService to use a std::vector
jeremyim
2015-05-14
1
-12
/
+13
*
Add some basic UMA for proxy service.
amistry
2015-05-13
1
-1
/
+3
*
net cleanup: Remove unnecessary namespace prefixes.
ttuttle
2015-04-23
1
-2
/
+2
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
1
-1
/
+1
*
Refactor ProxyService to take a ProxyResolverFactory instead of a ProxyResolver.
sammc
2015-04-02
1
-2
/
+4
*
Check effective proxy config before adding data reduction proxies
bengr
2014-11-04
1
-1
/
+1
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-4
/
+4
*
Don't preresolve DNS if a fixed proxy configuration is in place.
bemasc
2014-10-20
1
-0
/
+19
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-3
/
+3
*
Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigService
sergeyu
2014-09-05
1
-3
/
+2
*
Keep track of network error in ProxyRetryInfo.
kundaji@chromium.org
2014-08-15
1
-3
/
+8
*
Removed data compression UMA from ProxyService
bengr@chromium.org
2014-08-10
1
-59
/
+0
*
Add Finch experiment for selectively bypassing proxies.
rcs@chromium.org
2014-07-09
1
-2
/
+12
*
Remove unused SyncProxyServiceHelper.
mmenke@chromium.org
2014-07-08
1
-36
/
+0
*
Update data reduction bypass UMA to reflect modern usage.
megjablon@chromium.org
2014-07-01
1
-20
/
+36
*
Bypass data reduction proxy if no handler is found for a 407.
kundaji@chromium.org
2014-06-16
1
-0
/
+3
*
Moved data reduction proxy bypass logic to a NetworkDelegate
bengr@chromium.org
2014-06-13
1
-2
/
+0
*
Update UMA to track bypasses due to 4xx responses that are missing the proxy'...
bengr@chromium.org
2014-05-30
1
-3
/
+19
*
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
[next]