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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Net: Get rid of ProxyServer::host_and_port() and friends.
thestig@chromium.org
2010-07-22
3
-77
/
+29
*
base: add home environment variable to env_var.h
tfarina@chromium.org
2010-07-21
1
-1
/
+2
*
Reference-count the data used by PAC scripts, so it is shared between threads.
eroman@chromium.org
2010-07-20
21
-248
/
+358
*
Add some plumbing for in-progress work on enabling SSL proxy support.
mbelshe@chromium.org
2010-07-20
4
-2
/
+62
*
Add a command line flag to change the default number of parallel DNS requests...
eroman@chromium.org
2010-07-17
1
-1
/
+2
*
base: Return bool instead of void in EnvVarGetter::SetEnv.
tfarina@chromium.org
2010-07-16
1
-1
/
+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
9
-138
/
+285
*
Change the default number of proxy resolver threads used for evaluating PAC s...
eroman@chromium.org
2010-07-10
2
-4
/
+25
*
KDE treats all host patterns as wildcard patterns
davidben@chromium.org
2010-07-09
5
-9
/
+65
*
Add the capability to run multiple proxy PAC scripts in parallel.
eroman@chromium.org
2010-07-09
16
-588
/
+1178
*
Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...
eroman@chromium.org
2010-07-08
16
-1174
/
+588
*
Add the capability to run multiple proxy PAC scripts in parallel.
eroman@chromium.org
2010-07-08
16
-588
/
+1174
*
base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs.
tfarina@chromium.org
2010-07-08
1
-0
/
+3
*
Update a comment to be more verbose and explain more cases.
eroman@chromium.org
2010-07-08
1
-10
/
+39
*
Re-enable use of external string resources in ProxyResolverV8.
eroman@chromium.org
2010-07-02
1
-2
/
+7
*
Disable use of ExternalStringResource by ProxyResolverV8.
eroman@chromium.org
2010-07-02
1
-1
/
+2
*
Optimization: reduce the copying of string data between C++ and javascript in...
eroman@chromium.org
2010-07-01
21
-197
/
+303
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
4
-94
/
+59
*
Remove some unused code.
eroman@chromium.org
2010-06-23
1
-4
/
+0
*
Add support for international domain names in PAC scripts. This converts non-...
eroman@chromium.org
2010-06-23
2
-6
/
+49
*
Remove an unused member field.
eroman@chromium.org
2010-06-23
3
-8
/
+4
*
Address a couple of nits in comment wording.
eroman@chromium.org
2010-06-23
4
-12
/
+13
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
1
-0
/
+0
*
Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som...
eroman@chromium.org
2010-06-23
5
-111
/
+202
*
Add an additional per-request DNS cache when executing FindProxyForURL() from...
eroman@chromium.org
2010-06-22
5
-32
/
+237
*
TTF: Reenable some disabled tests.
vandebo@chromium.org
2010-06-18
1
-3
/
+3
*
FAILS tests should not turn the bot red.
vandebo@chromium.org
2010-06-18
1
-3
/
+3
*
TTF: Reenable some disabled tests.
vandebo@chromium.org
2010-06-18
1
-3
/
+3
*
Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...
ajwong@chromium.org
2010-06-16
1
-5
/
+1
*
Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.
willchan@chromium.org
2010-06-15
1
-1
/
+1
*
Implement KDE ReversedException setting in Chrome
davidben@chromium.org
2010-06-14
8
-27
/
+143
*
Use KDEHOME variable instead of KDE_HOME for locating KDE directory
davidben@chromium.org
2010-06-12
2
-21
/
+21
*
A couple of style mods in proxy_config_service_linux.cc
ziadh@chromium.org
2010-06-11
1
-11
/
+11
*
Linux: check the timestamps of .kde and .kde4 to figure out which to use for ...
mdm@chromium.org
2010-06-10
2
-6
/
+38
*
Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...
eroman@chromium.org
2010-06-08
3
-5
/
+83
*
Make HostResolver NonThreadSafe and not thread safe refcounted.
willchan@chromium.org
2010-06-03
3
-119
/
+170
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-1
/
+1
*
Linux: Fix kde no_proxy environment variable handling.
mattm@chromium.org
2010-05-18
2
-18
/
+96
*
Log the OS error that getaddrinfo() failed with.
eroman@chromium.org
2010-05-16
1
-1
/
+1
*
Try to fix a deadlock that happened when running the network diagnostic tool ...
eroman@chromium.org
2010-05-13
1
-24
/
+48
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
1
-1
/
+1
*
Update V8 to version 2.2.9
sgjesse@google.com
2010-05-11
1
-1
/
+1
*
Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...
eroman@chromium.org
2010-05-05
2
-31
/
+15
*
Replace CHECK(false) by LOG(FATAL) where appropriate.
evan@chromium.org
2010-05-05
1
-2
/
+2
*
Add a tool for testing your network setup.
eroman@chromium.org
2010-05-04
2
-0
/
+19
[next]