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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-36
/
+26
*
Don't preresolve DNS if a fixed proxy configuration is in place.
bemasc
2014-10-20
1
-1
/
+36
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-18
/
+18
*
Declaring the weak_ptr_factory in proper order in src/net.
nagarjuna.a
2014-10-07
1
-5
/
+5
*
Pass in bad proxy to NotifyProxyFallback and not the successful one.
kundaji
2014-09-09
1
-1
/
+3
*
Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigService
sergeyu
2014-09-05
1
-15
/
+9
*
Keep track of network error in ProxyRetryInfo.
kundaji@chromium.org
2014-08-15
1
-8
/
+13
*
Use data reduction proxy when managed proxy config returns direct
bengr@chromium.org
2014-08-14
1
-2
/
+2
*
Removed data compression UMA from ProxyService
bengr@chromium.org
2014-08-10
1
-62
/
+7
*
Add Finch experiment for selectively bypassing proxies.
rcs@chromium.org
2014-07-09
1
-8
/
+42
*
Remove unused SyncProxyServiceHelper.
mmenke@chromium.org
2014-07-08
1
-73
/
+0
*
Update data reduction bypass UMA to reflect modern usage.
megjablon@chromium.org
2014-07-01
1
-8
/
+19
*
Moved data reduction proxy bypass logic to a NetworkDelegate
bengr@chromium.org
2014-06-13
1
-7
/
+2
*
Update UMA to track bypasses due to 4xx responses that are missing the proxy'...
bengr@chromium.org
2014-05-30
1
-3
/
+30
*
Remove NetLog::LOG_BASIC.
davidben@chromium.org
2014-03-12
1
-1
/
+1
*
Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so this
pkasting@chromium.org
2014-03-11
1
-6
/
+0
*
Do not retry data reduction proxy on direct request failure
bengr@chromium.org
2014-02-27
1
-2
/
+6
*
Fix uninits introduced by r241374.
earthdok@chromium.org
2014-01-24
1
-2
/
+4
*
Add a preference (proxy.quick_check_enabled, default true) to control QuickCh...
ellyjones@chromium.org
2013-12-17
1
-0
/
+13
*
Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies
bengr@chromium.org
2013-12-13
1
-3
/
+6
*
Added UMA to track data reduction proxy probe URL and fallback
bengr@chromium.org
2013-11-08
1
-0
/
+33
*
Added support for a new HTTP response header called Chrome-Proxy, which is re...
bengr@chromium.org
2013-10-28
1
-1
/
+3
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-2
/
+0
*
Use a direct include of the message_loop header in net/, part 2.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-5
/
+5
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-19
/
+20
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-4
/
+3
*
Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.
thestig@chromium.org
2013-02-12
1
-14
/
+16
*
Improve performance of proxy resolver by tracing DNS dependencies.
eroman@chromium.org
2013-01-30
1
-13
/
+0
*
[net] Add a new load state for "Downloading Proxy script".
eroman@chromium.org
2013-01-30
1
-0
/
+11
*
LoadTiming in net part 4.
mmenke@chromium.org
2013-01-24
1
-4
/
+10
*
Fix infinite proxy retries that could happen when PAC script threw javascript...
eroman@chromium.org
2012-10-31
1
-1
/
+4
*
Upstream Android-specific net/ changes.
newt@chromium.org
2012-10-20
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
/
+6
*
Minor fixes in proxy configuration on iOS.
droger@chromium.org
2012-09-06
1
-1
/
+1
*
Add iOS support to ProxyService
droger@chromium.org
2012-09-04
1
-0
/
+5
*
net: Add a new target 'net_with_v8'.
tfarina@chromium.org
2012-08-31
1
-89
/
+0
*
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-19
1
-3
/
+4
*
NetLogEventParameter to Callback refactoring 7.
mmenke@chromium.org
2012-06-14
1
-72
/
+44
*
Track sources of proxy settings.
asanka@chromium.org
2012-06-12
1
-0
/
+9
*
Upstream Android proxy config service.
pliard@chromium.org
2012-06-06
1
-0
/
+6
*
Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.
sergeyu@chromium.org
2012-05-24
1
-8
/
+10
*
RefCounted types should not have public destructors, net/
rsleevi@chromium.org
2012-04-28
1
-0
/
+6
*
Fix a crash of WebView in ash_shell on Chrome OS build.
mazda@chromium.org
2012-04-26
1
-3
/
+18
*
Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux.
sergeyu@chromium.org
2012-04-24
1
-1
/
+3
*
Add a source id to global NetLog entries, which makes them
mmenke@chromium.org
2012-03-15
1
-11
/
+6
[next]