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
*
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
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
1
-38
/
+38
*
Decrease the PAC polling delay even further.
eroman@chromium.org
2012-01-20
1
-28
/
+63
*
Change the polling policy for PAC scripts to be much less frequent (new: 2 ho...
eroman@chromium.org
2012-01-18
1
-29
/
+32
*
Don't poll the PAC script during periods of network inactivity.
eroman@chromium.org
2012-01-13
1
-52
/
+105
*
Poll PAC scripts for content changes.
eroman@chromium.org
2012-01-05
1
-56
/
+339
*
base::Bind: Convert net/proxy.
jhawkins@chromium.org
2011-12-20
1
-102
/
+31
*
base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.
jhawkins@chromium.org
2011-12-15
1
-7
/
+10
*
Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".
eroman@chromium.org
2011-12-13
1
-1
/
+137
*
base::Bind: Convert proxy_resolution_service_provider.cc.
jhawkins@chromium.org
2011-12-06
1
-8
/
+84
*
Add new text for indicating we are resolving hosts during proxy resolution.
willchan@chromium.org
2011-11-08
1
-0
/
+33
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-10
/
+10
*
Reduce number of unnamed-type-template-args violations (mostly when passing v...
pkasting@chromium.org
2011-09-01
1
-3
/
+3
*
Only mark a proxy as bad if we have confirmation that another proxy succeeded...
asanka@chromium.org
2011-08-29
1
-1
/
+51
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
1
-1
/
+1
*
Add OVERRIDE throughout net/proxy/*
eroman@chromium.org
2011-07-22
1
-14
/
+15
*
Remove the HostResolverImpl::Shutdown() method.
eroman@chromium.org
2011-06-15
1
-1
/
+2
*
Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.
joi@chromium.org
2011-05-17
1
-5
/
+13
*
Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...
joi@chromium.org
2011-05-17
1
-13
/
+5
*
Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.
joi@chromium.org
2011-05-17
1
-5
/
+13
*
Change the obsolete ProxyConfigServiceNull to ProxyConfigServiceDirect.
wtc@chromium.org
2011-05-04
1
-1
/
+1
*
Use a MessageLoopProxy to forward PAC script errors to the network delegate
jochen@chromium.org
2011-05-03
1
-1
/
+8
*
Initialize the network_delegate_ and fix style
jochen@chromium.org
2011-05-03
1
-1
/
+2
*
Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...
battre@chromium.org
2011-05-03
1
-13
/
+32
*
Add a method for PAC script errors to the network delegate.
jochen@chromium.org
2011-05-03
1
-4
/
+14
*
Tag ProxyService as NonThreadSafe.
willchan@chromium.org
2011-04-14
1
-0
/
+10
*
Allow ProxyConfigService to report "no configuration set"
mnissler@chromium.org
2011-04-11
1
-19
/
+40
*
Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling
adamk@chromium.org
2011-03-04
1
-2
/
+2
*
Create a URLRequestContext for PAC fetching.
willchan@chromium.org
2010-12-23
1
-1
/
+5
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
1
-0
/
+8
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
1
-11
/
+4
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-2
/
+4
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-4
/
+4
*
Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...
eroman@chromium.org
2010-10-16
1
-10
/
+9
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-2
/
+2
[next]