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
*
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
*
Plumb up the preconnect logic from pools to StreamFactory.
willchan@chromium.org
2010-10-16
1
-0
/
+7
*
Add actual bytes sent/received to net-internals.
mmenke@chromium.org
2010-10-14
1
-2
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+0
*
Add an option ProxyService::Create() to disable use of proxy auto-config.
eroman@chromium.org
2010-10-14
1
-25
/
+60
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-1
/
+1
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
1
-0
/
+2
*
Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...
eroman@chromium.org
2010-09-24
1
-15
/
+32
*
Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...
tfarina@chromium.org
2010-09-15
1
-1
/
+1
*
Trying to green up the tree, lots of mac and win red around this cl.
thomasvl@chromium.org
2010-09-14
1
-1
/
+1
*
net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.
tfarina@chromium.org
2010-09-14
1
-1
/
+1
*
Fix a regression whereby full-granularity network events were being captured ...
eroman@chromium.org
2010-08-31
1
-1
/
+1
*
Refactor: Address a TODO about renaming a function.
eroman@chromium.org
2010-08-31
1
-3
/
+3
*
Display the "effective" proxy settings in about:net-internals.
eroman@chromium.org
2010-08-28
1
-14
/
+15
*
Introduce an artificial 2 second delay after network IP address changes befor...
eroman@chromium.org
2010-08-26
1
-2
/
+52
*
Make sure the key into the spdy session pool identifies the actual proxy used...
eroman@chromium.org
2010-08-25
1
-0
/
+48
*
chromeos: 1st draft of ProxyConfigService for chromeos
kuan@chromium.org
2010-08-24
1
-1
/
+5
*
Emit an event to NetLog whenever the proxy settings change.
eroman@chromium.org
2010-08-13
1
-2
/
+44
*
Use notification-based API for getting system proxy settings on Mac rather th...
eroman@chromium.org
2010-07-30
1
-1
/
+1
*
Change the ProxyConfigService interface to be asynchronous, and support obser...
eroman@chromium.org
2010-07-23
1
-132
/
+92
*
Reference-count the data used by PAC scripts, so it is shared between threads.
eroman@chromium.org
2010-07-20
1
-4
/
+3
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
1
-0
/
+1
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
1
-1
/
+0
*
Reland r52336.
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
1
-1
/
+0
*
More header cleanup:
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Display the proxy PAC javascript errors in the NetLog.
eroman@chromium.org
2010-07-14
1
-9
/
+21
[next]