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
*
Turned job_factory into a pure virtual class
shalev@chromium.org
2012-08-24
1
-2
/
+2
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
1
-6
/
+8
*
Add histograms for network activity, and total/cumulative
tburkard@chromium.org
2012-08-20
2
-4
/
+4
*
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-19
1
-3
/
+4
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
2
-7
/
+13
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
2
-0
/
+7
*
Uses gyp "rules" rather than "actions" templates for the JNI generator.
bulach@chromium.org
2012-07-19
1
-1
/
+1
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
1
-1
/
+1
*
Linux: Detect Unity as a desktop environment.
thestig@chromium.org
2012-07-17
1
-0
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
39
-39
/
+0
*
Switch to TimeDelta interfaces for process waiting functions in net and ipc.
tedvessenes@gmail.com
2012-07-11
4
-40
/
+48
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-2
/
+1
*
Linux: allow proxy PAC file configurations that use just a file path without ...
mdm@chromium.org
2012-06-19
2
-1
/
+19
*
NetLogEventParameter to Callback refactoring 7.
mmenke@chromium.org
2012-06-14
7
-176
/
+133
*
Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()
bashi@chromium.org
2012-06-13
2
-0
/
+11
*
Track sources of proxy settings.
asanka@chromium.org
2012-06-12
18
-35
/
+367
*
CapturingNetLog - remove maximum entries constructor argument.
mmenke@chromium.org
2012-06-08
5
-42
/
+30
*
Linux: KDE: support recent KDE's socksProxy setting.
mdm@chromium.org
2012-06-08
2
-6
/
+37
*
Introduce a delegate to avoid hardcoding "chrome-extension" in net/.
joi@chromium.org
2012-06-07
2
-0
/
+6
*
Upstream Android proxy config service.
pliard@chromium.org
2012-06-06
4
-0
/
+774
*
Linux: avoid using a NULL MessageLoopForIO to get its MessageLoopProxy in Pro...
mdm@chromium.org
2012-06-02
1
-1
/
+1
*
Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,
mmenke@chromium.org
2012-06-02
5
-16
/
+16
*
RefCounted types should not have public destructors, net/ redux
rsleevi@chromium.org
2012-05-28
2
-19
/
+13
*
Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.
sergeyu@chromium.org
2012-05-24
7
-112
/
+124
*
[net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...
szym@chromium.org
2012-05-23
1
-4
/
+2
*
Cleanup: Remove unneeded scoped_ptr.h includes from net.
thestig@chromium.org
2012-05-17
3
-7
/
+8
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
6
-40
/
+32
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
2
-9
/
+8
*
Fix file access on Chrome for ChromeOS on Linux
gspencer@chromium.org
2012-05-05
2
-27
/
+99
*
RefCounted types should not have public destructors, net/
rsleevi@chromium.org
2012-04-28
7
-6
/
+33
*
Fix a crash of WebView in ash_shell on Chrome OS build.
mazda@chromium.org
2012-04-26
1
-3
/
+18
*
Add NET_EXPORT for ProxyConfigServiceMac class.
sergeyu@chromium.org
2012-04-25
1
-1
/
+4
*
Linux: Add support for new KDE space-delimited proxy port numbers.
mdm@chromium.org
2012-04-24
2
-4
/
+32
*
Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux.
sergeyu@chromium.org
2012-04-24
4
-55
/
+69
*
Fix DrMemory leaks in dhcp code.
willchan@chromium.org
2012-04-20
1
-8
/
+13
*
Remove unnecessary references to URLRequestContext.
willchan@chromium.org
2012-04-10
5
-9
/
+11
*
Implement a MockCertVerifier that can be used to avoid
rsleevi@chromium.org
2012-04-10
1
-2
/
+2
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-1
/
+2
*
Add a source id to global NetLog entries, which makes them
mmenke@chromium.org
2012-03-15
3
-20
/
+9
*
Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.
jochen@chromium.org
2012-03-09
1
-0
/
+11
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-24
3
-3
/
+8
*
Strip brackets from IPv6 host literals before passing down to PAC script.
eroman@chromium.org
2012-02-11
2
-2
/
+25
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
1
-2
/
+3
*
Linux: fix bug 75508, a crash when receiving notifications of proxy settings ...
mdm@chromium.org
2012-02-06
1
-30
/
+35
*
Linux: convert some CHECK macros to more useful CHECK_* macros in the proxy c...
mdm@chromium.org
2012-02-03
1
-5
/
+5
*
[Coverity] Fixed uninitialized member
groby@chromium.org
2012-01-28
1
-1
/
+2
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
7
-88
/
+88
*
Add a source to V8 proxy resolver-initiated DNS requests,
mmenke@chromium.org
2012-01-27
7
-26
/
+50
*
Adds TTL argument to HostCache::Set.
szym@chromium.org
2012-01-21
3
-13
/
+15
*
Decrease the PAC polling delay even further.
eroman@chromium.org
2012-01-20
3
-72
/
+97
[next]